summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-10/+152
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-154/+8
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-8/+154
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-20/+20
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-6/+10
* X509CertificateTest.IntermediateCertificates leaks several native certificate...rsleevi@chromium.org2010-06-241-24/+29
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-1/+1
* Do not use cert_pi_useAIACertFetch by default. Use it onlywtc@chromium.org2010-03-191-5/+66
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-5/+67
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-65/+5
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-5/+65