summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+21
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+15
* Removed the DCHECK for single common name in the certificate.rtenneti@chromium.org2011-03-141-2/+6
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Fix the nits I pointed out in the review ofwtc@chromium.org2011-02-021-21/+32
* Remove the check for the obsolete CERT_TRUST_IS_NOT_TIME_NESTEDwtc@google.com2011-01-211-3/+2
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+9
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-0/+65
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-5/+32
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-3/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-6/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-3/+6
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-041-78/+52
* net: move importing a DER certificate chain into X509Certificate.agl@chromium.org2010-10-261-0/+27
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-0/+10
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-0/+69
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-69/+0
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-0/+69
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-4/+4
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-2/+5