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
*
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
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
7
-29
/
+261
*
Fix a buffer length bug and nits in the next protocol negotiation (NPN)
wtc@chromium.org
2012-03-12
5
-10
/
+98
*
Fix pkgconfig wrapper for 64 bits
piman@chromium.org
2012-03-09
1
-1
/
+1
*
Change the old type name PRArenaPool to PLArenaPool.
wtc@chromium.org
2012-03-09
1
-1
/
+1
*
Update net/third_party/nss to NSS 3.13.3.
wtc@chromium.org
2012-03-03
43
-3920
/
+2254
*
Fix a (harmless) clang warning in nss.
thakis@chromium.org
2012-02-21
3
-1
/
+18
*
Pick up the fix for NSS bug 718554 (a SSL_ForceHandshake bug).
wtc@chromium.org
2012-01-20
2
-4
/
+4
*
Fix compile error for net/third_party/mozilla_security_manager/nsNSSCertTrust...
Guanqun.Lu@gmail.com
2012-01-14
1
-6
/
+15
*
Initialized variable to fix -Wmaybe-uninitialized warning.
asharif@chromium.org
2012-01-13
1
-1
/
+1
*
net: rename NSS's 'ssl' to 'libssl'
agl@chromium.org
2011-12-15
1
-1
/
+1
*
This applies GUIDs to certificate and key nicknames when
gspencer@chromium.org
2011-12-12
3
-59
/
+80
*
Add bugzilla link for net/third_party/nss/patches/getrequestedclientcerttypes...
mattm@chromium.org
2011-12-07
1
-1
/
+1
*
Add NSS function to retrieve TLS client cert types requested by server.
mattm@chromium.org
2011-12-06
7
-1
/
+142
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Add the encrypted client certificates TLS extension and enable it if
wtc@chromium.org
2011-11-10
9
-49
/
+579
*
net: add missing return value in SSL_SetNextProtoCallback
agl@chromium.org
2011-10-28
3
-19
/
+33
*
NSS: update NPN patch to fix comment style and ssl.def.
agl@chromium.org
2011-10-25
3
-13
/
+15
*
Fix a comment nit for SSLNextProtoCallback.
wtc@chromium.org
2011-10-19
2
-2
/
+2
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
7
-186
/
+332
*
Change the default of the SSL_ENABLE_OB_CERTS option to PR_FALSE.
wtc@chromium.org
2011-10-13
2
-2
/
+2
*
net: disable 1/n-1 record splitting when False Start is disabled.
agl@chromium.org
2011-10-05
2
-13
/
+15
*
Fix libssl to build properly with use_system_zlib==0.
bradchen@google.com
2011-10-04
1
-1
/
+3
*
net: update NSS patches.
agl@chromium.org
2011-10-03
16
-341
/
+322
[next]