summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a context-sensitive error mapping function specific to SSLwtc@chromium.org2010-01-151-0/+2
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-20/+2
* Don't assert what the certificate's subjectAltName extensionwtc@chromium.org2009-12-071-5/+9
* Work around the NSS bugs in the AIA certificate fetch code by retryingwtc@chromium.org2009-11-201-9/+26
* X509Certificate::Verify should honor thewtc@chromium.org2009-10-301-8/+25
* Second try. r27819 was missing a null pointer check forwtc@chromium.org2009-10-021-38/+22
* Revert r27819 because it causes net_unittests to crash in thewtc@chromium.org2009-10-021-20/+38
* Map SEC_ERROR_OCSP_BAD_HTTP_RESPONSE (-8073) towtc@chromium.org2009-10-021-38/+20
* Don't use NSS databases for non-essential purposes, such as rememberingwtc@chromium.org2009-09-211-1/+2
* Add a NOTREACHED() to catch users of pre-release NSS.chase@chromium.org2009-09-111-0/+5
* Add code for enabling or disabling CRLs and OCSP correctly.wtc@chromium.org2009-08-241-2/+18
* Improve certificate error mapping.wtc@chromium.org2009-08-211-2/+9
* Try to fix crash in OCSP handlers.ukai@chromium.org2009-08-191-16/+3
* Disable OCSP until we have fixed the crash in OCSP code. As a result ourwtc@chromium.org2009-08-171-3/+16
* Address Alexei Volkov's comments on http://codereview.chromium.org/119026.wtc@chromium.org2009-08-131-7/+20
* typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods.ukai@chromium.org2009-08-121-61/+4
* Use strict revocation flags only for EV verification.wtc@chromium.org2009-08-081-3/+14
* Fix build break with uninitialized variable 'ev_policy_tag'.ukai@chromium.org2009-08-071-10/+9
* Implement X509Certificate::IsEV for NSS.ukai@chromium.org2009-08-071-82/+202
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-2/+7
* Don't consider a certificate revoked if we don't havewtc@chromium.org2009-06-051-2/+5
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-011-5/+0
* Implement X509Certificate::Verify for Linux.ukai@chromium.org2009-05-281-7/+270
* Remove another NOTIMPLEMENTEDkuchhal@chromium.org2009-05-201-1/+1
* Don't return true from unimplemented X509Certificate::IsEV.ukai@chromium.org2009-04-291-0/+6
* Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind.dkegel@google.com2009-03-181-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Implement X509Certificate::Persist. dkegel@google.com2009-02-241-14/+17
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-1/+4
* Stub out an unimplemented NSS function.evan@chromium.org2009-02-091-0/+5
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-0/+8
* Reverting 8868.ericroman@google.com2009-01-291-70/+38
* Reverting 8864.wtc@chromium.org2009-01-291-38/+70
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-70/+38
* Implement part of x509_certificate on linux, enable its unit test.dkegel@google.com2008-12-221-5/+242
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-0/+10
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+21