summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-5/+4
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-12/+12
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-9/+9
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-9/+9
* net: update public key block for the correct Cyber CA certs.agl@chromium.org2011-09-131-0/+34
* Fix wrong type for len arg in SEC_StringToOID call in r100264.mattm@chromium.org2011-09-081-1/+1
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-081-0/+83
* net: remove X509CertificateTest.UnoSoftCertParsingagl@chromium.org2011-09-081-22/+0
* Mark DigiNotar as untrustedagl@chromium.org2011-08-301-0/+30
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-251-83/+0
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-251-0/+83
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-0/+142
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-70/+31
* Rewrite the name verifier using CanonicalizeHostjoth@chromium.org2011-07-131-7/+13
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-121-33/+129
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-127/+33
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-33/+127
* Revert "Revert "net: followup to codereview for cl/7096014""agl@chromium.org2011-06-081-3/+3
* Revert "net: followup to codereview for cl/7096014"agl@chromium.org2011-06-081-3/+3
* net: followup to codereview for cl/7096014agl@chromium.org2011-06-081-3/+3
* net: Add code to extract CRL URLs from X.509 certificates.agl@chromium.org2011-06-021-0/+19
* Added EV policy OID and root sha1 fingerprint for GlobalSign Root CA - R3rkn@chromium.org2011-05-251-0/+37
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-7/+30
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-6/+6
* Fix openssl buildjoth@chromium.org2011-04-131-6/+7
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-1/+67
* net: reenable TestKnownRootsagl@chromium.org2011-04-081-2/+1
* net: disable TestKnownRootsagl@chromium.org2011-04-071-1/+2
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-0/+29
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-6/+6
* Fixes X509CertificateTest.SerialNumbers for USE_OPENSSL.bulach@chromium.org2011-03-211-1/+1
* Fix expectations for X509CertificateTest.InvalidKeyUsage:bulach@chromium.org2011-03-171-2/+15
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+28
* An RSA SSL server certificate whose Key Usage extension wtc@chromium.org2011-03-101-0/+23
* Adds PrintTo for CertificateNameVerifyTestData to make mac valgrind happy.bulach@chromium.org2011-03-081-0/+14
* Moves X509CertificateNameVerifyTest and removes x509_openssl_util_unittest.ccbulach@chromium.org2011-03-081-0/+84
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-0/+7
* Add ability to create self signed certs to mac.dmaclach@chromium.org2011-02-081-1/+97
* Fix the nits I pointed out in the review ofwtc@chromium.org2011-02-021-2/+2
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+12
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-3/+3
* Create self signed X509 certificatehclam@chromium.org2010-12-171-0/+16
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-34/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-38/+38
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-3/+10
* Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTOrsleevi@chromium.org2010-09-211-2/+13
* Change EXPECT_ to ASSERT_ for X.509 tests where it will crash if the check failsrsleevi@chromium.org2010-08-211-9/+9
* Mac: Look for issuer in a certificate chain instead of subjectdavidben@chromium.org2010-08-031-0/+47
* Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ...rsleevi@chromium.org2010-07-231-12/+1
* Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders)rsleevi@chromium.org2010-07-221-4/+15