summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'SUNBIRD_0_8_BRANCH'cvs2hg2008-01-2520-1269/+2021
* Initialize slot pointer in ssl3_HandleServerHello. Bug 311590. r=wtchangnelsonb%netscape.com2005-11-181-5/+6
* Restore binary compatilibity for old Fortezza cipher suites.nelsonb%netscape.com2005-11-181-6/+38
* Fix for 292156. Prevent crash in SSL session cache init if invalid arguments ...julien.pierre.bugs%sun.com2005-11-111-0/+5
* Improved a comment. Suggested by Nelson Bolyard of Sun. r=wtc.wtchang%redhat.com2005-11-081-1/+1
* Add dependency on freebl so ssl will rebuild if freebl has changed.julien.pierre.bugs%sun.com2005-10-191-0/+3
* Bugzilla bug 311440: ssl3_ConsumeHandshakeVariable now longer returns awtchang%redhat.com2005-10-141-2/+0
* Avoid NULL ptr deref. Bug 310260. patch by Glen.Beasley. r=nelson.nelsonb%netscape.com2005-09-281-1/+2
* Eliminate environment variable SSLNOLOCKS, add environment variablenelsonb%netscape.com2005-09-231-8/+44
* Fix hoarked build from previous checkin. Doh.julien.pierre.bugs%sun.com2005-09-163-54/+2
* Fix for bug 127960 . Add SSL force handshake APIs which take a timeout . r=ne...julien.pierre.bugs%sun.com2005-09-164-0/+118
* Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function.nelsonb%netscape.com2005-09-141-0/+1
* Fix regression introduced in last checkin. If the caller disables thenelsonb%netscape.com2005-09-101-2/+11
* Implement two new SSL socket options: SSL_BYPASS_PKCS11 and SSL_NO_LOCKS.nelsonb%netscape.com2005-09-0917-1980/+3303
* 305984 update FIPS values for cipher suites file=sslinfo.c r=bob,sr=wtcglen.beasley%sun.com2005-09-061-26/+19
* Fix AIX build problemjulien.pierre.bugs%sun.com2005-08-181-1/+1
* Remove fortezza code from libSSL and from the SSL test programs.nelsonb%netscape.com2005-08-1616-1304/+76
* Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution.wtchang%redhat.com2005-07-211-4/+6
* Bugzilla Bug 298953: fixed a memory leak in sslBuffer_Grow if PORT_Reallocwtchang%redhat.com2005-06-281-3/+5
* Back out the preceeding fortezza removal patch, which was accidentallynelsonb%netscape.com2005-04-0616-76/+1304
* Remove fortezza support from libSSL and related commands. Bug 239960.nelsonb%netscape.com2005-04-0616-1304/+76
* Fix implementation of SSL_NO_STEP_DOWN. Bug 148452. r=julien.pierre.nelsonb%netscape.com2005-04-054-5/+97
* Do not crash if Server SID cache is uninitialized. Bug 237724 r=Juliennelsonb%netscape.com2005-03-093-3/+24
* Fix for 269581 - cache the value of CKA_PRIVATE on private keys to avoid unne...julien.pierre.bugs%sun.com2005-02-241-0/+1
* Bug 236613: fixed the fallout from the change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-02-231-2/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-022-46/+57
* Fix for 273993 . SSL client cache grows with non-restartable sessions . r=sau...julien.pierre.bugs%sun.com2004-12-171-0/+5
* Follow the SSL2 specification more closely in accepting and rejectingnelsonb%netscape.com2004-06-241-5/+27
* Fix for 237934 - nss_InitLock not atomic. r=nelsonjpierre%netscape.com2004-06-194-11/+28
* Fix for 244095 - link NSS libraries with -R $ORIGIN on Solarisjpierre%netscape.com2004-05-251-0/+6
* Bugscape bug 57081: If the make variable NISCC_TEST is defined at buildwchang0222%aol.com2004-05-132-1/+5
* Fix for 242984 - crash with application having incomplete PRIOMethods. r=nels...jpierre%netscape.com2004-05-111-2/+6
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-2735-0/+35
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2540-1239/+1290
* Add conditionally compiled code for NISCC testing of NSS's SSL library.nelsonb%netscape.com2004-03-053-3/+92
* Fix for 235874 - crash in PK11_DigestKey . r=wtc, nelsonbjpierre%netscape.com2004-03-031-0/+4
* Overload the error code SSL_ERROR_RX_RECORD_TOO_LONG to report SSL2nelsonb%netscape.com2004-01-081-0/+4
* Rename PK11_PubDeriveExtended to PK11_PubDeriveWithKDFjpierre%netscape.com2004-01-081-2/+2
* Made wincx the last argument of PK11_PubDeriveExtended. r=relyea.wchang0222%aol.com2003-12-191-4/+4
* Grow handshake message buffer once per message, not once per each messagenelsonb%netscape.com2003-11-051-12/+13
* Remove one unnecessary transition from the SSL3 state machine.nelsonb%netscape.com2003-10-311-11/+10
* Bugzilla bug 222065: fixed a bug (inside #ifdef WINNT) introduced in thewchang0222%aol.com2003-10-221-1/+1
* When the SSL_NO_CACHE option is set on an SSL server socket, don't touchnelsonb%netscape.com2003-10-191-5/+4
* Declare SSL_NO_STEP_DOWN option. Partial fix to bug 148452.nelsonb%netscape.com2003-10-191-0/+4
* SSL_ShutdownServerSessionIDCache no longer leaks the cache memory.nelsonb%netscape.com2003-10-191-122/+161
* ECC code landing.ian.mcgreer%sun.com2003-10-175-37/+118
* Eliminate unnecessary copying of CA names in HandleCertRequest.nelsonb%netscape.com2003-10-071-17/+17
* Detect Zero length certs and zero length CA names. Bug 204686.nelsonb%netscape.com2003-10-031-22/+12
* Bugzilla bug 214674: made the Linux implementation of sslMutex really work.wtc%netscape.com2003-08-281-6/+13
* Eliminate TCP connection reset errors that occur when server requiresnelsonb%netscape.com2003-05-301-1/+3