summaryrefslogtreecommitdiffstats
path: root/net/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Account for the OS returning an empty certificate chain.davidben2015-04-232-0/+119
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-099-22/+153
* Initial implementation for CertNetFetcher.eroman2015-04-0820-0/+32
* Revert of Don't process HSTS/HPKP headers when host is an IP address (patchse...estark2015-04-069-153/+22
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-069-22/+153
* Update generate-cross-signed-certs.sh to use SHA256 instead of SHA1estark2015-03-316-217/+218
* Set Origin header to "null" for cross origin redirects.jww2015-03-2810-0/+15
* Land Recent QUIC Changesrch2015-03-251-1/+1
* WebSocket header continuations test case.ricea2015-03-191-0/+28
* WebSocket ignores trailing whitespace testricea2015-03-161-0/+27
* Refactor ChromeFraudulentCertReporter for code reuse by SSL reportingestark2015-03-121-1/+2
* Fix a crash when processing an invalid PAC script.eroman2015-02-272-0/+33
* Apply HSTS to WebSocket connections.Adam Rice2015-02-201-0/+19
* Avoid WebSocket upgrade on network error.ricea2015-02-021-0/+19
* Reject certificates that are valid for too long.palmer2015-01-2815-212/+1347
* Fix the logic for using an HTTP proxy without a tunnelAdam Rice2015-01-192-0/+52
* Update net/data/websocket/OWNERS to include active developerstyoshino2015-01-141-3/+3
* Add a test for an IPv6 address with embedded IPv6 literal.eroman2014-12-161-0/+3
* Support IPv6 literals in PAC's "isPlainHostName()" library function.eroman2014-12-111-0/+54
* Revert "Reject certificates that are valid for too long."palmer2014-11-118-667/+212
* Revert "Revert "Reject certificates that are valid for too long.""Carlos Pizano2014-11-107-5/+667
* Revert "Reject certificates that are valid for too long."Chris Palmer2014-11-107-667/+5
* Reject certificates that are valid for too long.palmer2014-11-078-212/+667
* Adds MaybeInterceptRedirect and MaybeInterceptResponse to the URLRequestInter...bengr2014-11-074-0/+9
* Regenerate the long-lived test certificates to use SHA-256rsleevi2014-09-2662-3046/+3399
* Update test cert generation scripts to use SHA-256 by defaultrsleevi2014-09-269-144/+260
* Use sidestep to detour CertVerifyCertificateSignatureEx on Windows versions e...rsleevi2014-09-242-0/+75
* HPACK: Check pseudo-header order in decoder.bnc2014-09-051-0/+0
* Add a script for generating testing CRLSetsrsleevi2014-09-051-0/+200
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-0/+0
* Handle multiple simultanous wss: connections.ricea@chromium.org2014-08-052-0/+33
* Map WebSocket URL schemes to HTTP URL schemes for auth purposes.ricea@chromium.org2014-07-292-0/+39