summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change micro version after fix for bug 536485: turn off intel aes HW acceller...NSS_3_12_6_BETA1christophe.ravel.bugs%sun.com2010-02-041-1/+1
* Bug 540304: Rename ExtensionType to SSLExtensionType. The patch iswtc%google.com2010-02-043-3/+3
* Bug 537356: Don't add SCSV to ss->cipherSpecs (for SSL 2.0), to eliminatewtc%google.com2010-02-042-15/+23
* Bug 275744: Add new error code SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORDwtc%google.com2010-02-033-1/+28
* Bug 537356: Disable the ECC cipher suites for SSL 3.0 renegotiationswtc%google.com2010-02-031-3/+6
* Bug 537356: Don't bother initializing unused entries in client hellowtc%google.com2010-02-031-8/+3
* 360421 - Implement TLS Server Name Indication for servers. Save server name ...alexei.volkov.bugs%sun.com2010-02-036-12/+102
* Allow unsafe renegotiation for interoperability tests untill interoperability...alexei.volkov.bugs%sun.com2010-02-012-1/+4
* Bug 542538: Update the comments to use RFC 2560 language. Define a "valid"wtc%google.com2010-02-012-7/+16
* Bug 542538: Add the pwArg argument to CERT_CacheOCSPResponseFromSideChannel.wtc%google.com2010-02-012-6/+11
* Bug 537356: Send SCSV in SSLv2-compatible client hellos. r=nelson.wtc%google.com2010-01-301-2/+15
* Bug 494603: Add a README file to document SQLite version and local changes.wtc%google.com2010-01-301-0/+6
* Bug 537356: Re-enable SSL renegotiation tests. Add the -2 option towtc%google.com2010-01-292-27/+27
* Fixed typo sss => ssl.wtc%google.com2010-01-291-1/+1
* Bug 537356: server-side SSL_RENEGOTIATE_REQUIRES_XTN code should handlewtc%google.com2010-01-291-1/+1
* Bug 537356: In SSL 3.0, send and handle the renegotiation_info extensionwtc%google.com2010-01-292-17/+52
* Bug 542538: Add the CERT_CacheOCSPResponseFromSideChannel function forwtc%google.com2010-01-293-17/+186
* 536485 turn off intel aes HW accelleration r=bob relyeaglen.beasley%sun.com2010-01-281-4/+4
* Bug 540304, Implement SSL_HandshakeNegotiatedExtensionkaie%kuix.de2010-01-289-61/+111
* Bug 537356: Implement new safe SSL3 & TLS renegotiation, r=wtcnelson%bolyard.com2010-01-2811-71/+304
* Bug 536023: Change the type of the endptr parameter of der_TimeStringToTimewtc%google.com2010-01-221-4/+4
* Bug 536474: Add support for logging pre-master secrets. The patch iswtc%google.com2010-01-223-13/+53
* Bug 541228: Fix a mistake in the previous checkin: != should be ==.wtc%google.com2010-01-221-1/+1
* Bug 541228: Remove an obsolete NSPR version check in lib/util/secport.c.wtc%google.com2010-01-221-17/+4
* Bug 541231: nssinit.c doesn't need to include ssl.h and sslproto.h.wtc%google.com2010-01-221-2/+0
* Bug 537829: List -ansi before $(DSO_CFLAGS) to make it possible to overridewtc%google.com2010-01-151-11/+9
* Bug 515279: Map only SEC_ERROR_REVOKED_CERTIFICATE towtc%google.com2010-01-151-7/+3
* additional fix for bug 360421 - Implement TLS Server Name Indication for ser...alexei.volkov.bugs%sun.com2010-01-152-8/+9
* 360421 - Implement TLS Server Name Indication for servers. r=nelsonalexei.volkov.bugs%sun.com2010-01-1420-187/+1341
* Bug 463208/494603 - adding new pattern for ignored leaks.slavomir.katuscak%sun.com2010-01-111-0/+1
* Bug 494603: THREADSAFE has been renamed SQLITE_THREADSAFE. r=rrelyea.wtc%google.com2010-01-091-1/+1
* Bug 537795 - NSS_InitContext does not work with NSS_RegisterShutdownrrelyea%redhat.com2010-01-091-4/+4
* Bug 494603: Fix Solaris compilation error because its gettimeofday,wtc%google.com2010-01-081-0/+4
* Bug 534945: lib/dev does not need to include headers from lib/ckfw.wtc%google.com2010-01-087-25/+3
* Bug 494603: Update NSS's copy of sqlite3 to 3.6.22. Build libsqlite3.dylibwtc%google.com2010-01-085-31262/+81013
* Bug 494603: Add the sqlite directory to DIRS in a different way. r=rrelyea.wtc%google.com2010-01-082-6/+2
* Bug 515279: Allow an old OCSP response with the "revoked" cert status.wtc%google.com2010-01-082-6/+34
* Bug 536023 - DER_UTCTimeToTime and DER_GeneralizedTimeToTime shouldwtc%google.com2009-12-292-5/+60
* Bug 535934: Add comments about Arenas to secport.c, r=wtcnelson%bolyard.com2009-12-241-2/+48
* Bug 536023: Add (unsigned char *) casts to fix compiler warnings.wtc%google.com2009-12-211-2/+2
* Bug 536023: Remove the HTML that was inadvertently added in the previouswtc%google.com2009-12-211-8/+5
* Bug 536023: Disallow null bytes in the middle of a UTCTime orwtc%google.com2009-12-213-12/+115
* Bug 515279: In ocsp.c, pass the error code up to the caller ofwtc%google.com2009-12-182-2/+22
* Bug 535669: Move common makefile code in if and else to the outside.wtc%google.com2009-12-182-41/+17
* Bug 534943: Use EXTRA_SHARED_LIBS instead of EXTRA_LIBS to specify the NSPRwtc%google.com2009-12-172-26/+2
* Bug 534916: Remove obsolete comments. r=emaldona.wtc%google.com2009-12-152-10/+0
* Bug 534916: remove SECITEM_Hash and SECITEM_HashCompare copied fromwtc%google.com2009-12-151-41/+0
* Bug 532417: back out the previous checkin because the quotes it adds towtc%google.com2009-12-081-1/+1
* Bug 532417: Support building NSS in a directory with spaces in path nameswtc%google.com2009-12-083-7/+8
|\
| * fixup commit for tag 'NSS_3_12_4_WITH_CKBI_1_77_RTM'NSS_3_12_4_WITH_CKBI_1_77_RTMcvs2hg2009-12-032108-0/+838628
| |\