summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Bug 481216: Fix specific spelling errors in NSS & NSPR, r=timelessnelson%bolyard.com2009-03-042-3/+3
* Bug 441321: Tolerate incorrect encoding of DSA signatures in SSL 3.0 handshakesnelson%bolyard.com2009-02-131-1/+2
* Bug 453234: Support for SEED Cipher Suites to TLS RFC 4010nelson%bolyard.com2008-12-177-10/+39
* Bug 466180 - SSL server changes for BSD Unixnelson%bolyard.com2008-12-023-3/+8
* Bug 454120: removed parentheses that are no longer necessary afterwtc%google.com2008-11-212-2/+2
* Back out last patch, because it seems to have made tinderboxes fail onnelson%bolyard.com2008-11-201-4/+1
* Bug 454120: Problems Compiling SECURITY module for WinMobilenelson%bolyard.com2008-11-203-5/+2
* Bug 462874: Can not reliably wait for close_notifynelson%bolyard.com2008-11-201-1/+4
* Bug 463678 - Need to add RPATH to 64-bit libraries on HP-UXchristophe.ravel.bugs%sun.com2008-11-191-0/+9
* Bug 421634: Don't send an SNI Client Hello extension bearing an IPv6 addressnelson%bolyard.com2008-10-061-7/+8
* Bug 456862: added a block comment to explain why we don't respond with awtc%google.com2008-10-031-2/+26
* Bug 455348: Don't use DEBUG_nelsonb. r=wtcnelson%bolyard.com2008-09-301-3/+0
* Bug 426266: Decoupled lib/softoken and lib/ssl. lib/softoken should notwtc%google.com2008-09-222-6/+0
* Bug 452865: removed obsolete linker flags that were needed when libnss3wtc%google.com2008-09-051-5/+0
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-1/+0
* Bug 434187: fixed a MSVC compiler warning about signed/unsigned comparison.wtc%google.com2008-06-041-2/+2
* Bug 430875: Documented the policy for the order of cipher suites inwtc%google.com2008-05-071-0/+11
* Bug 420644: Improve SSL tracing of key derivation, r=julien.pierrenelson%bolyard.com2008-04-271-22/+43
* Fix for bug 405652 . TLS ClientHello message has incorrect gmt_unix_time . r=...julien.pierre.boogz%sun.com2008-03-181-1/+1
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-104-4/+0
* Bug 417641: fixed compiler warnings in SSL_CanBypass. r=nelson.wtc%google.com2008-03-091-2/+4
* Bug 419242: moved a makefile rule from config.mk to Makefile so that 'all'wtc%google.com2008-03-092-3/+2
* Bug 403563: implement the TLS session ticket extension (rfc4507bis). Thewtc%google.com2008-03-0612-261/+1958
* Bug 417641: rewrote a || expression as an if statement to eliminate a GCCwtc%google.com2008-02-251-1/+2
* Fix for bug 397486 . Session cache locks not freed on strsclnt shutdown. r=ne...julien.pierre.boogz%sun.com2008-02-234-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_RC1wtc%google.com2008-02-211-0/+2
* Fix for bug 403240 . threads hanging in nss_InitLock . Additional changes for...julien.pierre.boogz%sun.com2008-02-202-9/+5
* Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-165-19/+56
* Back out last two changes to sslnonce.c.nelson%bolyard.com2008-02-153-30/+4
* Add missing #include of prinit.h, which gets automatically included onnelson%bolyard.com2008-02-151-0/+1
* Bug 397486 - Client session cache lock not freed on strsclnt shutdown.nelson%bolyard.com2008-02-151-2/+27
* Fix for bug 398680 . Memset extension sender structure. r=nelsonjulien.pierre.boogz%sun.com2008-02-081-0/+5
* Fix for bug 232392 . Fix erroneous root CA tests in NSS libraries . r=nelsonjulien.pierre.boogz%sun.com2008-02-011-1/+1
* Bug 410587: SSL_GetChannelInfo should return SECFailure on invalidwtc%google.com2008-01-031-1/+2
* Bug 325672: NSS needs a function to indicate usability of the bypass featurechristophe.ravel.bugs%sun.com2007-11-091-1/+1
* 400711 SSL_CanBypass r=julien,sr=nelsonglen.beasley%sun.com2007-10-301-1/+3
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-0/+3
* Fix for bug 330721 . Remove OS/2 VACPP compiler support from NSS . Patch cont...julien.pierre.boogz%sun.com2007-09-112-8/+0
* Add #include "prinit.h". On Windows, this gets implicitly included. (?)nelson%bolyard.com2007-09-111-0/+1
* Bug 366553: libSSL leaks global array of trusted client auth CA names, r=wtcnelson%bolyard.com2007-09-111-4/+32
* Bug 324744, add policy extension options to certutilneil.williams%sun.com2007-09-071-0/+1
* Bug 324744, add gen of policy extns to certutil, second of 3 patchesneil.williams%sun.com2007-09-071-1/+0
* Bug 394271 - two public SSL functions require PRFD* to point to SSL layernelson%bolyard.com2007-09-013-25/+23
* Bug 394202 - ssl_GetPrivate can corrupt non-SSL private structuresnelson%bolyard.com2007-09-011-0/+11
* Bug 392846 - Do not send hello extensions when using SSL v3.0, r=kengertnelson%bolyard.com2007-08-221-1/+1
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+2
* Bug 389248, Actually a duplicate of a problem with bug 325672.neil.williams%sun.com2007-07-241-1/+0
* Bug 325672, Create CanBypass functionneil.williams%sun.com2007-07-185-62/+453
* Fix for bug 228190 . Remove unnecessary NSS_ENABLE_ECC declarations . r=nelsonjulien.pierre.bugs%sun.com2007-07-121-4/+0
* Fix for bug 257860 . Correct doc for SSL_SecurityStatus . r=nelsonjulien.pierre.bugs%sun.com2007-07-111-1/+1