summaryrefslogtreecommitdiff
path: root/security/nss/cmd
Commit message (Expand)AuthorAgeFilesLines
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+5
* Add test modes for sha256, sha384 and sha512.nelsonb%netscape.com2002-11-211-17/+195
* Add test cases from FIPS 180-2.nelsonb%netscape.com2002-11-2115-0/+17
* Fix crash when formatting a cert with optional version not given.nelsonb%netscape.com2002-11-151-1/+1
* Make selfserv build for Darwin.nelsonb%netscape.com2002-11-141-1/+13
* Remove long dead code from util. triggered by bug 179038relyea%netscape.com2002-11-118-2044/+0
* !@#!$@! signtool thinks it knows how to verify if the certdb's are there andrelyea%netscape.com2002-11-041-1/+4
* Fix several problems related to error messages, including an attempt tonelsonb%netscape.com2002-11-011-4/+6
* Reformat text. Fix syntax error in first examples.nelsonb%netscape.com2002-11-011-15/+38
* The Serial number needs to be the DEREncoded serial number, not the decodedrelyea%netscape.com2002-10-301-2/+12
* Add -v option, which prints email addresses in certs. This excersizesnelsonb%netscape.com2002-10-241-1/+15
* commented out unchecked in testsbishakhabanerjee%netscape.com2002-10-241-2/+1
* Verify the self-signed signature on PKCS 10 cert requests before honoringnelsonb%netscape.com2002-10-181-0/+6
* changed error string to reflect error better: 162714bishakhabanerjee%netscape.com2002-10-181-1/+1
* New utility to test cert chain verification using certs in files.nelsonb%netscape.com2002-10-173-0/+554
* Change instructions for entering a new token password to say "should"nelsonb%netscape.com2002-10-171-6/+4
* Use unsigned ints for serial numbers. Bug 173872.nelsonb%netscape.com2002-10-171-42/+13
* Use the new quick DER decoder to decode Certificate requests, becausenelsonb%netscape.com2002-10-161-106/+120
* Eliminate a crash in pp formatting cert requests. Bug 174188.nelsonb%netscape.com2002-10-161-12/+15
* Make grammar, punctuation, capitalization, and content changes suggested byrelyea%netscape.com2002-10-151-5/+5
* Fix addbuiltin t add issuer & serial number to trust objectjpierre%netscape.com2002-10-121-0/+7
* Fix memory leak in vfyserv.crelyea%netscape.com2002-10-101-1/+2
* Fix Cert Reference leak in error pathrelyea%netscape.com2002-10-101-0/+4
* Add missing errors from secerr.h in lib/utilrelyea%netscape.com2002-10-101-0/+15
* Make indentation style self-consistent: 4 spaces per indent.nelsonb%netscape.com2002-10-081-246/+246
* Fix for 164744 - implement new functions for pk12util . r=wtcjpierre%netscape.com2002-10-031-48/+11
* Fix for 164744 - fix for pk12util to export multiple certsjpierre%netscape.com2002-10-021-55/+125
* Bug 166772: 'cinfo' needs to be initialized to NULL. Fixed an indentationwtc%netscape.com2002-09-301-2/+2
* Bug 166781: fixed the bug that 'r2' may be used uninitialized. r=nicolson.wtc%netscape.com2002-09-271-0/+1
* bug 158078, unitialized variable due to a lot of unneccessary codeian.mcgreer%sun.com2002-09-261-29/+2
* Bug 91224: Make sure that we use Solaris ld, not GNU ld, to build NSS.wtc%netscape.com2002-09-181-0/+7
* Call NSS_Shutdown() in crlutil. Part of purifying effortjpierre%netscape.com2002-09-171-0/+2
* Fix indentationjpierre%netscape.com2002-09-171-2/+2
* Add -r support to crlutil for multiple iterationsjpierre%netscape.com2002-09-171-27/+37
* Purify crlutiljpierre%netscape.com2002-09-171-17/+82
* 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
* Bug 136209: added the -P dbprefix option. The original -P (partial CRLwtc%netscape.com2002-09-071-14/+22
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-0649-58/+56
* additional patch for bug 166768ian.mcgreer%sun.com2002-09-061-0/+2
* Bug 136804: initialize inFile to PR_STDIN instead of NULL so that we don'twtc%netscape.com2002-09-061-1/+3
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-068-29/+20
* bugs 166722 and 166768, compiler warnings in blapitestian.mcgreer%sun.com2002-09-051-23/+37
* Bring SSL strength up to NSS 3.x level.relyea%netscape.com2002-08-303-39/+27
|\
| * fixup commit for tag 'ROGC_20020830_FREEZE'ROGC_20020830_FREEZEcvs2hg2002-08-3010-1718/+126
* | b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-271-0/+20
* | Backing myself out, since it didn't compile on Win32, and I would like to dis...kaie%netscape.com2002-08-271-20/+0
* | b=107034 OE requires special attribute in incoming signed messages to support...kaie%netscape.com2002-08-261-0/+20
* | Fix for 164471 - Hide passwords in NSS command-line tools on OS/2jpierre%netscape.com2002-08-251-6/+8
* | Correctly identify tty on OS/2 - fix for 164420jpierre%netscape.com2002-08-241-1/+5