summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-47/+39
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-2/+1
* Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIAwtc@chromium.org2011-07-181-0/+1
* net: add additional EV policy OID for Valicertagl@chromium.org2011-06-301-1/+0
* net: allow multiple EV OIDsagl@chromium.org2011-06-291-6/+9
* Coverity: Return if cert creation fails in X509Certificate::CreateSelfSigned.thestig@chromium.org2011-06-221-0/+3
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-10/+3
* Code formatting.qsr@google.com2011-05-121-4/+5
* Reformating functions calls.qsr@google.com2011-05-101-1/+2
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-051-3/+3
* 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-16/+20
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-6/+6
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+23
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-1/+1
* SEC_ERROR_UNTRUSTED_CERT means the user has marked the (leaf) certificatewtc@chromium.org2011-03-231-3/+3
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+12
* An RSA SSL server certificate whose Key Usage extension wtc@chromium.org2011-03-101-0/+15
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-0/+4
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+9
* Create self signed X509 certificatehclam@chromium.org2010-12-171-0/+105
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-0/+10
* Turn off CRL checking for CAs that have multiple keys to work aroundwtc@chromium.org2010-09-251-0/+25
* Remove an obsolete TODO comment. Support for the Netscape SSLwtc@chromium.org2010-08-271-4/+0
* x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertListmattm@chromium.org2010-08-211-32/+0
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-8/+63
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-63/+8
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-8/+63
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-4/+4
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-0/+4
* Our HTTP client callback functions for NSS must set an NSS/NSPR errorwtc@chromium.org2010-04-051-0/+2
* Do not use cert_pi_useAIACertFetch by default. Use it onlywtc@chromium.org2010-03-191-35/+141
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-3/+6
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-6/+3
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-3/+6
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-021-5/+10
* 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