summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.h
Commit message (Expand)AuthorAgeFilesLines
* Cache certificates as DER on all platforms.rsleevi@chromium.org2012-03-291-17/+24
* Move X509Certificate::Verify into CertVerifyProc rsleevi@chromium.org2012-03-221-100/+3
* Introduce a CertVerifierProc to handle system cert validation.rsleevi@chromium.org2012-03-221-30/+31
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-211-0/+4
* Revert "Revert "net: fallback to online revocation checks for EV status when ...agl@chromium.org2012-03-201-1/+1
* Revert 127757 - net: fallback to online revocation checks for EV status when ...dgrogan@chromium.org2012-03-201-1/+1
* net: fallback to online revocation checks for EV status when CRLSet has expired.agl@chromium.org2012-03-201-1/+1
* net: also check the EV certificate path against any CRLSet.agl@chromium.org2012-03-191-1/+1
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-151-0/+1
* net: allow EV indication on Windows when the local OCSP/CRL cache is stale.agl@chromium.org2012-03-071-0/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+3
* net: permit EV without online revocation checking.agl@chromium.org2012-02-161-5/+10
* Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...rsleevi@chromium.org2012-02-151-31/+13
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-151-0/+16
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-121-2/+41
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-071-1/+0
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-8/+9
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-041-0/+12
* Remove some dead code from X509Certificatersleevi@chromium.org2011-11-031-6/+0
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-4/+4
* Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and...rsleevi@chromium.org2011-11-011-5/+63
* net: retain leading zero bytes in X.509 serial numbers.agl@chromium.org2011-10-311-6/+1
* Fix the "certificate is not yet valid" error for server certificateswtc@chromium.org2011-10-291-0/+12
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-0/+6
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-12/+0
* net: update public key block for the correct Cyber CA certs.agl@chromium.org2011-09-131-0/+1
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-081-0/+12
* Mark DigiNotar as untrustedagl@chromium.org2011-08-301-0/+5
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-251-12/+0
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-251-0/+12
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* Upstream certificate and mime Android implementation.michaelbai@google.com2011-08-111-0/+6
* On Mac, compare certificate host names according to RFC6125.rsleevi@chromium.org2011-07-301-9/+0
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-211-0/+11
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-4/+7
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-42/+13
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-121-9/+13
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-13/+9
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-9/+13
* Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac.rsleevi@chromium.org2011-06-231-4/+30
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-2/+11
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+3
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-221-3/+7
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-5/+31
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+1
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+11
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Clean up the IsBlacklisted function.wtc@chromium.org2011-03-241-5/+10