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
*
Add X509Certificate::IsIssuedByEncoded()
digit@chromium.org
2013-01-11
1
-0
/
+21
*
Support x509 certificate on iOS.
droger@chromium.org
2012-09-18
1
-200
/
+9
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-09-07
1
-4
/
+4
*
Revert 150375 - Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-08
1
-4
/
+4
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-07
1
-4
/
+4
*
Revert 150124 - Implement SHA-256 fingerprint support.
dimich@chromium.org
2012-08-06
1
-4
/
+4
*
Implement SHA-256 fingerprint support.
palmer@chromium.org
2012-08-06
1
-4
/
+4
*
Revert 149261 - Support SHA-256 in public key pins for HTTPS.
vandebo@chromium.org
2012-07-31
1
-4
/
+4
*
Support SHA-256 in public key pins for HTTPS.
palmer@chromium.org
2012-07-31
1
-4
/
+4
*
Cache certificates as DER on all platforms.
rsleevi@chromium.org
2012-03-29
1
-3
/
+2
*
Move X509Certificate::Verify into CertVerifyProc
rsleevi@chromium.org
2012-03-22
1
-749
/
+0
*
Revert "Revert "net: fallback to online revocation checks for EV status when ...
agl@chromium.org
2012-03-20
1
-1
/
+0
*
Revert 127757 - net: fallback to online revocation checks for EV status when ...
dgrogan@chromium.org
2012-03-20
1
-0
/
+1
*
net: fallback to online revocation checks for EV status when CRLSet has expired.
agl@chromium.org
2012-03-20
1
-1
/
+0
*
net: also check the EV certificate path against any CRLSet.
agl@chromium.org
2012-03-19
1
-2
/
+19
*
Add an SSLConfig option to explicit disable NSSHttpIO.
agl@chromium.org
2012-03-15
1
-7
/
+15
*
Change the old type name PRArenaPool to PLArenaPool.
wtc@chromium.org
2012-03-09
1
-1
/
+1
*
Handle a NULL trust anchor cert (cert_po_trustAnchor) returned by
wtc@chromium.org
2012-03-08
1
-2
/
+3
*
net: add a NotAfter field to CRLSets.
agl@chromium.org
2012-03-07
1
-0
/
+1
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-1
/
+1
*
net: permit EV without online revocation checking.
agl@chromium.org
2012-02-16
1
-7
/
+5
*
Check cert->isRoot to skip extraneous root certificates in certificate
wtc@chromium.org
2012-01-28
1
-0
/
+24
*
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
[next]