summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix openssl buildjoth@chromium.org2011-04-131-2/+27
* Fix opensll, in follow up to http://src.chromium.org/viewvc/chrome?view=rev&r...joth@chromium.org2011-04-081-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Fixes X509CertificateTest.SerialNumbers for USE_OPENSSL.bulach@chromium.org2011-03-211-0/+16
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-1/+1
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+5
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-0/+10
* Fix openssl x509 cert to use GetInstancejoth@chromium.org2010-12-161-1/+1
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-7/+16
* Fix openssl after singleton refactorjoth@chromium.org2010-12-141-3/+4
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-061-1/+0
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-021-11/+14
* Fix openssl build to work with AllowSingleton changesjoth@chromium.org2010-11-191-3/+9
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-171-10/+26
* Add support for certificate name checkingjoth@chromium.org2010-11-161-1/+9
* Minor improvement to ParseDate: check parsed values are in valid range before...joth@chromium.org2010-10-261-1/+0
* More UI-related OpenSSL support.bulach@chromium.org2010-10-251-82/+19
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-221-6/+12
* Caches DER data in X509 certificate for OpenSSL.bulach@chromium.org2010-10-181-26/+94
* net:: comment fixes onlyrsleevi@chromium.org2010-10-121-0/+8
* Have OpenSSL simply increment the ref-count, rather than copy and reparse the...rsleevi@chromium.org2010-10-091-1/+4
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-0/+410