summaryrefslogtreecommitdiff
path: root/security/nss/cmd/strsclnt/strsclnt.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSSCKBI_1_65_RTM'NSSCKBI_1_65_RTMcvs2hg2008-01-251-1519/+0
* fixup commit for branch 'SUNBIRD_0_8_BRANCH'cvs2hg2008-01-251-56/+101
* Bug 305147: add -B (bypass SSL) and -s (disable SSL locking) to server and cl...saul.edwards%sun.com2005-09-091-5/+27
* Remove fortezza code from libSSL and from the SSL test programs.nelsonb%netscape.com2005-08-161-4/+4
* Fix for bug 292151 . Prevent strsclnt from starting threads for each connecti...julien.pierre.bugs%sun.com2005-07-251-110/+208
* Fix for 293091 - add double -o option to skip cert verification completely. r...julien.pierre.bugs%sun.com2005-05-071-2/+7
* Back out the preceeding fortezza removal patch, which was accidentallynelsonb%netscape.com2005-04-061-4/+4
* Remove fortezza support from libSSL and related commands. Bug 239960.nelsonb%netscape.com2005-04-061-4/+4
* initialize variablejulien.pierre.bugs%sun.com2004-10-071-1/+1
* Remove unused variablesjulien.pierre.bugs%sun.com2004-10-071-4/+0
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-131-2/+2
* Resolves bug 206971 - selfserv should OptimizeSpeed (use NSS_Initialize).kirk.erickson%sun.com2003-05-301-1/+1
* Add -3 and -T options, with same meaning as in tstclnt and selfserv,nelsonb%netscape.com2003-05-301-2/+18
* Fix for bug 204015 - make strsclnt reuse token after it is unplugged . r=nelsonbjpierre%netscape.com2003-05-151-50/+209
* Changes to enable ECC over characteristic 2^m fields.nelsonb%netscape.com2003-03-291-0/+21
* Bug 145029: fixed compiler warnings (mostly "xxx might be usedwtc%netscape.com2003-01-171-3/+2
* Need to call SSL_ClearSessionCache before calling NSS_Shutdown.wtc%netscape.com2003-01-081-0/+1
* checking return value of NSS_Shutdown. Bug 171263bishakhabanerjee%netscape.com2003-01-071-1/+4
* fix a cert reference leak in strsclntian.mcgreer%sun.com2002-04-151-0/+2
* Add cross-platform (WinCE) support.nelsonb%netscape.com2002-04-041-0/+2
* clean up certs & keys for purifyian.mcgreer%sun.com2002-02-151-0/+14
* Add code to test new SSL_LocalCertificate() function on first connection,nelsonb%netscape.com2001-11-091-10/+10
* Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().nelsonb%netscape.com2001-11-021-14/+19
* Correct the test for length of data in SSL channel info struct.nelsonb%netscape.com2001-09-261-1/+1
* Add support for new TLS AES ciphersuites. Bug 87021.nelsonb%netscape.com2001-09-211-0/+11
* Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.nelsonb%netscape.com2001-09-181-20/+42
* Bugzilla: 81706. strsclnt exit codelarryh%netscape.com2001-05-241-1/+4
* 64970 stress tests don't fail when selfserver is gonekirke%netscape.com2001-04-241-2/+11
* Fix leak of cert reference in cert authentication callback functions.nelsonb%netscape.com2001-03-301-0/+1
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-091-2/+2
* Changes suggested by Wan-Teh.nelsonb%netscape.com2001-02-081-6/+6
* Add new -D command line option to suppress TCP Nagle delays.nelsonb%netscape.com2001-02-071-40/+37
* Add implementation of SSL_RSA_WITH_RC4_128_SHA SSL3 cipher suite,nelsonb%netscape.com2001-01-131-0/+1
* Stop using deprecated SSL functions. Convert them to the supported ones.nelsonb%netscape.com2001-01-061-116/+36
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-27/+26
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-1/+1
* Add a new -t option to specify the maximum number of threads, and hencenelsonb%netscape.com2000-12-071-6/+30
* An enhancement to the new -N feature. When -N is selected, do NOT waitnelsonb%netscape.com2000-10-131-9/+11
* Add new -N option. N means "No session reuse." -N disables the clientnelsonb%netscape.com2000-10-131-2/+14
* All output messages from strsclnt now begin with the string "strsclnt: ".nelsonb%netscape.com2000-10-101-31/+37
* 3 Changes:nelsonb%netscape.com2000-10-051-25/+43
* Fix bug 54956, and cleanup some other things. Warning reduction.nelsonb%netscape.com2000-10-031-30/+20
* Fix crash when PR_Connect times out.nelsonb%netscape.com2000-09-281-3/+8
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+1108