summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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