summaryrefslogtreecommitdiffstats
path: root/net/third_party
Commit message (Expand)AuthorAgeFilesLines
* Ignore out-of-order DTLS ChangeCipherSpec.wtc@chromium.org2014-06-063-0/+31
* pkg-config-wrapper: use system_libdir for libpathvapier@chromium.org2014-05-261-1/+1
* net: Unbreak component build on Linux.tfarina@chromium.org2014-05-181-5/+4
* Move signature_algorithm extension to the end in NSS.davidben@chromium.org2014-05-014-5/+51
* GN build improvements.brettw@chromium.org2014-04-301-2/+2
* Revert 266932 "GN build improvements."brettw@chromium.org2014-04-291-2/+2
* GN build improvements.brettw@chromium.org2014-04-291-2/+2
* Make GN's "check" run cleanly.brettw@chromium.org2014-04-221-1/+1
* Implement net in GN build.brettw@chromium.org2014-04-151-2/+4
* Add SSL support to the GN buildbrettw@chromium.org2014-04-141-0/+138
* Change ssl_padding_xtn to the IANA-assigned value 21.wtc@chromium.org2014-04-114-1/+23
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-042-40/+0
* Fix handling of DSA and ECDSA client auth keys on Mac.davidben@chromium.org2014-03-121-27/+61
* Revert r242742. The Clang codegen bug has been fixed.wtc@chromium.org2014-02-274-23/+2
* net: don't always add TLS padding.agl@chromium.org2014-02-204-36/+2
* Make net_unittests_run work with component=shared_library.maruel@chromium.org2014-02-052-2/+28
* Add support for component=shared_library for base_unittests_run.maruel@chromium.org2014-01-221-0/+14
* Update net/third_party/nss to NSS 3.15.5 Beta 2.wtc@chromium.org2014-01-2130-868/+467
* Use NSSRWLock instead of PRRWLock in sslSessionID. This avoids the bugswtc@chromium.org2014-01-096-26/+268
* Update net/third_party/nss to NSS 3.15.4.wtc@chromium.org2014-01-0754-4506/+1180
* Hack for Mac 10.9 hang when the Keychain is modified with Chrome running.rsesek@chromium.org2013-12-304-2/+24
* Defer TLS session caching until after certificate verificationrsleevi@chromium.org2013-12-277-1/+165
* Revert 242219 "Defer TLS session caching until after certificate..."rsleevi@chromium.org2013-12-217-165/+1
* Defer TLS session caching until after certificate verificationrsleevi@chromium.org2013-12-217-1/+165
* Make net::CertDatabase and PKCS12InitSingleton singletons Leaky.mattm@chromium.org2013-12-201-1/+3
* Disable session ticket renewal.wtc@chromium.org2013-12-134-0/+29
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-7/+3
* NSS: Make cert import helper functions take the slot as an argument.mattm@chromium.org2013-12-112-24/+15
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-3/+7
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-7/+3
* net: use model NSS socket to save setting the cipher order every time.agl@chromium.org2013-12-072-28/+32
* net: implement TLS_FALLBACK_SCSV.agl@chromium.org2013-12-0711-3/+274
* Use SHA-1 in TLS 1.2 client auth if the server requests it.davidben@chromium.org2013-12-044-27/+196
* Fill the TLS padding extension with zero bytes instead of spaces.wtc@chromium.org2013-12-032-2/+2
* nss: fix order of parenthesis.agl@chromium.org2013-12-032-2/+2
* net: boost AES-GCM ciphers if the machine has AES-NI.agl@chromium.org2013-12-028-0/+170
* Add support for fetching Certificate Transparency SCTs over a TLS extensionekasper@google.com2013-11-281-0/+1
* net: fix PORT_Assert crash when renegotiating.agl@chromium.org2013-11-262-5/+3
* Certificate Transparency TLS extension patch for NSSekasper@google.com2013-11-2110-37/+631
* Update to the latest False Start code from NSS upstream.wtc@chromium.org2013-11-198-528/+791
* Support new ChannelID extension.agl@chromium.org2013-11-188-7/+233
* net: add padding extension to all handshakes.agl@chromium.org2013-11-134-2/+35
* net: don't add padding extension for SSLv3.agl@chromium.org2013-11-124-11/+11
* NSS: add `padding' extension when we might hit the F5 bug.agl@chromium.org2013-11-087-1/+233
* Include a fix for NSS bug 934016rsleevi@chromium.org2013-11-024-0/+27
* Update chacha20poly1305.patch for the changes made in r230713wtc@chromium.org2013-10-281-11/+11
* Update to the new definitions of CKM_NSS_CHACHA20_POLY1305 andwtc@chromium.org2013-10-241-11/+11
* Make SSL False Start work with asynchronous certificate validationwtc@chromium.org2013-10-0911-91/+931
* net: don't send resumption ClientHello records with versions > 0x0301.agl@chromium.org2013-10-073-4/+43
* Change SSL_PeerCertificateChain to return a CERTCertList.wtc@chromium.org2013-10-015-32/+144