summaryrefslogtreecommitdiffstats
path: root/net/cert
Commit message (Expand)AuthorAgeFilesLines
* Switch //net to the new SPKI and PKCS#8 APIs.davidben2016-03-114-17/+18
* Perform CRLSet evaluation during Path Building on NSSrsleevi2016-03-112-218/+178
* A second attempt at landing https://codereview.chromium.org/1758823002/, whic...eranm2016-03-094-16/+31
* Revert of Certificate Transparency: Ensure timestamps over 32 bit are handled...treib2016-03-044-31/+16
* Certificate Transparency: Ensure timestamps over 32 bit are handled correctly.eranm2016-03-044-16/+31
* Revert of Perform CRLSet evaluation during Path Building on NSS (patchset #5 ...benwells2016-03-042-178/+218
* Remove Pass() helper from base/move.h.dcheng2016-03-041-1/+2
* Perform CRLSet evaluation during Path Building on NSSrsleevi2016-03-032-218/+178
* Add RFC2253 formatting of RDNSequencesvaldez2016-03-034-26/+260
* Add new functions to handle UPN and email addressescernekee2016-03-023-1/+130
* Hook up NameConstraints in VerifyCertificateChain.mattm2016-03-025-213/+364
* Suppress the clang warning "-Wdeprecated-declarations" for CSSM API calls.erikchen2016-03-025-0/+35
* Remove CertVerifyProcTest.CybertrustGTERoot unit testrsleevi2016-03-011-123/+0
* Disables CertVerifyProcTest.CybertrustGTERoot.nektar2016-02-291-1/+1
* Prune CNNIC whitelist.davidben2016-02-271-744/+0
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-268-0/+14
* Reduce Certificate Parsing Strictnesssvaldez2016-02-264-44/+63
* Add Expect CT policy that gets checked on all certsestark2016-02-256-79/+259
* Certificate Transparency: Add log ID to Signed Tree Headeranm2016-02-252-0/+63
* Certificate Transparency: Stop using intermediate class in tests.eranm2016-02-241-87/+80
* Roll src/third_party/boringssl/src 894a47df2..6d4915792davidben2016-02-191-6/+2
* Don't decompose a der::Tag when processing it.davidben2016-02-191-106/+73
* Support for client certs in ssl_server_socket.ryanchung2016-02-195-2/+134
* Add information to SSLInfo about CT EV policy complianceestark2016-02-186-89/+164
* Adding ASN.1 Name Parsingsvaldez2016-02-184-212/+475
* Certificate Transparency: Add Symantec's Vega log.eranm2016-02-181-3/+12
* Makes GetBuildTime behave sanely on all build types.zforman2016-02-121-4/+0
* Generate tests from PKITS.pdf, use them to test the new verifier.mattm2016-02-122-0/+186
* Fix API mismatch between NameConstraints::IsPermittedCert's subjectAltName pa...mattm2016-02-113-68/+67
* Fix GeneralName directoryName parsing in new (unused) name constraints code.mattm2016-02-111-3/+12
* Fix -Wsign-compare warning after https://codereview.chromium.org/1557133002Nico Weber2016-02-091-1/+1
* Perform CRLSet evaluation during Path Building on Windowsrsleevi2016-02-092-86/+639
* Using == instead of Equals for der::Input comparison.svaldez2016-02-048-35/+27
* Notify net::CertDatabase observers when certificate is added.emaxx2016-02-011-1/+6
* Roll src/third_party/boringssl/src 6c22f542f..2cdf39877davidben2016-01-281-3/+1
* Use static_cast instead of reinterpret_cast in net::ReadHeader.wfh2016-01-271-1/+1
* net: move IsHostnameNonUnique() into url_util.htfarina2016-01-271-1/+0
* Name constraints with excluded names but no permitted names should allow name...mattm2016-01-262-28/+32
* Block two retired DigiCert intermediatesrsleevi2016-01-261-1/+9
* Minor improvements to ct_serialization.ccrobpercival2016-01-261-37/+64
* Revert "Revert of CT Verify test utilities change - Moved the following commo...eranm2016-01-251-41/+10
* Remove Windows XP SHA-256 and ECDSA logic.davidben2016-01-253-318/+0
* Refresh the built-in certificate blacklistrsleevi2016-01-233-183/+192
* Update list of Windows Known Rootsnharper2016-01-231-1/+27
* Make X509Certificate methods return a scoped_refptrsvaldez2016-01-205-36/+37
* net: move more functions out of net_util.htfarina2016-01-202-1/+2
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-202-2/+2
* Regenerate the set of Windows Known Roots to more comprehensively cover vario...nharper2016-01-152-828/+1877
* Implement simpler CT consistency proof algorithm.davidben2016-01-144-197/+92
* Refactor der::Input helper methods into new constructorsnharper2016-01-149-190/+139