index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
third_party
/
nss
/
ssl
/
sslimpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: don't add padding extension for SSLv3.
agl@chromium.org
2013-11-12
1
-1
/
+1
*
NSS: add `padding' extension when we might hit the F5 bug.
agl@chromium.org
2013-11-08
1
-0
/
+7
*
Make SSL False Start work with asynchronous certificate validation
wtc@chromium.org
2013-10-09
1
-1
/
+8
*
NSS: fix session cache lock initialisation.
agl@chromium.org
2013-09-20
1
-3
/
+1
*
net: add ChaCha20+Poly1305 support to libssl.
agl@chromium.org
2013-09-17
1
-1
/
+3
*
Prefer to generate SHA-1 signatures for TLS 1.2 client authentication if
wtc@chromium.org
2013-09-06
1
-3
/
+3
*
On Windows, prefer to generate SHA-1 signatures for TLS 1.2 client
wtc@chromium.org
2013-08-30
1
-0
/
+3
*
Make the AES-GCM cipher suites work in DTLS, by moving the
wtc@chromium.org
2013-08-21
1
-3
/
+3
*
Implement the AES GCM cipher suites for TLS.
wtc@chromium.org
2013-08-15
1
-20
/
+33
*
Update net/third_party/nss/ssl to NSS 3.15.1.
wtc@chromium.org
2013-08-01
1
-15
/
+13
*
Miscellaneous cleanup of TLS 1.2 code.
wtc@chromium.org
2013-06-17
1
-4
/
+31
*
Support the new TLS 1.2 HMAC-SHA256 cipher suites specified in
wtc@chromium.org
2013-06-06
1
-2
/
+3
*
Support the new supported_signature_algorithms field of the
wtc@chromium.org
2013-05-31
1
-0
/
+2
*
Implement TLS 1.2.
wtc@chromium.org
2013-05-30
1
-4
/
+22
*
Update NSS libSSL to NSS_3_15_BETA2.
wtc@chromium.org
2013-05-02
1
-20
/
+18
*
Use CERT_GetCertKeyType to get KeyType for ssl3_PlatformSignHashes.
mef@chromium.org
2013-04-26
1
-1
/
+2
*
Update net/third_party/nss/ssl to NSS 3.14.
wtc@chromium.org
2012-11-13
1
-55
/
+8
*
Cap the record layer version number of TLS ClientHello to TLS 1.0
wtc@chromium.org
2012-07-17
1
-0
/
+3
*
NSS: add ability to get the tls-unique channel binding value.
agl@chromium.org
2012-06-25
1
-0
/
+5
*
nss: support SECWouldBlock from ChannelID callback.
agl@chromium.org
2012-06-05
1
-0
/
+8
*
Implement RFC 5764 (DTLS-SRTP).
wtc@chromium.org
2012-06-05
1
-0
/
+7
*
Support TLS Channel IDs in NSS
agl@chromium.org
2012-05-31
1
-0
/
+2
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
1
-8
/
+0
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
1
-0
/
+8
*
nss: revert encrypted and origin bound certificates support.
agl@chromium.org
2012-05-24
1
-8
/
+0
*
Add DTLS support to NSS, contributed by Eric Rescorla.
wtc@chromium.org
2012-03-30
1
-2
/
+149
*
Update NSS to NSS 3.13.4 pre-release snapshot 20120319.
wtc@chromium.org
2012-03-20
1
-6
/
+27
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-5
/
+5
*
Update net/third_party/nss to NSS 3.13.3.
wtc@chromium.org
2012-03-03
1
-62
/
+47
*
Add NSS function to retrieve TLS client cert types requested by server.
mattm@chromium.org
2011-12-06
1
-0
/
+4
*
Add the encrypted client certificates TLS extension and enable it if
wtc@chromium.org
2011-11-10
1
-0
/
+1
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-10
/
+7
*
Fallback from platform client auth to NSS client auth.
mattm@chromium.org
2011-09-27
1
-6
/
+5
*
Add an NSS function to restart the handshake after a client certificate
wtc@chromium.org
2011-08-17
1
-4
/
+0
*
net: add NSS support for RFC 5705
agl@chromium.org
2011-07-22
1
-0
/
+6
*
Merge upstream NSS changes from the cached info extension.
rkn@chromium.org
2011-07-19
1
-2
/
+15
*
Add client-side support for the origin bound certificate TLS extension.
rkn@chromium.org
2011-07-14
1
-0
/
+7
*
net: include patch for cached info and fix whitespace.
agl@chromium.org
2011-06-24
1
-2
/
+2
*
Added client-side support for the TLS cached info
rkn@chromium.org
2011-06-22
1
-0
/
+18
*
Remove the TLS Snap Start code from NSS.
wtc@chromium.org
2011-06-09
1
-77
/
+2
*
Update to NSS 3.12.9. falsestart.patch, falsestart2.patch, and
wtc@chromium.org
2011-02-18
1
-1
/
+1
*
Update the NSS patches. Add snapstart2.patch and peercertchain.patch.
wtc@chromium.org
2011-02-17
1
-9
/
+10
*
Remove the unused PlatformAuthInfo structure definition.
wtc@chromium.org
2011-02-16
1
-13
/
+0
*
The current implementation of client authentication for Windows and Mac match...
rsleevi@chromium.org
2011-02-12
1
-22
/
+0
*
When performing SSL client authentication on Windows via NSS, change the retu...
rsleevi@chromium.org
2011-02-05
1
-1
/
+1
*
nss: add support for OCSP stapling.
agl@chromium.org
2010-11-22
1
-0
/
+13
*
Support for using OS-native certificates for SSL client
wtc@chromium.org
2010-11-04
1
-0
/
+80
*
NSS: Snap Start NPN support and other fixes.
agl@chromium.org
2010-09-20
1
-0
/
+3
*
NSS: Add Snap Start support
agl@chromium.org
2010-08-25
1
-0
/
+47
*
Reshuffle some NSS code to make way for Snap Start.
agl@chromium.org
2010-08-06
1
-1
/
+26
[next]