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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return the constructed certificate chain in X509Certificate::Verify()
rsleevi@chromium.org
2011-07-30
1
-0
/
+142
*
Cache the underlying OS certificate handle within the X509CertificateCache, r...
rsleevi@chromium.org
2011-07-19
1
-70
/
+31
*
Rewrite the name verifier using CanonicalizeHost
joth@chromium.org
2011-07-13
1
-7
/
+13
*
Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-12
1
-33
/
+129
*
Revert 92006 - Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-11
1
-127
/
+33
*
Make the host name verification conform to rfc6125
joth@chromium.org
2011-07-11
1
-33
/
+127
*
Revert "Revert "net: followup to codereview for cl/7096014""
agl@chromium.org
2011-06-08
1
-3
/
+3
*
Revert "net: followup to codereview for cl/7096014"
agl@chromium.org
2011-06-08
1
-3
/
+3
*
net: followup to codereview for cl/7096014
agl@chromium.org
2011-06-08
1
-3
/
+3
*
net: Add code to extract CRL URLs from X.509 certificates.
agl@chromium.org
2011-06-02
1
-0
/
+19
*
Added EV policy OID and root sha1 fingerprint for GlobalSign Root CA - R3
rkn@chromium.org
2011-05-25
1
-0
/
+37
*
Change the HTTP cache to cache the entire certificate chain for SSL sites
rsleevi@chromium.org
2011-04-20
1
-7
/
+30
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-6
/
+6
*
Fix openssl build
joth@chromium.org
2011-04-13
1
-6
/
+7
*
net: add support for checking if a known public key is in a chain.
agl@chromium.org
2011-04-12
1
-1
/
+67
*
net: reenable TestKnownRoots
agl@chromium.org
2011-04-08
1
-2
/
+1
*
net: disable TestKnownRoots
agl@chromium.org
2011-04-07
1
-1
/
+2
*
net: add ability to distinguish user-added root CAs.
agl@chromium.org
2011-04-07
1
-0
/
+29
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-6
/
+6
*
Fixes X509CertificateTest.SerialNumbers for USE_OPENSSL.
bulach@chromium.org
2011-03-21
1
-1
/
+1
*
Fix expectations for X509CertificateTest.InvalidKeyUsage:
bulach@chromium.org
2011-03-17
1
-2
/
+15
*
Blacklist certain leaf certificates.
agl@chromium.org
2011-03-17
1
-0
/
+28
*
An RSA SSL server certificate whose Key Usage extension
wtc@chromium.org
2011-03-10
1
-0
/
+23
*
Adds PrintTo for CertificateNameVerifyTestData to make mac valgrind happy.
bulach@chromium.org
2011-03-08
1
-0
/
+14
*
Moves X509CertificateNameVerifyTest and removes x509_openssl_util_unittest.cc
bulach@chromium.org
2011-03-08
1
-0
/
+84
*
Add X509Certificate::VerifyCertName(string) API. This will be used
mbelshe@chromium.org
2011-03-03
1
-0
/
+7
*
Add ability to create self signed certs to mac.
dmaclach@chromium.org
2011-02-08
1
-1
/
+97
*
Fix the nits I pointed out in the review of
wtc@chromium.org
2011-02-02
1
-2
/
+2
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
1
-0
/
+12
*
Implement X509Certificate::CreateSelfSigned on Windows
hclam@chromium.org
2010-12-22
1
-3
/
+3
*
Create self signed X509 certificate
hclam@chromium.org
2010-12-17
1
-0
/
+16
*
Add support for temporarily trusting a certificate for the duration of unit t...
rsleevi@chromium.org
2010-12-16
1
-34
/
+5
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-38
/
+38
*
Adds X509 certificates for OpenSSL.
bulach@chromium.org
2010-10-08
1
-3
/
+10
*
Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTO
rsleevi@chromium.org
2010-09-21
1
-2
/
+13
*
Change EXPECT_ to ASSERT_ for X.509 tests where it will crash if the check fails
rsleevi@chromium.org
2010-08-21
1
-9
/
+9
*
Mac: Look for issuer in a certificate chain instead of subject
davidben@chromium.org
2010-08-03
1
-0
/
+47
*
Fix FLAKY X509CertificateParseTest.CanParseFormat on OS X 10.5 when decoding ...
rsleevi@chromium.org
2010-07-23
1
-12
/
+1
*
Mark X509CertificateParseTest as FLAKY on OS X (for 10.5 builders)
rsleevi@chromium.org
2010-07-22
1
-4
/
+15
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-22
1
-10
/
+152
*
Revert 52799 - Add support for parsing certificate formats other than raw, DE...
rsleevi@chromium.org
2010-07-17
1
-154
/
+8
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-17
1
-8
/
+154
*
Minor clean-up tasks that were TODO(snej)
rsleevi@chromium.org
2010-07-17
1
-20
/
+20
*
Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...
rsleevi@chromium.org
2010-06-26
1
-6
/
+10
*
X509CertificateTest.IntermediateCertificates leaks several native certificate...
rsleevi@chromium.org
2010-06-24
1
-24
/
+29
*
chunk of straightforward ifdef/include changes for BSD port
pvalchev@google.com
2010-05-19
1
-1
/
+1
*
Do not use cert_pi_useAIACertFetch by default. Use it only
wtc@chromium.org
2010-03-19
1
-5
/
+66
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-5
/
+67
*
Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(
snej@chromium.org
2010-03-05
1
-65
/
+5
*
Thread-safety for X509Certificate's intermediate-certs list.
snej@chromium.org
2010-03-05
1
-5
/
+65
[next]