summaryrefslogtreecommitdiff
path: root/security/nss/cmd/certutil
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug 133545: fixed spelling errors "signning" in certutil memuwtc%netscape.com2002-03-261-2/+2
* Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.wtc%netscape.com2002-03-151-2/+2
* fix looking up a key on a tokenian.mcgreer%sun.com2002-02-271-1/+1
* make listing of certs finish cleanly under purifyian.mcgreer%sun.com2002-02-141-2/+5
* bug 124268, usage statement for dump chain optionian.mcgreer%sun.com2002-02-081-0/+14
* bug 124268, -P is used twiceian.mcgreer%sun.com2002-02-071-1/+1
* Make the following functions open the databases Readonly:relyea%netscape.com2002-02-011-5/+27
* have certutil shutdown cleanly so purify is easier to deal withian.mcgreer%sun.com2002-01-311-20/+33
* changes related to bug 115660ian.mcgreer%sun.com2002-01-291-3/+4
* Fix bug 115660. Note that fixing the bugs necessitates fixing the testrelyea%netscape.com2002-01-251-3/+20
* force generated serial #'s to always be positiveian.mcgreer%sun.com2002-01-151-1/+2
* add command to certutil for dumping the chain of a certian.mcgreer%sun.com2002-01-101-0/+59
* this is why apps shouldn't be able to change cert values...ian.mcgreer%sun.com2001-12-181-1/+0
* fips changes. forces login for cert listing.ian.mcgreer%sun.com2001-11-091-1/+2
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-6/+58
* Remove dead code.relyea%netscape.com2001-09-202-141/+2
* Add option to reset the cert and key database.relyea%netscape.com2001-09-061-1/+26
* Bugzilla bug 94685: fixed compiler warnings.wtc%netscape.com2001-08-241-2/+1
* Bugzilla bug 94685: defining SECUTIL_NEW caused the wrong functionwtc%netscape.com2001-08-231-1/+1
* make error return more readablemcgreer%netscape.com2001-08-101-8/+8
* duh. Return error % 256 (to get 255 when error is SECFailure).mcgreer%netscape.com2001-08-101-9/+9
* force certutil to always return 255 on error. Make sure there is only one po...mcgreer%netscape.com2001-08-092-76/+52
* Look for the private key when listing keys.mcgreer%netscape.com2001-08-081-2/+3
* Yet Another Instance Of Needing to Send the Password Down for FIPSmcgreer%netscape.com2001-08-071-3/+4
* fix bug in param allocationmcgreer%netscape.com2001-08-071-1/+1
* implement key deletion in certutilmcgreer%netscape.com2001-08-071-8/+11
* more FIPS fixes. it's possible the old crypto lib alloc'ed the PQG params an...mcgreer%netscape.com2001-08-061-1/+12
* another FIPS workaroundmcgreer%netscape.com2001-08-061-0/+1
* more FIPS changes, keep pw context with key to avoid pw promptmcgreer%netscape.com2001-08-061-1/+1
* fix DSA key genmcgreer%netscape.com2001-08-021-0/+1
* changes to make FIPS mode workmcgreer%netscape.com2001-08-021-0/+10
* fix for 90510, listing individual certs from tokenmcgreer%netscape.com2001-07-241-3/+19
* Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.nelsonb%netscape.com2001-06-181-9/+21
* Bug 69582 endless loop on EOF reading Extensionskirke%netscape.com2001-03-011-4/+8
* Make the public interface use a flags variable instead of a billion littlerelyea%netscape.com2001-02-101-1/+1
* update certutil and modutil to use the new NSS_Initialize signature.relyea%netscape.com2001-02-091-1/+1
* bug 67132. certutil crashes on -C -x combination, deny it for now.mcgreer%netscape.com2001-02-061-6/+22
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* func...kirke%netscape.com2001-01-311-8/+1
* Detect failures of NSS_Init and report them.nelsonb%netscape.com2001-01-251-7/+19
* add option for db prefixmcgreer%netscape.com2001-01-221-15/+47
* Add missing #include "nss.h"nelsonb%netscape.com2001-01-071-0/+1
* Remove depricated functions that's referencing a removed symbolrelyea%netscape.com2001-01-061-0/+2
* Use NSS_initialization.relyea%netscape.com2001-01-061-29/+13
* Add dynamic Library support to commands. Mark those that commands that stillrelyea%netscape.com2000-12-221-0/+2
* OpenVMS changes bug 60143relyea%netscape.com2000-12-071-3/+10
* option for printing content versionmcgreer%netscape.com2000-11-031-2/+9
* Print NSPR and OS error codes if PR_Open fails.wtc%netscape.com2000-10-101-9/+15
* Fix a crash caused by using a null PRFileDesc * after PR_Open fails.nelsonb%netscape.com2000-10-071-0/+8
* OS/2 build changes.relyea%netscape.com2000-09-201-1/+1
* include support for adding S/MIME certs to the database. this will be needed...mcgreer%netscape.com2000-09-191-64/+31