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_nss.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: allow CRLSets to block specific SPKIs.
agl@chromium.org
2012-01-10
1
-11
/
+16
*
net: change how CRL sets interact with online revocation checking.
agl@chromium.org
2012-01-06
1
-30
/
+20
*
Try#2: Handle Origin Bound Certificate expiration.
mattm@chromium.org
2011-12-22
1
-1
/
+4
*
Revert 115219 - Handle Origin Bound Certificate expiration.
mattm@chromium.org
2011-12-21
1
-4
/
+1
*
Handle Origin Bound Certificate expiration.
mattm@chromium.org
2011-12-20
1
-1
/
+4
*
Fix a leak of a SECKEYPublicKey following r114709
rsleevi@chromium.org
2011-12-16
1
-3
/
+4
*
Reject certificate chains containing small RSA and DSA keys.
palmer@chromium.org
2011-12-15
1
-0
/
+34
*
This fixes a bug I introduced last night with
gspencer@chromium.org
2011-12-13
1
-1
/
+1
*
This applies GUIDs to certificate and key nicknames when
gspencer@chromium.org
2011-12-12
1
-2
/
+99
*
Do not hash the certificate twice.
wtc@chromium.org
2011-11-05
1
-5
/
+6
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
1
-5
/
+6
*
net: retain leading zero bytes in X.509 serial numbers.
agl@chromium.org
2011-10-31
1
-3
/
+0
*
Fix the "certificate is not yet valid" error for server certificates
wtc@chromium.org
2011-10-29
1
-0
/
+21
*
net: enable CRL sets behind a command line flag.
agl@chromium.org
2011-10-25
1
-1
/
+92
*
Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned.
mattm@chromium.org
2011-10-20
1
-2
/
+4
*
Use NSS to generate Origin-Bound Certs on Win and Mac.
mattm@chromium.org
2011-10-18
1
-231
/
+8
*
For the SSL cert status, convert anonymous enum that gives bit values into a ...
pkasting@chromium.org
2011-09-23
1
-3
/
+3
*
Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...
pkasting@chromium.org
2011-09-22
1
-3
/
+3
*
For the SSL cert status, convert anonymous enum that gives bit values into a ...
pkasting@chromium.org
2011-09-22
1
-3
/
+3
*
Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h
mdietz@google.com
2011-09-08
1
-10
/
+150
*
Revert 98288 - Added CreateOriginBound method to x509_certificate.h.
jbates@chromium.org
2011-08-25
1
-150
/
+10
*
Added CreateOriginBound method to x509_certificate.h.
mdietz@google.com
2011-08-25
1
-10
/
+150
*
Return the constructed certificate chain in X509Certificate::Verify()
rsleevi@chromium.org
2011-07-30
1
-3
/
+17
*
Implement GetSubjectAltName on all platforms
joth@chromium.org
2011-07-19
1
-47
/
+39
*
Cache the underlying OS certificate handle within the X509CertificateCache, r...
rsleevi@chromium.org
2011-07-19
1
-2
/
+1
*
Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIA
wtc@chromium.org
2011-07-18
1
-0
/
+1
*
net: add additional EV policy OID for Valicert
agl@chromium.org
2011-06-30
1
-1
/
+0
*
net: allow multiple EV OIDs
agl@chromium.org
2011-06-29
1
-6
/
+9
*
Coverity: Return if cert creation fails in X509Certificate::CreateSelfSigned.
thestig@chromium.org
2011-06-22
1
-0
/
+3
*
Factor out Verify into x509 base class
joth@chromium.org
2011-06-21
1
-10
/
+3
*
Code formatting.
qsr@google.com
2011-05-12
1
-4
/
+5
*
Reformating functions calls.
qsr@google.com
2011-05-10
1
-1
/
+2
*
Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...
kushi.p@gmail.com
2011-05-05
1
-3
/
+3
*
Address post-review feedback for r82214. In addition, no longer attempt to gr...
rsleevi@chromium.org
2011-04-22
1
-4
/
+4
*
Change the HTTP cache to cache the entire certificate chain for SSL sites
rsleevi@chromium.org
2011-04-20
1
-16
/
+20
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-6
/
+6
*
net: add support for checking if a known public key is in a chain.
agl@chromium.org
2011-04-12
1
-0
/
+23
*
net: add ability to distinguish user-added root CAs.
agl@chromium.org
2011-04-07
1
-1
/
+19
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-1
/
+1
*
SEC_ERROR_UNTRUSTED_CERT means the user has marked the (leaf) certificate
wtc@chromium.org
2011-03-23
1
-3
/
+3
*
Blacklist certain leaf certificates.
agl@chromium.org
2011-03-17
1
-0
/
+12
*
An RSA SSL server certificate whose Key Usage extension
wtc@chromium.org
2011-03-10
1
-0
/
+15
*
Add X509Certificate::VerifyCertName(string) API. This will be used
mbelshe@chromium.org
2011-03-03
1
-0
/
+4
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
1
-0
/
+9
*
Create self signed X509 certificate
hclam@chromium.org
2010-12-17
1
-0
/
+105
*
Adds X509 certificates for OpenSSL.
bulach@chromium.org
2010-10-08
1
-0
/
+10
*
Turn off CRL checking for CAs that have multiple keys to work around
wtc@chromium.org
2010-09-25
1
-0
/
+25
*
Remove an obsolete TODO comment. Support for the Netscape SSL
wtc@chromium.org
2010-08-27
1
-4
/
+0
*
x509_certificate_nss: remove unused ScopedCERTCertificate and ScopedCERTCertList
mattm@chromium.org
2010-08-21
1
-32
/
+0
[next]