| Commit message (Expand) | Author | Age | Files | Lines |
* | Return the constructed certificate chain in X509Certificate::Verify() | rsleevi@chromium.org | 2011-07-30 | 1 | -0/+17 |
* | On Mac, compare certificate host names according to RFC6125. | rsleevi@chromium.org | 2011-07-30 | 1 | -84/+27 |
* | Revert the following change in r93346: | wtc@chromium.org | 2011-07-26 | 1 | -3/+2 |
* | Adjust a LOG(WARNING) message to be less verbose, so that only | wtc@chromium.org | 2011-07-21 | 1 | -3/+5 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 1 | -52/+43 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -8/+3 |
* | Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac. | rsleevi@chromium.org | 2011-06-23 | 1 | -70/+98 |
* | Factor out Verify into x509 base class | joth@chromium.org | 2011-06-21 | 1 | -17/+3 |
* | Map some CRL and OCSP errors to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION. | wtc@chromium.org | 2011-06-16 | 1 | -6/+19 |
* | Add LOG(WARNING) messages to track down where we set CERT_STATUS_INVALID. | wtc@chromium.org | 2011-06-11 | 1 | -1/+11 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 1 | -4/+4 |
* | Address post-review feedback for r81702. | rsleevi@chromium.org | 2011-04-22 | 1 | -40/+50 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 1 | -22/+24 |
* | Allow certificate revocation checking to be enabled/disabled independent of t... | rsleevi@chromium.org | 2011-04-15 | 1 | -39/+124 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -12/+12 |
* | net: add support for checking if a known public key is in a chain. | agl@chromium.org | 2011-04-12 | 1 | -0/+24 |
* | net: add ability to distinguish user-added root CAs. | agl@chromium.org | 2011-04-07 | 1 | -1/+19 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -2/+2 |
* | Blacklist certain leaf certificates. | agl@chromium.org | 2011-03-17 | 1 | -0/+31 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Add ability to create self signed certs to mac. | dmaclach@chromium.org | 2011-02-08 | 1 | -3/+232 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+11 |
* | Implement X509Certificate::CreateSelfSigned on Windows | hclam@chromium.org | 2010-12-22 | 1 | -0/+10 |
* | Add support for temporarily trusting a certificate for the duration of unit t... | rsleevi@chromium.org | 2010-12-16 | 1 | -67/+3 |
* | Cleanup X509CertificateMac style nits and introduce a crypto library agnostic... | rsleevi@chromium.org | 2010-12-05 | 1 | -68/+48 |
* | Clean-up style issues in net:: related to X.509 data-types, eliminating unnec... | rsleevi@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -7/+12 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -12/+7 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -7/+12 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -12/+7 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -7/+12 |
* | On Windows, merge X509Certificate::VerifyEV into | wtc@chromium.org | 2010-11-04 | 1 | -0/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -20/+21 |
* | Adds X509 certificates for OpenSSL. | bulach@chromium.org | 2010-10-08 | 1 | -0/+15 |
* | Mac: Look for issuer in a certificate chain instead of subject | davidben@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Fix style nits. | wtc@chromium.org | 2010-07-26 | 1 | -5/+6 |
* | Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ... | rsleevi@chromium.org | 2010-07-23 | 1 | -19/+36 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 1 | -2/+78 |
* | Revert 52799 - Add support for parsing certificate formats other than raw, DE... | rsleevi@chromium.org | 2010-07-17 | 1 | -78/+2 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-17 | 1 | -2/+78 |
* | Minor clean-up tasks that were TODO(snej) | rsleevi@chromium.org | 2010-07-17 | 1 | -5/+4 |
* | Rewrite X509Certificate::SupportsSSLClientAuth to be more accurate | davidben@chromium.org | 2010-07-13 | 1 | -12/+39 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -1/+1 |
* | [Mac] Add locking as speculative fix for X509Certificate crashes. | snej@chromium.org | 2010-04-27 | 1 | -0/+6 |
* | Mac: Make client-cert picker only show certs the server will accept. | snej@chromium.org | 2010-03-26 | 1 | -106/+92 |
* | Revert due to compile failures | amit@chromium.org | 2010-03-26 | 1 | -92/+106 |