summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* net: allow CRLSets to block specific SPKIs.agl@chromium.org2012-01-101-11/+16
* net: change how CRL sets interact with online revocation checking.agl@chromium.org2012-01-061-30/+20
* Try#2: Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-221-1/+4
* Revert 115219 - Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-211-4/+1
* Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-201-1/+4
* Fix a leak of a SECKEYPublicKey following r114709rsleevi@chromium.org2011-12-161-3/+4
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-151-0/+34
* This fixes a bug I introduced last night withgspencer@chromium.org2011-12-131-1/+1
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-121-2/+99
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-5/+6
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-5/+6
* net: retain leading zero bytes in X.509 serial numbers.agl@chromium.org2011-10-311-3/+0
* Fix the "certificate is not yet valid" error for server certificateswtc@chromium.org2011-10-291-0/+21
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-1/+92
* Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned.mattm@chromium.org2011-10-201-2/+4
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-231/+8
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-3/+3
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-3/+3
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-3/+3
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-081-10/+150
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-251-150/+10
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-251-10/+150
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-3/+17
* 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