summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla Bug 317620: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2006-02-0324-3329/+3573
* 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
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-201-2/+13
* Fix for 202348 - check cert & key pointers returned by client auth applicatio...jpierre%netscape.com2003-04-172-0/+31
* Fix for 201259 . Make the default client auth callback NSS_GetClientAuthData ...jpierre%netscape.com2003-04-091-2/+6
* Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-291-16/+15
* Add missing return statement.nelsonb%netscape.com2003-03-271-0/+1
* Bug 199082: checked in Nelson's patch, whichwtc%netscape.com2003-03-265-3/+56
* Make indention style consistant with SSL's usage, not softoken/pk11 usage.relyea%netscape.com2003-03-131-1/+1
* Allow for tokens that don't require login. bug 197082relyea%netscape.com2003-03-121-1/+1
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-2710-22/+949
* Fix bug 160207. Make TLS implementation resistant to timing attacks onnelsonb%netscape.com2003-02-211-30/+29
* Bug 167756. Address Nelson's review comments. remove socket specific latencyrelyea%netscape.com2003-02-153-51/+12
* Bug 167756. Clean up previous patch: add lastState field, and set the SSL Err...relyea%netscape.com2003-01-233-8/+21
* Check for token removal before continuing SSL sessions which have client authrelyea%netscape.com2003-01-232-0/+52
* Fix for bug #126930 - make SSL_ConfigServreSessionIDCache work on OS/2 by not...jpierre%netscape.com2003-01-231-12/+31
* Don't reject a cert request with an empty list of CA cert names.nelsonb%netscape.com2002-11-162-2/+5
* Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.nelsonb%netscape.com2002-11-052-0/+3
* Bug 127740: added a comment to explain the thread yield inwtc%netscape.com2002-09-301-0/+6
* Bug 153380: document the default values for the SSL options.wtc%netscape.com2002-09-181-4/+10