| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r92977 partially to fix a certificate verification regression | wtc@chromium.org | 2011-07-21 | 1 | -0/+11 |
* | Implement GetSubjectAltName on all platforms | joth@chromium.org | 2011-07-19 | 1 | -4/+7 |
* | Cache the underlying OS certificate handle within the X509CertificateCache, r... | rsleevi@chromium.org | 2011-07-19 | 1 | -42/+13 |
* | Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-12 | 1 | -9/+13 |
* | Revert 92006 - Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-11 | 1 | -13/+9 |
* | Make the host name verification conform to rfc6125 | joth@chromium.org | 2011-07-11 | 1 | -9/+13 |
* | Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac. | rsleevi@chromium.org | 2011-06-23 | 1 | -4/+30 |
* | Factor out Verify into x509 base class | joth@chromium.org | 2011-06-21 | 1 | -2/+11 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -1/+1 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -1/+3 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 1 | -3/+7 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 1 | -5/+31 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -3/+3 |
* | net: add support for checking if a known public key is in a chain. | agl@chromium.org | 2011-04-12 | 1 | -0/+1 |
* | net: add ability to distinguish user-added root CAs. | agl@chromium.org | 2011-04-07 | 1 | -1/+11 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Clean up the IsBlacklisted function. | wtc@chromium.org | 2011-03-24 | 1 | -5/+10 |
* | Blacklist certain leaf certificates. | agl@chromium.org | 2011-03-17 | 1 | -0/+9 |
* | Moves X509CertificateNameVerifyTest and removes x509_openssl_util_unittest.cc | bulach@chromium.org | 2011-03-08 | 1 | -0/+1 |
* | Add X509Certificate::VerifyCertName(string) API. This will be used | mbelshe@chromium.org | 2011-03-03 | 1 | -0/+21 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -5/+5 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+5 |
* | Implement X509Certificate::CreateSelfSigned on Windows | hclam@chromium.org | 2010-12-22 | 1 | -2/+0 |
* | Create self signed X509 certificate | hclam@chromium.org | 2010-12-17 | 1 | -0/+29 |
* | Add support for temporarily trusting a certificate for the duration of unit t... | rsleevi@chromium.org | 2010-12-16 | 1 | -0/+7 |
* | Cleanup X509CertificateMac style nits and introduce a crypto library agnostic... | rsleevi@chromium.org | 2010-12-05 | 1 | -1/+1 |
* | Clean-up style issues in net:: related to X.509 data-types, eliminating unnec... | rsleevi@chromium.org | 2010-11-22 | 1 | -0/+2 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -2/+0 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -0/+2 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -2/+0 |
* | Refactor EnsureOpenSSLInit and openssl_util into base | joth@chromium.org | 2010-11-17 | 1 | -0/+7 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -0/+2 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -2/+0 |
* | net: assorted changes needed for Snap Start tests. | agl@chromium.org | 2010-11-10 | 1 | -0/+3 |
* | On Windows, merge X509Certificate::VerifyEV into | wtc@chromium.org | 2010-11-04 | 1 | -0/+4 |
* | net: move importing a DER certificate chain into X509Certificate. | agl@chromium.org | 2010-10-26 | 1 | -6/+22 |
* | Adds X509 certificates for OpenSSL. | bulach@chromium.org | 2010-10-08 | 1 | -2/+7 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 1 | -2/+1 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 1 | -1/+2 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 1 | -2/+1 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-22 | 1 | -1/+38 |
* | Revert 52799 - Add support for parsing certificate formats other than raw, DE... | rsleevi@chromium.org | 2010-07-17 | 1 | -37/+1 |
* | Add support for parsing certificate formats other than raw, DER-encoded certi... | rsleevi@chromium.org | 2010-07-17 | 1 | -1/+37 |
* | Minor clean-up tasks that were TODO(snej) | rsleevi@chromium.org | 2010-07-17 | 1 | -42/+8 |
* | Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a... | rsleevi@chromium.org | 2010-06-26 | 1 | -7/+5 |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 1 | -11/+10 |
* | [Mac] Add locking as speculative fix for X509Certificate crashes. | snej@chromium.org | 2010-04-27 | 1 | -0/+6 |