summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-211-0/+11
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-191-4/+7
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-191-42/+13
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-121-9/+13
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-13/+9
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-111-9/+13
* Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac.rsleevi@chromium.org2011-06-231-4/+30
* Factor out Verify into x509 base classjoth@chromium.org2011-06-211-2/+11
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+3
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-221-3/+7
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-201-5/+31
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-121-0/+1
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-071-1/+11
* 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