index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
x509_certificate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use NSS to generate Origin-Bound Certs on Win and Mac.
mattm@chromium.org
2011-10-18
1
-12
/
+0
*
net: update public key block for the correct Cyber CA certs.
agl@chromium.org
2011-09-13
1
-0
/
+1
*
Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h
mdietz@google.com
2011-09-08
1
-0
/
+12
*
Mark DigiNotar as untrusted
agl@chromium.org
2011-08-30
1
-0
/
+5
*
Revert 98288 - Added CreateOriginBound method to x509_certificate.h.
jbates@chromium.org
2011-08-25
1
-12
/
+0
*
Added CreateOriginBound method to x509_certificate.h.
mdietz@google.com
2011-08-25
1
-0
/
+12
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
Upstream certificate and mime Android implementation.
michaelbai@google.com
2011-08-11
1
-0
/
+6
*
On Mac, compare certificate host names according to RFC6125.
rsleevi@chromium.org
2011-07-30
1
-9
/
+0
*
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
[next]