summaryrefslogtreecommitdiff
path: root/security/nss/cmd/selfserv
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO180_20071210_RELBRANCH'cvs2hg2007-01-171-56/+106
* Fix for bug 292156. Add -C SSLCacheEntries option to selfserv. r=nelsonjulien.pierre.bugs%sun.com2005-11-111-5/+8
* Remove dead files. r=wtchangjulien.pierre.bugs%sun.com2005-11-041-140/+0
* Bug 305147: add -B (bypass SSL) and -s (disable SSL locking) to server and cl...saul.edwards%sun.com2005-09-091-4/+24
* Remove fortezza code from libSSL and from the SSL test programs.nelsonb%netscape.com2005-08-161-7/+4
* 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
* Add new -E option to test the SSL_NO_STEPDOWN option. r=julien. bug 148452.nelsonb%netscape.com2005-04-041-7/+69
* fix for bug 265003: selfserv.c: allow selfserv to load crls. R=julienalexei.volkov.bugs%sun.com2005-04-021-25/+110
* Fix for bug 283761 - use of memset in selfserv is inefficient. r=nelsonjulien.pierre.bugs%sun.com2005-02-261-2/+3
* Check for NULL PRFileDesc before closing them . r=saul,nelsonjulien.pierre.bugs%sun.com2004-12-071-10/+29
* Fix for 266940 . increase MAX_THREADS in selfservjulien.pierre.bugs%sun.com2004-10-311-1/+1
* Fix for 249310 - add option to disable SSL2 in selfserv . r=nelsonjpierre%netscape.com2004-07-011-2/+11
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-254-116/+128
* Fix for bug 143456 - add -P option for dbprefix to selfserv . r=MisterSSLjpierre%netscape.com2004-03-101-5/+8
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-131-2/+2
* Add new -N option, which completely suppresses the initialization and usenelsonb%netscape.com2003-10-191-7/+31
* ECC code landing.ian.mcgreer%sun.com2003-10-172-14/+54
* Resolves bug 206971 - selfserv should OptimizeSpeed (use NSS_Initialize).kirk.erickson%sun.com2003-05-301-1/+1
* Bug 199082: checked in Nelson's patch, whichwtc%netscape.com2003-03-261-1/+7
* Made 'seconds' argument to '-L' optional.kirk.erickson%sun.com2003-03-121-3/+8
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-10/+39
* Make selfserv build for Darwin.nelsonb%netscape.com2002-11-141-1/+13
* Removed the SIGTERM signal handler, which was added to debug bug 119340.wtc%netscape.com2002-09-131-22/+0
* Bug 129701: removed the sleep command for Linux in kill_selfserv().wtc%netscape.com2002-09-071-2/+19
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* Add support for SSL_RSA_WITH_NULL_SHA. Bug 161529. Fix usage message.nelsonb%netscape.com2002-08-091-2/+4
* Fix Usage message. Add missing \n to string.nelsonb%netscape.com2002-03-011-1/+1
* Bugzilla bug 125790: free the nickName and passwd stringswtc%netscape.com2002-02-151-0/+3
* Bugzilla bug 119340: write the "selfserv: received SIGTERM" message towtc%netscape.com2002-02-061-1/+1
* bug 90518, selfserv dumps cache state before shutdown with -y optionian.mcgreer%sun.com2002-02-021-1/+20
* Bugzilla bug 119340: install a SIGTERM handler on Linux for debugging.wtc%netscape.com2002-02-011-0/+22
* Bugzilla bug 119340: backed out the fix. We are still seeing thewtc%netscape.com2002-01-311-30/+1
* Bugzilla bug 119340: an inelegant but more reliable way to kill thewtc%netscape.com2002-01-231-1/+30
* Bugzilla bug 119340: added a debug printf statement.wtc%netscape.com2002-01-161-0/+1
* Fixed termination when using -L 30 (see bug 107777).kirk.erickson%sun.com2002-01-111-1/+1
* Fixes bug 107777. Added '-L <seconds>' argument (ops/sec logging).kirk.erickson%sun.com2001-11-271-29/+46
* Resolves 107777 - selfserv needs log stats modekirk.erickson%sun.com2001-11-131-1/+39
* Output validated cert text to stdout, otherwise the QA scripts think there is...ian.mcgreer%sun.com2001-11-091-1/+1
* Added a new -o option, to override check on received client auth certs,nelsonb%netscape.com2001-11-091-5/+29
* Reimplement SSL_GetChannelInfo. Add new function SSL_GetCipherSuiteInfo().nelsonb%netscape.com2001-11-021-14/+19
* Fix for 102089 - add a new "-l" command-line option to selfserv to use local ...jpierre%netscape.com2001-09-291-5/+11
* Fix for bug 101617 - make selfserv work in multi process mode on Windows NTjpierre%netscape.com2001-09-281-0/+10
* 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/+13
* Use new function SSL_GetChannelInfo(). Bugzilla bug 78959.nelsonb%netscape.com2001-09-181-25/+62
* Remove unnecessary global tables of cipherSuite numbers. This solvesnelsonb%netscape.com2001-04-111-12/+0
* Fix leak of cert reference in cert authentication callback functions.nelsonb%netscape.com2001-03-301-0/+1
* Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.nelsonb%netscape.com2001-03-021-2/+7
* Make SSL API consistent in using SECStatus as return value for functionsnelsonb%netscape.com2001-02-091-1/+1