summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-071-4/+4
* net: don't crash when processing a certificate with an unknown public key.agl@chromium.org2012-08-241-4/+6
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-4/+4
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-4/+4
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-4/+4
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-4/+4
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-4/+4
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-4/+4
* Properly parse IPv6 subjectAltNames when USE_OPENSSL is setrsleevi@chromium.org2012-04-041-1/+3
* Cache certificates as DER on all platforms.rsleevi@chromium.org2012-03-291-3/+2
* Move X509Certificate::Verify into CertVerifyProc rsleevi@chromium.org2012-03-221-255/+0
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Use test root cert once we can not find root cert in system cert store on And...jnd@chromium.org2012-02-071-66/+75
* Fix incorrect constant used in status bitmaskjoth@chromium.org2012-01-131-2/+2
* On OpenSSL, stop leaking an EVP_PKEY during certificate validation.rsleevi@chromium.org2011-12-221-2/+4
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-151-0/+31
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-2/+64
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-7/+6
* Record when certificates signed with md[2,4,5] are encountered when using Ope...rsleevi@chromium.org2011-11-031-32/+63
* Fix X509CertificateTest.SerialNumbers on OpenSSL builds after http://crrev.co...joth@chromium.org2011-11-011-5/+14
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-3/+5
* net: retain leading zero bytes in X.509 serial numbers.agl@chromium.org2011-10-311-3/+0
* Fix the "certificate is not yet valid" error for server certificateswtc@chromium.org2011-10-291-0/+22
* Fix redux buildjoth@chromium.org2011-10-251-0/+1
* Treat an invalid key usage as an invalid certificate when using OpenSSLrsleevi@chromium.org2011-10-251-2/+1
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-11/+0
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-2/+2
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-2/+2
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-2/+2
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-081-0/+11
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-251-11/+0
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-251-0/+11
* Upstream certificate and mime Android implementation.michaelbai@google.com2011-08-111-0/+4
* Fix redux buildjoth@chromium.org2011-08-031-2/+3
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-0/+13
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-11/+11
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-121-13/+26
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-26/+13
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-13/+26
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-10/+3
* Rename the x509_openssl_util namespace to x509_utilrsleevi@chromium.org2011-06-071-14/+12
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-221-4/+4
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-20/+24
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-11/+11
* Fix openssl buildjoth@chromium.org2011-04-131-2/+27
* Fix opensll, in follow up to http://src.chromium.org/viewvc/chrome?view=rev&r...joth@chromium.org2011-04-081-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Fixes X509CertificateTest.SerialNumbers for USE_OPENSSL.bulach@chromium.org2011-03-211-0/+16
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-1/+1
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+5