summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-0/+10
* Fix openssl x509 cert to use GetInstancejoth@chromium.org2010-12-161-1/+1
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-7/+16
* Fix openssl after singleton refactorjoth@chromium.org2010-12-141-3/+4
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-061-1/+0
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-11/+14
* Fix openssl build to work with AllowSingleton changesjoth@chromium.org2010-11-191-3/+9
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-171-10/+26
* Add support for certificate name checkingjoth@chromium.org2010-11-161-1/+9
* Minor improvement to ParseDate: check parsed values are in valid range before...joth@chromium.org2010-10-261-1/+0
* More UI-related OpenSSL support.bulach@chromium.org2010-10-251-82/+19
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-6/+12
* Caches DER data in X509 certificate for OpenSSL.bulach@chromium.org2010-10-181-26/+94
* net:: comment fixes onlyrsleevi@chromium.org2010-10-121-0/+8
* Have OpenSSL simply increment the ref-count, rather than copy and reparse the...rsleevi@chromium.org2010-10-091-1/+4
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-0/+410