c52313db2713fddd82cc911ba4eb49f019d34e30: Bug 275744: Add SSL stress tests that enable compression (-z). The patch
wtc%google.com - Thu, 05 Nov 2009 02:20:49 +0000 - rev 9425
Bug 275744: Add SSL stress tests that enable compression (-z). The patch
is contributed by Adam Langley <agl@chromium.org> of Google. r=nelson,wtc.
cd8c4533e1c47d483a3174d1ed459076bb10f3ae: Bug 275744: Implement TLS compression RFC 3749. Add the SSL_ENABLE_DEFLATE
wtc%google.com - Wed, 04 Nov 2009 17:19:25 +0000 - rev 9424
Bug 275744: Implement TLS compression RFC 3749. Add the SSL_ENABLE_DEFLATE
SSL option and the -z command-line option for tstclnt, strsclnt, and
selfserv for enabling the DEFLATE compression method. The patch is
contributed by Adam Langley <agl@chromium.org> of Google. r=nelson.
Modified Files:
cmd/selfserv/selfserv.c cmd/strsclnt/strsclnt.c
cmd/tstclnt/tstclnt.c lib/ssl/Makefile lib/ssl/ssl.h
lib/ssl/ssl3con.c lib/ssl/ssl3prot.h lib/ssl/sslerr.h
lib/ssl/sslimpl.h lib/ssl/sslsock.c
ecd92df0dfeac847d381bc392891b1c46fcab4d4: Bug 523352: Adding requireFreshInfo flag. r=alexei
slavomir.katuscak%sun.com - Mon, 02 Nov 2009 10:15:52 +0000 - rev 9423
Bug 523352: Adding requireFreshInfo flag. r=alexei
b113fbf7afc065a0b44f47031a0060a4ac6e88b2: Bug 275744: pretty-print compression methods null (0) and DEFLATE (1).
wtc%google.com - Sat, 31 Oct 2009 22:52:20 +0000 - rev 9422
Bug 275744: pretty-print compression methods null (0) and DEFLATE (1).
Clean up the declaration and initialization of some variables. r=nelson.
6da0400dd8ba111c862d2b17522720ecc21d1a4d: Correct merge error in last commit.
nelson%bolyard.com - Fri, 30 Oct 2009 09:50:25 +0000 - rev 9421
Correct merge error in last commit.
7761cea7bfefaf3bfa697d49b6484084eb144b20: Bug 511312: NSS fails to load softoken on Windows, looking for sqlite3.dll
nelson%bolyard.com - Fri, 30 Oct 2009 09:44:47 +0000 - rev 9420
Bug 511312: NSS fails to load softoken on Windows, looking for sqlite3.dll
Patch by Julien Pierre, formerly <julien.pierre@sun.com>, r=wtc, nelson
437384f8021c9900f69c9979749fdd45195c08fd: Fix tinderbox text failure (referencing unitialized stack memory).
rrelyea%redhat.com - Thu, 29 Oct 2009 21:33:10 +0000 - rev 9419
Fix tinderbox text failure (referencing unitialized stack memory).
There was an extra %s in an PR_smprintf(). Whether or not it core dumped
depended on the state of the stack at that point.
bob
dc8f5c354d9f92f33ebbaf604d0e1f08db8d6281: Bug 525056: Use NSS_SecureMemcmp to check the session ticket's HMAC.
wtc%google.com - Thu, 29 Oct 2009 01:44:04 +0000 - rev 9418
Bug 525056: Use NSS_SecureMemcmp to check the session ticket's HMAC.
Trevor Perrin <trevor@cryptography.com> reported the bug and outlined a
fix. The patch is contributed by Adam Langley of Google
<agl@chromium.org>. r=wtc.
1a015f8b0529cf023881dd9aff10d720bd26d327: remove multinit tests until ECC versions can be created.
rrelyea%redhat.com - Wed, 28 Oct 2009 03:28:36 +0000 - rev 9417
remove multinit tests until ECC versions can be created.
5e4438563401d80e745b62e594700327844e6341: Fix command tinderbox breakage on windows
rrelyea%redhat.com - Wed, 28 Oct 2009 00:47:36 +0000 - rev 9416
Fix command tinderbox breakage on windows
25e5761ebd2e0a96da7bf5571e1077211a29d111: Fix Tinderbox windows breakage.
rrelyea%redhat.com - Tue, 27 Oct 2009 23:56:59 +0000 - rev 9415
Fix Tinderbox windows breakage.
30ab526533cc014fc67433d156d430716b26a876: Bug 453495 - Add new ref counted NSS_Shutdown-like function
rrelyea%redhat.com - Tue, 27 Oct 2009 23:04:48 +0000 - rev 9414
Bug 453495 - Add new ref counted NSS_Shutdown-like function
r=nelson
b1bc8f2672cf6f6b73f7fdcd67cebd6256516b6e: Bug 522580: Add the NSS_SecureMemcmp function that performs a constant-time
wtc%google.com - Fri, 16 Oct 2009 17:45:36 +0000 - rev 9413
Bug 522580: Add the NSS_SecureMemcmp function that performs a constant-time
compare of two memory regions, and use it in libSSL for comparing secret
data. The patch is contributed by Adam Langley <agl@chromium.org> of
Google. r=wtc,nelson.
Modified Files:
lib/ssl/ssl3con.c lib/ssl/sslcon.c lib/ssl/sslgathr.c
lib/util/nssutil.def lib/util/secport.c lib/util/secport.h
603285efb6fe3a71e3d220ccf58ce54d553c3770: Bug 522510: Add "deprecated" comments to key.h and pk11func.h. r=nelson.
wtc%google.com - Thu, 15 Oct 2009 23:58:14 +0000 - rev 9412
Bug 522510: Add "deprecated" comments to key.h and pk11func.h. r=nelson.
Modified Files:
lib/cryptohi/key.h lib/pk11wrap/pk11func.h
73bd8b2e0394716368bdb0aff39048278d605e45: Bug 505553 - Implement Changes for System NSS
rrelyea%redhat.com - Thu, 08 Oct 2009 17:08:36 +0000 - rev 9411
Bug 505553 - Implement Changes for System NSS
Sample system init library.
r= nelson
1ac70d15210ab39291517b84574a3d3af2d82de2: Make tinderbox go green on Windows.
rrelyea%redhat.com - Thu, 01 Oct 2009 21:06:45 +0000 - rev 9410
Make tinderbox go green on Windows.
this patch still needs review.
bob
6b738610ff1a7bfbbc7e9881d4456a354b2ed86f: Bug 505553 - Implement Changes for System NSS
rrelyea%redhat.com - Thu, 01 Oct 2009 17:14:02 +0000 - rev 9409
Bug 505553 - Implement Changes for System NSS
r=nelson
a43891406c389ce47d3594f76a21d308364c0405: Bug 518457: It's better to have PK11_DEREncodePublicKey call
wtc%google.com - Fri, 25 Sep 2009 02:14:48 +0000 - rev 9408
Bug 518457: It's better to have PK11_DEREncodePublicKey call
SECKEY_EncodeDERSubjectPublicKeyInfo.
Modified Files:
cryptohi/seckey.c pk11wrap/pk11akey.c
203d9cd13df8ec17ae7be2f8bb7688ad62fd8d94: Bug 518457: SECKEY_EncodeDERSubjectPublicKeyInfo and
wtc%google.com - Fri, 25 Sep 2009 01:44:19 +0000 - rev 9407
Bug 518457: SECKEY_EncodeDERSubjectPublicKeyInfo and
PK11_DEREncodePublicKey are duplicate. Have one call the other to
eliminate duplicate code. r=nelson,rrelyea.
332cea00216063e4eda605abe62b17e02f4179a1: Bug 518446: Fix the leak of a CERTSubjectPublicKeyInfo and a CERTName in
wtc%google.com - Fri, 25 Sep 2009 01:41:13 +0000 - rev 9406
Bug 518446: Fix the leak of a CERTSubjectPublicKeyInfo and a CERTName in
make_cert_request. r=rrelyea.