summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib/secutil.c
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug 263565: upgraded from NSS 3.9.1 (roughly) to what willwchang0222%aol.com2004-10-151-1/+2
* fixup commit for branch 'MOZILLA_1_7_BRANCH'THUNDERBIRD_0_6_RELEASETHUNDERBIRD_0_6_BASEMOZILLA_1_7_RC1MOZILLA_1_7_BASEcvs2hg2004-04-091-4/+9
* Use the results from PK11_ProtectedAuthenticationPath(slot) in thenelsonb%netscape.com2004-01-211-1/+11
* Fix double free introduced in rev 1.54. r=wtc. bug 230774.nelsonb%netscape.com2004-01-141-1/+1
* Removed unused variable 'val'.wchang0222%aol.com2003-12-231-2/+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-171-1/+30
* Fix for bug 222180 . Change to quick decoder . r=wtcjpierre%netscape.com2003-10-151-1/+1
* Fix for bug 55898 - print name of certificate causing failure in certutil . r...jpierre%netscape.com2003-10-081-0/+113
* Fix for bug 219539 - support GeneralizedTime in NSS toolsjpierre%netscape.com2003-09-261-0/+23
* 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-231-46/+50
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-1/+0
* 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
* Fix crash when formatting a cert with optional version not given.nelsonb%netscape.com2002-11-151-1/+1
* 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
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-8/+8
* 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-041-3/+9
* 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
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-15/+0
* Fix compilier warnings.relyea%netscape.com2001-09-201-2/+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
* copy the plaintext password overmcgreer%netscape.com2001-08-071-1/+1
* Add function SECU_PrintBuf() which prints a buffer in hex and ASCII.nelsonb%netscape.com2001-03-201-0/+53
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* func...kirke%netscape.com2001-01-311-0/+16
* MSVC won't let you initialize a pointer in a data structure with thenelsonb%netscape.com2001-01-071-14/+17
* remove depricated functions from secutil.relyea%netscape.com2001-01-061-847/+8
* Reduce warnings by adding missing #includes to eliminate calls tonelsonb%netscape.com2001-01-041-0/+1
* fix bug 63447 where certutil was opening an unneccessary output terminal.mcgreer%netscape.com2000-12-211-27/+21
* Open VMS changes bug 60143relyea%netscape.com2000-12-071-0/+4
* add a new function, SECU_TextFileToItem, for reading text files.mcgreer%netscape.com2000-10-111-5/+38
* fix problems encountered in shell script. it appears that "echo nss > passfi...mcgreer%netscape.com2000-10-021-0/+4
* changes to use blapitest on NT.mcgreer%netscape.com2000-09-291-8/+20
* add seeding call (for 3.1, for 3.2 I think this function needs to go away).mcgreer%netscape.com2000-09-291-0/+1