summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get the new certificate for https://www.unosoft.hu/ and re-enable thewtc@chromium.org2009-12-151-4/+4
* Disable the X509CertificateTest.UnoSoftCertParsing unit test becausewtc@chromium.org2009-12-041-1/+2
* Work around the NSS bugs in the AIA certificate fetch code by retryingwtc@chromium.org2009-11-201-429/+30
* X509Certificate::Verify should honor thewtc@chromium.org2009-10-301-5/+3
* Turn off the X509Certificate::Verify call for non-Windows platformswtc@chromium.org2009-10-071-3/+5
* Add a certificate blacklist for Windows and put thewtc@chromium.org2009-10-071-0/+173
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-5/+21
* Update google's certificate to the latest version.ukai@chromium.org2009-06-051-34/+34
* Update thawte's certificate to the latest version.ukai@chromium.org2009-06-041-69/+84
* Add a unit test for X509Certificate::Policy.abarth@chromium.org2009-03-191-0/+36
* Implement X509Certificate::Persist. dkegel@google.com2009-02-241-1/+15
* Reverting 8868.ericroman@google.com2009-01-291-26/+77
* Reverting 8864.wtc@chromium.org2009-01-291-77/+26
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-26/+77
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Update unit test to check EV functionality (Windows-only for now).avi@google.com2008-09-291-7/+184
* Another unit test parsing the Webkit cert, and the attendent changes needed f...avi@google.com2008-09-231-3/+168
* Unit test now runs on the Mac.avi@google.com2008-09-221-3/+4
* Accidental commit; oopsavi@google.com2008-09-191-4/+3
* Unit test now runs on the Mac.avi@google.com2008-09-191-3/+4
* Oops, expected value comes first.avi@google.com2008-09-191-24/+24
* Add unit test for the X509 parsing. This only runs on Windows, but does so su...avi@google.com2008-09-191-0/+147