summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'JSS_3_X_BRANCH'cvs2hg2003-12-0614-5844/+0
* Bugzilla bug 222568: fixed a bug introduced in rev. 1.54.wchang0222%aol.com2003-11-191-1/+1
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-181-9/+6
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-131-2/+3
* Fix numerous errors (mostly off-by-1 errors) in the code that formatsnelsonb%netscape.com2003-11-041-190/+289
* Bugzilla bug 223624: node->error is a 'long', so it should match a %ldwchang0222%aol.com2003-10-251-1/+1
* ECC code landing.ian.mcgreer%sun.com2003-10-172-1/+34
* Fix for bug 222180 . Change to quick decoder . r=wtcjpierre%netscape.com2003-10-151-1/+1
* This file has been dead code since NSS 3.4 released, if not sooner.nelsonb%netscape.com2003-10-111-203/+0
* Fix for bug 55898 - print name of certificate causing failure in certutil . r...jpierre%netscape.com2003-10-082-0/+119
* Fix for bug 94413 - OCSP needs more fine tuned error messages. r=wtcjpierre%netscape.com2003-09-301-0/+3
* Fix for bug 219539 - support GeneralizedTime in NSS toolsjpierre%netscape.com2003-09-262-0/+30
* Correctly compute certificate fingerprints. Bug 220016.nelsonb%netscape.com2003-09-231-1/+1
* Fix for 215182 - certutil prints incorrect nickname. r=wtcjpierre%netscape.com2003-09-232-47/+51
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-302-2/+0
* Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks towtc%netscape.com2003-05-121-1/+4
* Bug 205346: fixed a compiler warning about a zero-length format string forwtc%netscape.com2003-05-121-1/+1
* Fix bug 198099. Display DSA public keys in certs properly.nelsonb%netscape.com2003-03-251-30/+35
* remove last references to TraverseCerts by removing depricated functions with...relyea%netscape.com2003-03-051-1/+0
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-0/+14
* Add missing dependency on error headers.nelsonb%netscape.com2003-02-261-0/+1
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+5
* Fix crash when formatting a cert with optional version not given.nelsonb%netscape.com2002-11-151-1/+1
* Remove long dead code from util. triggered by bug 179038relyea%netscape.com2002-11-118-2044/+0
* Change instructions for entering a new token password to say "should"nelsonb%netscape.com2002-10-171-6/+4
* 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
* Add missing errors from secerr.h in lib/utilrelyea%netscape.com2002-10-101-0/+15
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-062-9/+9
* 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
* Fix for 164403 - make console input work in NSS tools on OS/2jpierre%netscape.com2002-08-241-0/+4
* Add comment about partial CRLsjpierre%netscape.com2002-08-091-0/+5
* Fix for 142658 - fix certutil crash with NULL nicknamejpierre%netscape.com2002-05-061-0/+3
* Add missing #include to fix errors on AIX.nelsonb%netscape.com2002-04-041-0/+1
* Add cross-platform (WinCE) support.nelsonb%netscape.com2002-04-043-8/+22
* Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.wtc%netscape.com2002-03-151-2/+2
* Patch for bug 119368: SECU_PrintError prints decimal error code now ifbishakhabanerjee%netscape.com2002-02-081-1/+1
* 1) put some defensive programming so we don't crash on invalid der.relyea%netscape.com2002-01-301-1/+4
* More 'pretty print' improvements. Decode context specific data a little more.relyea%netscape.com2002-01-291-8/+69
* Add error strings for new NSPR error codes. Bug 118668.nelsonb%netscape.com2002-01-101-0/+17
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-082-16/+1
* Fix for OS/2 buildjpierre%netscape.com2001-11-021-1/+1
* Fix compilier warnings.relyea%netscape.com2001-09-203-36/+7
* Fix a crash. An attempt to move a sensitive key longer than 48 bytesnelsonb%netscape.com2001-09-061-1/+2
* be strict about passing wincx in pk12util.mcgreer%netscape.com2001-08-121-2/+2
* print a useful error message when password failsmcgreer%netscape.com2001-08-091-0/+1
* when doing file passwords, only open the file once to retrieve the password, ...mcgreer%netscape.com2001-08-091-4/+11