summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update comments based on my new understanding of thewtc@chromium.org2010-05-181-2/+7
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-4/+9
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-9/+4
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-4/+9
* Request the szOID_PKIX_KP_SERVER_AUTH usage when constructingwtc@chromium.org2010-02-241-7/+16
* Check cert_handle_ is not NULL to Verify()ukai@chromium.org2009-10-281-10/+18
* Add a CERT_RDN_ENCODED_BLOB case to CertSubjectCommonNameHasNullwtc@chromium.org2009-10-261-0/+6
* Detect NULL characters in certificate Subject commonwtc@chromium.org2009-10-081-17/+87
* Add a certificate blacklist for Windows and put thewtc@chromium.org2009-10-071-0/+18
* Add new certificate error codewtc@chromium.org2009-08-141-2/+6
* typedef PolicyOID to support Linux-only SECOidTag in EVRootCAMetadata methods.ukai@chromium.org2009-08-121-3/+3
* Treat certificate signatures using weak signature algorithmswtc@chromium.org2009-08-071-0/+4
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-16/+16
* Move X509Certificate::HasExpired to x509_certificate.cc.ukai@chromium.org2009-06-011-4/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-7/+3
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-0/+271
* Reverting 8868.ericroman@google.com2009-01-291-75/+39
* Reverting 8864.wtc@chromium.org2009-01-291-39/+75
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-75/+39
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-211-12/+1
* Refactoring out common code in the X.509 cert handlingavi@google.com2008-09-231-185/+57
* Add unit test for the X509 parsing. This only runs on Windows, but does so su...avi@google.com2008-09-191-6/+14
* Add a byte factory method for unit testing.avi@google.com2008-09-191-22/+28
* Bring X.509 cert handling (at least preliminarily) to the Mac.avi@google.com2008-09-181-0/+549