summaryrefslogtreecommitdiff
path: root/security/nss/cmd/tstclnt
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 427493. Log tstclnt return code. r=nelsonjulien.pierre.boogz%sun.com2008-10-101-0/+1
* Fix for bug 423839. Restore tstclnt.c that had been backed out. r=nelsonjulien.pierre.boogz%sun.com2008-08-221-32/+16
* Backout last checkin to tstclnt.c, which appears to have broken somenelson%bolyard.com2008-08-111-16/+32
* Fix for bug 423839 . Add multiple PKCS#11 token password command-line option ...julien.pierre.boogz%sun.com2008-08-081-32/+16
* Bug 403563: implement the TLS session ticket extension (rfc4507bis). Thewtc%google.com2008-03-061-5/+23
* Bug 417637: tstclnt crashes if -p option is not specified. r=julien.pierrenelson%bolyard.com2008-02-231-6/+4
* Fix for bug 228190 . Remove unnecessary NSS_ENABLE_ECC declarations . r=nelsonjulien.pierre.bugs%sun.com2007-07-121-4/+0
* 129218 - memory leaks in tstclnt. r=nelsonalexei.volkov.bugs%sun.com2007-03-091-13/+27
* Convert from calling PR_GetIPNodeByName to calling PR_GetAddrInfoByName.nelson%bolyard.com2007-01-111-17/+18
* 265784: SSL interoperability regression testing. r=nelsonalexei.volkov.bugs%sun.com2006-10-231-2/+91
* Partial fix for bug 332348 . Add PR_POLL_EXCEPT to a PR_Poll . Allows tstclnt...julien.pierre.bugs%sun.com2006-04-061-1/+2
* Add new -i (ignore errors) command line option to strsclnt. Strsclnt nownelson%bolyard.com2006-04-041-3/+14
* Fix for bug 319495 . Clean up Makefiles for command-line tools. r=nelsonjulien.pierre.bugs%sun.com2006-01-181-10/+0
* Bugzilla Bug 236245: Updated NSS to "ECC Cipher Suites for TLS" draft 12wtchang%redhat.com2005-12-141-43/+41
* Remove dead files. r=wtchangjulien.pierre.bugs%sun.com2005-11-041-134/+0
* Bug 305147: add -B (bypass SSL) and -s (disable SSL locking) to server and cl...saul.edwards%sun.com2005-09-091-2/+26
* Remove fortezza code from libSSL and from the SSL test programs.nelsonb%netscape.com2005-08-161-7/+4
* Fix for 288892 - fix for tstlcnt to help QA run on OS/2 . r=nelson, wtchangjulien.pierre.bugs%sun.com2005-04-091-3/+5
* Back out the preceeding fortezza removal patch, which was accidentallynelsonb%netscape.com2005-04-061-4/+7
* Remove fortezza support from libSSL and related commands. Bug 239960.nelsonb%netscape.com2005-04-061-7/+4
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-254-116/+128
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-131-2/+2
* ECC code landing.ian.mcgreer%sun.com2003-10-172-2/+6
* Make tstclnt work with IPv6 addresses. Bug 161610.nelsonb%netscape.com2003-10-061-17/+38
* Further enhance the verbose debugging command line option in tstclntnelsonb%netscape.com2003-09-091-1/+12
* Back out rev 1.27, which turned verbose mode on by default for debuggingnelsonb%netscape.com2003-06-021-1/+1
* This patch does two things, one large and one small. Bug 207313.nelsonb%netscape.com2003-06-011-31/+37
* Back out rev 1.28 to test some hypotheses about bug 207313.nelsonb%netscape.com2003-05-301-3/+0
* All diagnostic output goes to stderr, not stdout. This change facilitatesnelsonb%netscape.com2003-05-281-37/+59
* Checked in more temporary debugging code for the strange QA failure onwtc%netscape.com2003-05-251-0/+3
* Enabled verbose mode temporarily for debugging a strange QA failure onwtc%netscape.com2003-05-251-1/+1
* Make tstclnt interactive on Windows. Bug 206031.nelsonb%netscape.com2003-05-221-33/+81
* If the verbose option is given twice (e.g. -vv) and the server requestsnelsonb%netscape.com2003-05-171-1/+41
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-201-0/+2
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-1/+42
* new revision: 1.19; previous revision: 1.18bishakhabanerjee%netscape.com2003-01-071-2/+7
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* Support the TLS_RSA_WITH_NULL_SHA cipher suite. Bug 161529. Fix Usage.nelsonb%netscape.com2002-08-091-7/+9
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-0/+1
* Change most coreconf and NSS makefiles to use OS_TARGET (which cannelsonb%netscape.com2002-02-151-1/+1
* Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().nelsonb%netscape.com2001-11-021-15/+20
* Correct the test for length of data in SSL channel info struct.nelsonb%netscape.com2001-09-261-2/+2
* Add support for new TLS AES ciphersuites. Bug 87021.nelsonb%netscape.com2001-09-211-0/+12
* Fix compiler warnings.relyea%netscape.com2001-09-201-1/+1
* Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.nelsonb%netscape.com2001-09-181-18/+32
* Allow the 5 new DHE cipher suites to be selected with the -c command linenelsonb%netscape.com2001-08-311-0/+10
* Bugzilla bug 94685: deleted unused variable 'iter'.wtc%netscape.com2001-08-231-1/+0
* fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-111-1/+1
* Bugzilla bug #86528: fixed tstclnt so that it always exits with awtc%netscape.com2001-06-251-25/+25
* cleanup after testclient -q successfully connected before exitingsonmi%netscape.com2001-01-231-1/+6