summaryrefslogtreecommitdiffstats
path: root/net/data
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated cert verification testsrsleevi2016-03-251-25/+0
* Addition of an OCSP parser using the net der code.svaldez2016-03-2424-0/+3107
* Add a histogram (Net.PacResultForStrippedUrl) that estimates how often PAC sc...eroman2016-03-224-0/+54
* QUIC - extend QuicInMemoryCache so that simple server can do server push.ckrasic2016-03-224-0/+31
* Perform CRLSet evaluation during Path Building on NSSrsleevi2016-03-1118-936/+976
* Implement a skeleton version of Expect CT reportsestark2016-03-102-0/+4
* Revert of Perform CRLSet evaluation during Path Building on NSS (patchset #5 ...benwells2016-03-047-42/+9
* Perform CRLSet evaluation during Path Building on NSSrsleevi2016-03-037-9/+42
* Add a test client cert that contains two subject alternativecernekee2016-03-0215-250/+452
* Remove CertVerifyProcTest.CybertrustGTERoot unit testrsleevi2016-03-016-355/+0
* Update PEM file pretty-printer for putting comment blocks on top.eroman2016-02-121-17/+14
* Fix API mismatch between NameConstraints::IsPermittedCert's subjectAltName pa...mattm2016-02-1113-31/+108
* Fix GeneralName directoryName parsing in new (unused) name constraints code.mattm2016-02-1110-259/+277
* Perform CRLSet evaluation during Path Building on Windowsrsleevi2016-02-0914-634/+1277
* Normalize the PEM format used in some certificate test data.eroman2016-02-0387-1380/+691
* Block two retired DigiCert intermediatesrsleevi2016-01-263-59/+121
* Remove Windows XP SHA-256 and ECDSA logic.davidben2016-01-253-78/+0
* Refresh the built-in certificate blacklistrsleevi2016-01-2340-0/+4009
* Do full name comparison (rather than just byte-for-byte equality test) when v...eroman2016-01-052-0/+748
* Add a new test certificate for *.example.org as wildcard.pemrch2015-12-314-0/+138
* Add brotli content-encoding filter.eustas2015-12-301-0/+0
* Fix handling of wildcards in administrative/unilateral name constraints.mattm2015-12-223-156/+159
* Add scripts to generate simple test data for certificate verification.eroman2015-12-1748-0/+7436
* net: Fix two certificate verification tests for OSX 10.11.erikchen2015-12-032-100/+182
* Fix FTP dir listing parser to allow total size to be negative,tfh2015-11-202-0/+30
* Don't trust SHA-1 from publicly trusted CAs on/after 2016-1-1rsleevi2015-11-134-0/+194
* Add code to parse RFC 5280 BasicConstraints extension.eroman2015-11-1110-0/+74
* Add a function to parse RFC 5280 "Extensions".eroman2015-11-1112-0/+184
* Add a function for parsing an RFC 5280 Extension.eroman2015-11-104-0/+54
* Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000rch2015-11-041-0/+1
* Add parser for CertificatePolicies extension.mattm2015-11-0215-0/+301
* Class for parsing and evaluating RFC 5280 NameConstraints.mattm2015-10-2974-3/+1407
* Add unit tests for SHA1 warning deprecationsestark2015-09-303-1/+99
* Fix Name comparison handling of duplicate naming attributes.mattm2015-09-1616-0/+376
* Implement an openssl version of a QUIC ProofSource.rch2015-09-082-0/+226
* ftp: indicate unknown file sizesElly Fong-Jones2015-08-311-2/+2
* Add parsing code for TBSCertificate's "validity" field.eroman2015-08-2622-244/+834
* Removing pin-sha1 from HPKP to match RFCsvaldez2015-08-244-5/+5
* Add a function for parsing RFC 5280's "TBSCertificate".eroman2015-08-1917-0/+1188
* Treat failure to parse certificates as SSL protocol errors.davidben2015-08-173-0/+126
* Add a function for parsing RFC 5280's "Certificate".eroman2015-08-148-0/+392
* RFC 2459 name comparison.mattm2015-08-1165-0/+1504
* Add URLRequest unit tests for HPKP violation reportsestark2015-08-073-1/+8
* Add some policy controls for VerifySignedData().eroman2015-08-071-0/+93
* [refactor] Add der::BitString to represent a parsed BIT STRING.eroman2015-08-031-9/+13
* Add a script for formatting the VerifySignedData() test data.eroman2015-07-292-0/+202
* Implement VerifySignedData() for ECDSA, RSA PKCS#1 and RSA PSS.eroman2015-07-2830-0/+1669
* Remove certificates from Channel IDnharper2015-06-012-0/+0
* Make multiple-connections.html less aggressive.ricea2015-05-271-3/+20
* Add ProxyResolverFactoryV8Tracing.sammc2015-05-151-0/+11