summaryrefslogtreecommitdiffstats
path: root/net/cert
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-263-0/+3
* Adding iOS OpenSSL Implementationsvaldez2016-03-254-0/+754
* Revert of Adding iOS OpenSSL Implementation (patchset #23 id:420001 of https:...rockot2016-03-254-754/+0
* This adds the OpenSSL-specific implementations for iOS, using SecTrustEvaluat...svaldez2016-03-254-0/+754
* Remove outdated cert verification testsrsleevi2016-03-251-65/+0
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+3
* Addition of an OCSP parser using the net der code.svaldez2016-03-245-43/+1037
* Don't allow negative date components in ParseCertificateDate(), or ones start...eroman2016-03-232-46/+37
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-235-0/+582
* Migrate net/cert/* to net::IPAddress.martijn2016-03-223-289/+139
* Add more RetainedRef uses where needed.vmpstr2016-03-221-2/+1
* Add RetainedRef uses where needed.vmpstr2016-03-212-6/+6
* Remove pre-10.9 code in //net.davidben2016-03-211-31/+2
* Adding macro to enable changing SSL library (Part 1)svaldez2016-03-188-31/+30
* 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