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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build the NSS libSSL with NO_PKCS11_BYPASS defined.
wtc@chromium.org
2013-03-02
10
-3768
/
+31
*
Support building NSS's libssl as a component
rsleevi@chromium.org
2013-02-28
2
-1
/
+84
*
When performing an SSL renegotiation and requesting a certificate status, cle...
rsleevi@chromium.org
2013-02-23
1
-0
/
+4
*
Fix a crash in dtls_FreeHandshakeMessages.
wtc@chromium.org
2013-02-08
4
-0
/
+23
*
The hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS has been
wtc@chromium.org
2013-02-08
2
-6
/
+6
*
net: implement CBC processing in constant-time in libssl.
agl@chromium.org
2013-02-06
4
-57
/
+911
*
Make all net targets build on Win64
jschuh@chromium.org
2013-01-10
1
-1
/
+1
*
Ensure the patched NSS libssl used on Win and Mac behaves the same as upstrea...
rsleevi@chromium.org
2012-11-15
3
-14
/
+16
*
Update net/third_party/nss/ssl to NSS 3.14.
wtc@chromium.org
2012-11-13
75
-7262
/
+1191
*
Merge the NSS patch for https://bugzilla.mozilla.org/show_bug.cgi?id=770057.
wtc@chromium.org
2012-11-08
6
-16
/
+201
*
Replace the deprecated DSA_SIGNATURE_LEN macro with
wtc@chromium.org
2012-09-25
1
-1
/
+9
*
Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.
joaodasilva@chromium.org
2012-09-10
2
-34
/
+36
*
linux/clang: Disable the last two warnings, turn on -Werror
thakis@chromium.org
2012-08-18
1
-0
/
+7
*
When renegotiating, continue to use the client_version used in the
wtc@chromium.org
2012-08-17
5
-45
/
+242
*
Replace hardcoded ssl_variant_stream with ss->protocolVariant.
wtc@chromium.org
2012-08-16
5
-3
/
+61
*
Update license tool to check several additional directories
steveblock@chromium.org
2012-08-09
2
-0
/
+10
*
Cap the record layer version number of TLS ClientHello to TLS 1.0
wtc@chromium.org
2012-07-17
7
-19
/
+252
*
Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeout
rsleevi@chromium.org
2012-07-03
3
-6
/
+6
*
Add iOS support to ssl.gyp and zlib.gyp
stuartmorgan@chromium.org
2012-07-02
1
-9
/
+15
*
Fix crash when an SSL key-log file couldn't be opened.
agl@chromium.org
2012-06-27
4
-4
/
+38
*
NSS: add ability to get the tls-unique channel binding value.
agl@chromium.org
2012-06-25
7
-0
/
+267
*
NSS: send a fatal alert if the ChannelID callback fails.
agl@chromium.org
2012-06-22
2
-8
/
+10
*
SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should use
wtc@chromium.org
2012-06-19
4
-3
/
+37
*
Add the NSS patch file for RFC 5764 (DTLS-SRTP) support.
wtc@chromium.org
2012-06-19
3
-0
/
+474
*
Change comment in SSL keylog file.
agl@chromium.org
2012-06-11
2
-4
/
+7
*
Export key logging in normal builds.
agl@chromium.org
2012-06-07
5
-22
/
+281
*
Revert 140846 - (relanding r140697)
rsleevi@chromium.org
2012-06-06
1
-0
/
+11
*
Revert 140697 - Maybe caused sizes regression (which would be acceptable
rsleevi@chromium.org
2012-06-06
1
-11
/
+0
*
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
rsleevi@chromium.org
2012-06-06
1
-0
/
+11
*
nss: support SECWouldBlock from ChannelID callback.
agl@chromium.org
2012-06-05
5
-62
/
+364
*
Implement RFC 5764 (DTLS-SRTP).
wtc@chromium.org
2012-06-05
6
-8
/
+331
*
Reland: Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-06-01
4
-525
/
+65
*
Support TLS Channel IDs in NSS
agl@chromium.org
2012-05-31
13
-6
/
+689
*
Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.
falken@google.com
2012-05-31
4
-65
/
+525
*
Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-05-31
4
-525
/
+65
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
10
-879
/
+39
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
10
-39
/
+879
*
nss: revert encrypted and origin bound certificates support.
agl@chromium.org
2012-05-24
10
-879
/
+39
*
Update URL for upstream NSS bug.
agl@chromium.org
2012-05-22
1
-1
/
+1
*
Roll NSS from 136057:137477
rsleevi@chromium.org
2012-05-18
1
-0
/
+4
*
If generating a domain bound cert fails, continue the connection without it.
mattm@chromium.org
2012-05-08
2
-1
/
+3
*
Only call SSL_OptionSet in an initial handshake.
wtc@chromium.org
2012-05-02
4
-25
/
+0
*
net: don't set NSS options in a callback.
agl@chromium.org
2012-04-30
4
-1
/
+26
*
nss: reject DH generators and public values equal to zero or one.
agl@chromium.org
2012-04-25
4
-4
/
+84
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-23
1
-0
/
+1
*
net: only False Start with forward secret servers.
agl@chromium.org
2012-04-20
4
-5
/
+66
*
net: False Start only for NPN capable servers.
agl@google.com
2012-04-10
4
-0
/
+10
*
Set ss->ssl3.hs.recvMessageSeq to 0 in dtls_RehandshakeCleanup.
wtc@chromium.org
2012-03-31
2
-1
/
+3
*
Add DTLS support to NSS, contributed by Eric Rescorla.
wtc@chromium.org
2012-03-30
21
-127
/
+5435
*
Update NSS to NSS 3.13.4 pre-release snapshot 20120319.
wtc@chromium.org
2012-03-20
23
-879
/
+705
[next]