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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix blacklisted serial number.
agl@chromium.org
2011-03-18
1
-1
/
+1
*
net: Add two more blacklisted certificates.
agl@chromium.org
2011-03-18
1
-1
/
+3
*
Blacklist certain leaf certificates.
agl@chromium.org
2011-03-17
1
-0
/
+30
*
Add X509Certificate::VerifyCertName(string) API. This will be used
mbelshe@chromium.org
2011-03-03
1
-0
/
+129
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-34
/
+34
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-0
/
+1
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
1
-28
/
+26
*
Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-26
/
+28
*
Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
1
-28
/
+26
*
Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...
willchan@chromium.org
2010-11-13
1
-25
/
+27
*
Disallow Singleton and LazyInstance on non-joinable threads.
willchan@chromium.org
2010-11-12
1
-27
/
+25
*
net: assorted changes needed for Snap Start tests.
agl@chromium.org
2010-11-10
1
-0
/
+4
*
net: use SSL_PeerCertificateChain for getting server certs
agl@chromium.org
2010-10-28
1
-54
/
+0
*
net: move importing a DER certificate chain into X509Certificate.
agl@chromium.org
2010-10-26
1
-4
/
+94
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Adds X509 certificates for OpenSSL.
bulach@chromium.org
2010-10-08
1
-35
/
+2
*
Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTO
rsleevi@chromium.org
2010-09-21
1
-48
/
+49
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-22
1
-0
/
+90
*
Revert 52799 - Add support for parsing certificate formats other than raw, DE...
rsleevi@chromium.org
2010-07-17
1
-89
/
+0
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-17
1
-0
/
+89
*
Minor clean-up tasks that were TODO(snej)
rsleevi@chromium.org
2010-07-17
1
-15
/
+33
*
Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...
rsleevi@chromium.org
2010-06-26
1
-6
/
+6
*
Mac: Make client-cert picker only show certs the server will accept.
snej@chromium.org
2010-03-26
1
-44
/
+5
*
Revert due to compile failures
amit@chromium.org
2010-03-26
1
-5
/
+44
*
Mac: Make client-cert picker only show certs the server will accept.
snej@chromium.org
2010-03-26
1
-44
/
+5
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-14
/
+81
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
1
-79
/
+13
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-13
/
+79
*
Define X509Certificate::intermediate_ca_certs_ as a std::vector of
wtc@chromium.org
2009-12-09
1
-9
/
+3
*
Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...
hawk@chromium.org
2009-08-27
1
-1
/
+12
*
Move X509Certificate::HasExpired to x509_certificate.cc.
ukai@chromium.org
2009-06-01
1
-0
/
+5
*
Don't return true from unimplemented X509Certificate::IsEV.
ukai@chromium.org
2009-04-29
1
-8
/
+0
*
SSL Fix: Step 2.Add HasAllowedCert and HasDeniedCert to X509Certificate::Poli...
abarth@chromium.org
2009-03-17
1
-0
/
+8
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-2
/
+1
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
1
-0
/
+8
*
Reverting 8868.
ericroman@google.com
2009-01-29
1
-0
/
+62
*
Reverting 8864.
wtc@chromium.org
2009-01-29
1
-62
/
+0
*
Work around our not caching the intermediate CA
wtc@chromium.org
2009-01-29
1
-0
/
+62
*
Refactoring out common code in the X.509 cert handling
avi@google.com
2008-09-23
1
-0
/
+126
*
Bring X.509 cert handling (at least preliminarily) to the Mac.
avi@google.com
2008-09-18
1
-549
/
+0
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Move more net classes into the net namespace. Also remove the net_util names...
darin@google.com
2008-07-31
1
-0
/
+4
*
Add net to the repository.
initial.commit
2008-07-26
1
-0
/
+569