summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Clean up the IsBlacklisted function.wtc@chromium.org2011-03-241-5/+10
* Blacklist certain leaf certificates.agl@chromium.org2011-03-171-0/+9
* Moves X509CertificateNameVerifyTest and removes x509_openssl_util_unittest.ccbulach@chromium.org2011-03-081-0/+1
* Add X509Certificate::VerifyCertName(string) API. This will be usedmbelshe@chromium.org2011-03-031-0/+21
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-5/+5
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+5
* Implement X509Certificate::CreateSelfSigned on Windowshclam@chromium.org2010-12-221-2/+0
* Create self signed X509 certificatehclam@chromium.org2010-12-171-0/+29
* Add support for temporarily trusting a certificate for the duration of unit t...rsleevi@chromium.org2010-12-161-0/+7
* Cleanup X509CertificateMac style nits and introduce a crypto library agnostic...rsleevi@chromium.org2010-12-051-1/+1
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+2
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-2/+0
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-0/+2
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-2/+0
* Refactor EnsureOpenSSLInit and openssl_util into basejoth@chromium.org2010-11-171-0/+7
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-0/+2
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-2/+0
* net: assorted changes needed for Snap Start tests.agl@chromium.org2010-11-101-0/+3
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-041-0/+4
* net: move importing a DER certificate chain into X509Certificate.agl@chromium.org2010-10-261-6/+22
* Adds X509 certificates for OpenSSL.bulach@chromium.org2010-10-081-2/+7
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-2/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-1/+2
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-2/+1
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-221-1/+38
* Revert 52799 - Add support for parsing certificate formats other than raw, DE...rsleevi@chromium.org2010-07-171-37/+1
* Add support for parsing certificate formats other than raw, DER-encoded certi...rsleevi@chromium.org2010-07-171-1/+37
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-42/+8
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-7/+5
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-11/+10
* [Mac] Add locking as speculative fix for X509Certificate crashes.snej@chromium.org2010-04-271-0/+6
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-77/+19
* Revert due to compile failuresamit@chromium.org2010-03-261-19/+77
* Mac: Make client-cert picker only show certs the server will accept.snej@chromium.org2010-03-261-77/+19
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-13/+25
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-25/+13
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-13/+25
* Mac client-side SSL cert improvements.snej@chromium.org2010-02-241-1/+8
* Client-side SSL cert support for Mac.snej@chromium.org2010-02-181-0/+12
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-2/+2
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-091-13/+17
* View Certificate dialog sometimes shows incorrect status because it didn't ha...hawk@chromium.org2009-10-131-0/+5
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-0/+12
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-1/+1
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-231-1/+1
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-231-0/+6