summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache certificates as DER on all platforms.rsleevi@chromium.org2012-03-291-20/+26
* Move X509Certificate::Verify into CertVerifyProc rsleevi@chromium.org2012-03-221-693/+0
* Revert "Revert "net: fallback to online revocation checks for EV status when ...agl@chromium.org2012-03-201-7/+11
* Revert 127757 - net: fallback to online revocation checks for EV status when ...dgrogan@chromium.org2012-03-201-11/+7
* net: fallback to online revocation checks for EV status when CRLSet has expired.agl@chromium.org2012-03-201-7/+11
* Change the old type name PRArenaPool to PLArenaPool.wtc@chromium.org2012-03-091-1/+0
* net: add a NotAfter field to CRLSets.agl@chromium.org2012-03-071-0/+1
* net: allow EV indication on Windows when the local OCSP/CRL cache is stale.agl@chromium.org2012-03-071-2/+11
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* net: permit EV without online revocation checking.agl@chromium.org2012-02-161-2/+0
* net: check cached revocations on Windows when online checks are disabled.agl@chromium.org2012-02-161-2/+10
* Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...rsleevi@chromium.org2012-02-151-32/+2
* Properly parse UTF8Strings in certificates on Windows.rsleevi@chromium.org2012-02-151-124/+11
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* Cleanup after debugging with the XP builder.agl@chromium.org2012-01-121-14/+0
* Continuing to debug with the XP builders.agl@chromium.org2012-01-111-0/+10
* Add debugging to trace down a problem on WinXP/Vista.agl@chromium.org2012-01-111-1/+70
* Revert 117225 - Implement CRLSet checking on Windows.flackr@chromium.org2012-01-111-65/+1
* Implement CRLSet checking on Windows.agl@chromium.org2012-01-111-1/+65
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-151-0/+36
* When encountering certificates signed with md2/md4, make it a fatal error.rsleevi@chromium.org2011-12-141-8/+2
* Parse individual X.509 name components on Windows, rather than parsing the st...rsleevi@chromium.org2011-12-021-89/+109
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-8/+12
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-6/+6
* Record when certificates signed with md[2,4,5] are encountered on OS X.rsleevi@chromium.org2011-11-021-3/+3
* Consider the signature algorithms of incomplete chains on Windowsrsleevi@chromium.org2011-11-011-6/+17
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-5/+6
* Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and...rsleevi@chromium.org2011-11-011-11/+69
* 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/+28
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-0/+1
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-10/+0
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+1
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+1
* Resubmission of r98288: Added CreateOriginBound method to x509_certificate.hmdietz@google.com2011-09-081-0/+10
* Revert 98288 - Added CreateOriginBound method to x509_certificate.h.jbates@chromium.org2011-08-251-10/+0
* Added CreateOriginBound method to x509_certificate.h.mdietz@google.com2011-08-251-0/+10
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-301-0/+20
* Fix an edge case where certificate intermediates are missing on Windowsrsleevi@chromium.org2011-07-301-7/+3
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-211-0/+32
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-16/+28
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-34/+1
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-18/+3
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-051-2/+2
* 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-40/+41
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-7/+7
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+28