| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 481216: Fix specific spelling errors in NSS & NSPR, r=timeless | nelson%bolyard.com | 2009-03-04 | 2 | -3/+3 |
* | Bug 441321: Tolerate incorrect encoding of DSA signatures in SSL 3.0 handshakes | nelson%bolyard.com | 2009-02-13 | 1 | -1/+2 |
* | Bug 453234: Support for SEED Cipher Suites to TLS RFC 4010 | nelson%bolyard.com | 2008-12-17 | 7 | -10/+39 |
* | Bug 466180 - SSL server changes for BSD Unix | nelson%bolyard.com | 2008-12-02 | 3 | -3/+8 |
* | Bug 454120: removed parentheses that are no longer necessary after | wtc%google.com | 2008-11-21 | 2 | -2/+2 |
* | Back out last patch, because it seems to have made tinderboxes fail on | nelson%bolyard.com | 2008-11-20 | 1 | -4/+1 |
* | Bug 454120: Problems Compiling SECURITY module for WinMobile | nelson%bolyard.com | 2008-11-20 | 3 | -5/+2 |
* | Bug 462874: Can not reliably wait for close_notify | nelson%bolyard.com | 2008-11-20 | 1 | -1/+4 |
* | Bug 463678 - Need to add RPATH to 64-bit libraries on HP-UX | christophe.ravel.bugs%sun.com | 2008-11-19 | 1 | -0/+9 |
* | Bug 421634: Don't send an SNI Client Hello extension bearing an IPv6 address | nelson%bolyard.com | 2008-10-06 | 1 | -7/+8 |
* | Bug 456862: added a block comment to explain why we don't respond with a | wtc%google.com | 2008-10-03 | 1 | -2/+26 |
* | Bug 455348: Don't use DEBUG_nelsonb. r=wtc | nelson%bolyard.com | 2008-09-30 | 1 | -3/+0 |
* | Bug 426266: Decoupled lib/softoken and lib/ssl. lib/softoken should not | wtc%google.com | 2008-09-22 | 2 | -6/+0 |
* | Bug 452865: removed obsolete linker flags that were needed when libnss3 | wtc%google.com | 2008-09-05 | 1 | -5/+0 |
* | Bug 434187: fixed compiler warnings reported by GCC on Mac OS X. | wtc%google.com | 2008-06-06 | 1 | -1/+0 |
* | Bug 434187: fixed a MSVC compiler warning about signed/unsigned comparison. | wtc%google.com | 2008-06-04 | 1 | -2/+2 |
* | Bug 430875: Documented the policy for the order of cipher suites in | wtc%google.com | 2008-05-07 | 1 | -0/+11 |
* | Bug 420644: Improve SSL tracing of key derivation, r=julien.pierre | nelson%bolyard.com | 2008-04-27 | 1 | -22/+43 |
* | Fix for bug 405652 . TLS ClientHello message has incorrect gmt_unix_time . r=... | julien.pierre.boogz%sun.com | 2008-03-18 | 1 | -1/+1 |
* | Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusions | wtc%google.com | 2008-03-10 | 4 | -4/+0 |
* | Bug 417641: fixed compiler warnings in SSL_CanBypass. r=nelson. | wtc%google.com | 2008-03-09 | 1 | -2/+4 |
* | Bug 419242: moved a makefile rule from config.mk to Makefile so that 'all' | wtc%google.com | 2008-03-09 | 2 | -3/+2 |
* | Bug 403563: implement the TLS session ticket extension (rfc4507bis). The | wtc%google.com | 2008-03-06 | 12 | -261/+1958 |
* | Bug 417641: rewrote a || expression as an if statement to eliminate a GCC | wtc%google.com | 2008-02-25 | 1 | -1/+2 |
* | Fix for bug 397486 . Session cache locks not freed on strsclnt shutdown. r=ne... | julien.pierre.boogz%sun.com | 2008-02-23 | 4 | -18/+104 |
* | Bug 403563: reserve an SSL option for TLS session tickets. r=nelsonNSS_3_12_BETA2FIREFOX_3_0b4_RELEASEFIREFOX_3_0b4_RC2FIREFOX_3_0b4_RC1 | wtc%google.com | 2008-02-21 | 1 | -0/+2 |
* | Fix for bug 403240 . threads hanging in nss_InitLock . Additional changes for... | julien.pierre.boogz%sun.com | 2008-02-20 | 2 | -9/+5 |
* | Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelson | julien.pierre.boogz%sun.com | 2008-02-16 | 5 | -19/+56 |
* | Back out last two changes to sslnonce.c. | nelson%bolyard.com | 2008-02-15 | 3 | -30/+4 |
* | Add missing #include of prinit.h, which gets automatically included on | nelson%bolyard.com | 2008-02-15 | 1 | -0/+1 |
* | Bug 397486 - Client session cache lock not freed on strsclnt shutdown. | nelson%bolyard.com | 2008-02-15 | 1 | -2/+27 |
* | Fix for bug 398680 . Memset extension sender structure. r=nelson | julien.pierre.boogz%sun.com | 2008-02-08 | 1 | -0/+5 |
* | Fix for bug 232392 . Fix erroneous root CA tests in NSS libraries . r=nelson | julien.pierre.boogz%sun.com | 2008-02-01 | 1 | -1/+1 |
* | Bug 410587: SSL_GetChannelInfo should return SECFailure on invalid | wtc%google.com | 2008-01-03 | 1 | -1/+2 |
* | Bug 325672: NSS needs a function to indicate usability of the bypass feature | christophe.ravel.bugs%sun.com | 2007-11-09 | 1 | -1/+1 |
* | 400711 SSL_CanBypass r=julien,sr=nelson | glen.beasley%sun.com | 2007-10-30 | 1 | -1/+3 |
* | Fix for bug 286642 . Move utility functions to new libnssutil shared library.... | julien.pierre.boogz%sun.com | 2007-10-12 | 1 | -0/+3 |
* | Fix for bug 330721 . Remove OS/2 VACPP compiler support from NSS . Patch cont... | julien.pierre.boogz%sun.com | 2007-09-11 | 2 | -8/+0 |
* | Add #include "prinit.h". On Windows, this gets implicitly included. (?) | nelson%bolyard.com | 2007-09-11 | 1 | -0/+1 |
* | Bug 366553: libSSL leaks global array of trusted client auth CA names, r=wtc | nelson%bolyard.com | 2007-09-11 | 1 | -4/+32 |
* | Bug 324744, add policy extension options to certutil | neil.williams%sun.com | 2007-09-07 | 1 | -0/+1 |
* | Bug 324744, add gen of policy extns to certutil, second of 3 patches | neil.williams%sun.com | 2007-09-07 | 1 | -1/+0 |
* | Bug 394271 - two public SSL functions require PRFD* to point to SSL layer | nelson%bolyard.com | 2007-09-01 | 3 | -25/+23 |
* | Bug 394202 - ssl_GetPrivate can corrupt non-SSL private structures | nelson%bolyard.com | 2007-09-01 | 1 | -0/+11 |
* | Bug 392846 - Do not send hello extensions when using SSL v3.0, r=kengert | nelson%bolyard.com | 2007-08-22 | 1 | -1/+1 |
* | Bug 389781 NSS should be built size-optimized on Linux, Windows, and Mac | christophe.ravel.bugs%sun.com | 2007-08-15 | 1 | -0/+2 |
* | Bug 389248, Actually a duplicate of a problem with bug 325672. | neil.williams%sun.com | 2007-07-24 | 1 | -1/+0 |
* | Bug 325672, Create CanBypass function | neil.williams%sun.com | 2007-07-18 | 5 | -62/+453 |
* | Fix for bug 228190 . Remove unnecessary NSS_ENABLE_ECC declarations . r=nelson | julien.pierre.bugs%sun.com | 2007-07-12 | 1 | -4/+0 |
* | Fix for bug 257860 . Correct doc for SSL_SecurityStatus . r=nelson | julien.pierre.bugs%sun.com | 2007-07-11 | 1 | -1/+1 |