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
*
Cache certificates as DER on all platforms.
rsleevi@chromium.org
2012-03-29
1
-31
/
+41
*
Move X509Certificate::Verify into CertVerifyProc
rsleevi@chromium.org
2012-03-22
1
-233
/
+0
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-21
1
-5
/
+47
*
Revert "Revert "net: fallback to online revocation checks for EV status when ...
agl@chromium.org
2012-03-20
1
-0
/
+11
*
Revert 127757 - net: fallback to online revocation checks for EV status when ...
dgrogan@chromium.org
2012-03-20
1
-11
/
+0
*
net: fallback to online revocation checks for EV status when CRLSet has expired.
agl@chromium.org
2012-03-20
1
-0
/
+11
*
Unreviewed fix for typo in comment
agl@chromium.org
2012-03-13
1
-1
/
+1
*
net: block two MITM proxy certificates issued by Trustwave Organization Issui...
agl@chromium.org
2012-03-13
1
-1
/
+6
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-1
/
+1
*
Disable certificate cache for NSS.
mnissler@chromium.org
2012-02-22
1
-7
/
+21
*
Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...
rsleevi@chromium.org
2012-02-15
1
-19
/
+6
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-2
/
+1
*
When rejecting weak keys, do not mask more serious X509 errors.
palmer@chromium.org
2012-01-05
1
-2
/
+6
*
Reject certificate chains containing small RSA and DSA keys.
palmer@chromium.org
2011-12-15
1
-0
/
+39
*
When encountering certificates signed with md2/md4, make it a fatal error.
rsleevi@chromium.org
2011-12-14
1
-0
/
+16
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
net: switch to blocking DigiCert Sdn Bhd by public key.
agl@chromium.org
2011-11-09
1
-38
/
+6
*
Do not hash the certificate twice.
wtc@chromium.org
2011-11-05
1
-3
/
+9
*
net: replace an explicit array length with arraysize
agl@chromium.org
2011-11-04
1
-11
/
+9
*
Add expiration date to blocked Digicert Sdn. Bhd. intermediate public key.
agl@chromium.org
2011-11-04
1
-0
/
+1
*
Log the (server, to-be-verified) certificate chains to the NetLog when loggin...
rsleevi@chromium.org
2011-11-04
1
-0
/
+41
*
net: block an intermediate CA certificate issued by CyberTrust and a number o...
agl@chromium.org
2011-11-03
1
-2
/
+45
*
Remove some dead code from X509Certificate
rsleevi@chromium.org
2011-11-03
1
-16
/
+0
*
Revert 107679 - Broke https for appspot.com - http://crbug.com/102507
rsleevi@chromium.org
2011-11-02
1
-26
/
+6
*
A quick fix for Mac GCC.
hbono@chromium.org
2011-11-01
1
-1
/
+1
*
net: retain leading zero bytes in X.509 serial numbers.
agl@chromium.org
2011-10-31
1
-263
/
+15
*
Fix the "certificate is not yet valid" error for server certificates
wtc@chromium.org
2011-10-29
1
-1
/
+2
*
Disallow wildcards from matching top-level registry controlled domains during...
rsleevi@chromium.org
2011-10-28
1
-6
/
+26
*
net: enable CRL sets behind a command line flag.
agl@chromium.org
2011-10-25
1
-2
/
+4
*
Revert 107075 - Disallow wildcards from matching top-level registry controlle...
achuith@chromium.org
2011-10-25
1
-26
/
+6
*
Disallow wildcards from matching top-level registry controlled domains during...
rsleevi@chromium.org
2011-10-25
1
-6
/
+26
*
Certificate host matching rules should accept both absolute and relative DNS ...
rsleevi@chromium.org
2011-10-11
1
-1
/
+6
*
Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.
pkasting@chromium.org
2011-09-28
1
-6
/
+6
*
net: update public key block for the correct Cyber CA certs.
agl@chromium.org
2011-09-13
1
-2
/
+2
*
Landing some further tweaks for Adam.
cevans@chromium.org
2011-09-03
1
-1
/
+9
*
Fix a benign off-by-one error of kNumSerials in IsBlacklisted.
wtc@chromium.org
2011-09-03
1
-3
/
+4
*
net: block bad DigiNotar serial numbers and several intermediates.
agl@chromium.org
2011-08-31
1
-4
/
+273
*
Mark DigiNotar as untrusted
agl@chromium.org
2011-08-30
1
-1
/
+28
*
Remove a few unused functions.
thakis@chromium.org
2011-08-02
1
-10
/
+0
*
Return the constructed certificate chain in X509Certificate::Verify()
rsleevi@chromium.org
2011-07-30
1
-0
/
+1
*
Revert r92977 partially to fix a certificate verification regression
wtc@chromium.org
2011-07-21
1
-5
/
+16
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-5
/
+13
*
Implement GetSubjectAltName on all platforms
joth@chromium.org
2011-07-19
1
-11
/
+19
*
Cache the underlying OS certificate handle within the X509CertificateCache, r...
rsleevi@chromium.org
2011-07-19
1
-95
/
+137
*
Rewrite the name verifier using CanonicalizeHost
joth@chromium.org
2011-07-13
1
-65
/
+35
*
Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-12
1
-68
/
+121
*
Revert 92006 - Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-11
1
-124
/
+66
*
Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-11
1
-66
/
+124
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-02
1
-4
/
+1
*
Factor out Verify into x509 base class
joth@chromium.org
2011-06-21
1
-0
/
+18
[next]