summaryrefslogtreecommitdiffstats
path: root/net/third_party
Commit message (Expand)AuthorAgeFilesLines
* Cap the record layer version number of TLS ClientHello to TLS 1.0wtc@chromium.org2012-07-177-19/+252
* Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeoutrsleevi@chromium.org2012-07-033-6/+6
* Add iOS support to ssl.gyp and zlib.gypstuartmorgan@chromium.org2012-07-021-9/+15
* Fix crash when an SSL key-log file couldn't be opened.agl@chromium.org2012-06-274-4/+38
* NSS: add ability to get the tls-unique channel binding value.agl@chromium.org2012-06-257-0/+267
* NSS: send a fatal alert if the ChannelID callback fails.agl@chromium.org2012-06-222-8/+10
* SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should usewtc@chromium.org2012-06-194-3/+37
* Add the NSS patch file for RFC 5764 (DTLS-SRTP) support.wtc@chromium.org2012-06-193-0/+474
* Change comment in SSL keylog file.agl@chromium.org2012-06-112-4/+7
* Export key logging in normal builds.agl@chromium.org2012-06-075-22/+281
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-061-0/+11
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-061-11/+0
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-061-0/+11
* nss: support SECWouldBlock from ChannelID callback.agl@chromium.org2012-06-055-62/+364
* Implement RFC 5764 (DTLS-SRTP).wtc@chromium.org2012-06-056-8/+331
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-014-525/+65
* Support TLS Channel IDs in NSSagl@chromium.org2012-05-3113-6/+689
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-314-65/+525
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-314-525/+65
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-2410-879/+39
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-2410-39/+879
* nss: revert encrypted and origin bound certificates support.agl@chromium.org2012-05-2410-879/+39
* Update URL for upstream NSS bug.agl@chromium.org2012-05-221-1/+1
* Roll NSS from 136057:137477rsleevi@chromium.org2012-05-181-0/+4
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-082-1/+3
* Only call SSL_OptionSet in an initial handshake.wtc@chromium.org2012-05-024-25/+0
* net: don't set NSS options in a callback.agl@chromium.org2012-04-304-1/+26
* nss: reject DH generators and public values equal to zero or one.agl@chromium.org2012-04-254-4/+84
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-231-0/+1
* net: only False Start with forward secret servers.agl@chromium.org2012-04-204-5/+66
* net: False Start only for NPN capable servers.agl@google.com2012-04-104-0/+10
* Set ss->ssl3.hs.recvMessageSeq to 0 in dtls_RehandshakeCleanup.wtc@chromium.org2012-03-312-1/+3
* Add DTLS support to NSS, contributed by Eric Rescorla.wtc@chromium.org2012-03-3021-127/+5435
* Update NSS to NSS 3.13.4 pre-release snapshot 20120319.wtc@chromium.org2012-03-2023-879/+705
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-157-29/+261
* Fix a buffer length bug and nits in the next protocol negotiation (NPN)wtc@chromium.org2012-03-125-10/+98
* Fix pkgconfig wrapper for 64 bitspiman@chromium.org2012-03-091-1/+1
* Change the old type name PRArenaPool to PLArenaPool.wtc@chromium.org2012-03-091-1/+1
* Update net/third_party/nss to NSS 3.13.3.wtc@chromium.org2012-03-0343-3920/+2254
* Fix a (harmless) clang warning in nss.thakis@chromium.org2012-02-213-1/+18
* Pick up the fix for NSS bug 718554 (a SSL_ForceHandshake bug).wtc@chromium.org2012-01-202-4/+4
* Fix compile error for net/third_party/mozilla_security_manager/nsNSSCertTrust...Guanqun.Lu@gmail.com2012-01-141-6/+15
* Initialized variable to fix -Wmaybe-uninitialized warning.asharif@chromium.org2012-01-131-1/+1
* net: rename NSS's 'ssl' to 'libssl'agl@chromium.org2011-12-151-1/+1
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-123-59/+80
* Add bugzilla link for net/third_party/nss/patches/getrequestedclientcerttypes...mattm@chromium.org2011-12-071-1/+1
* Add NSS function to retrieve TLS client cert types requested by server.mattm@chromium.org2011-12-067-1/+142
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Add the encrypted client certificates TLS extension and enable it ifwtc@chromium.org2011-11-109-49/+579
* net: add missing return value in SSL_SetNextProtoCallbackagl@chromium.org2011-10-283-19/+33