summaryrefslogtreecommitdiff
path: root/security/nss/cmd/certutil/certutil.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO180_20071210_RELBRANCH'cvs2hg2007-01-171-22/+39
* 53229: certutil should not use gets();alexei.volkov.bugs%sun.com2005-11-201-75/+133
* Fix for 166727 . certutil should not call CERT_GetDBContentVersion. r=nelsonjulien.pierre.bugs%sun.com2005-11-101-2/+1
* Fix for bug 292390 . Prevent crash in certutil with -P option and dbprefix om...julien.pierre.bugs%sun.com2005-04-291-2/+7
* Prevent crash in certutil -C when incoming request has no attributes.nelsonb%netscape.com2005-04-231-1/+4
* Fix for bug 265003: Add CRL generation to crlutil. Reviewed JP+alexei.volkov.bugs%sun.com2005-04-121-102/+14
* Bug 286505 Now reports an error on EOF in standard input. Leaving resolutionneil.williams%sun.com2005-03-191-5/+17
* Bug 285208 Fixes ext processing bug introduced by previous patch.neil.williams%sun.com2005-03-171-4/+19
* Bug 285208: certutil when given arguments for both -7 and -8 would create twoneil.williams%sun.com2005-03-141-39/+51
* r=nelson Bug=263779neil.williams%sun.com2005-03-091-51/+115
* Bugzilla Bug 282527: fixed a bug that prevented certutil from generatingwtchang%redhat.com2005-02-231-1/+0
* bug 180268, reimplement ssl step-up for builtinsian.mcgreer%sun.com2004-05-171-6/+0
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-33/+33
* Import base64 encoded certificate files with old MAC line endings.nelsonb%netscape.com2004-02-161-0/+1
* Bugzilla bug 233112: fixed a typo: "futuer" -> "future". Thanks towchang0222%aol.com2004-02-051-1/+1
* Invoke SECU_RegisterDynamicOids() so that more OIDs will print out.nelsonb%netscape.com2004-01-291-0/+1
* Fix crash in certutil if usage is omittedjpierre%netscape.com2003-11-111-0/+5
* ECC code landing.ian.mcgreer%sun.com2003-10-171-4/+98
* Fix for 215182 - certutil prints incorrect nickname. r=wtcjpierre%netscape.com2003-09-231-2/+2
* Fix for 215214 - make certutil show all instances of certs . r=wtcjpierre%netscape.com2003-09-181-1/+1
* Prevent crash if certlist is NULLjpierre%netscape.com2003-09-091-1/+3
* Fix bug 214307 - add certutil batch mode . r=wtcjpierre%netscape.com2003-09-081-46/+146
* Display an error message instead of crashing if the user forgets the -nnelsonb%netscape.com2003-05-061-0/+1
* Fix bug 200224. Eliminate null ptr dereference.nelsonb%netscape.com2003-04-021-1/+1
* Incorporate wtc comment from bug 19061 (removal of commented code).relyea%netscape.com2003-03-041-1/+0
* Print all the certs for a given nickname, not just the first.relyea%netscape.com2003-03-041-20/+35
* Bug 145029: fixed compiler warnings (mostly "xxx might be usedwtc%netscape.com2003-01-171-1/+1
* Add the ability to generate certs with multiple DNS names.relyea%netscape.com2003-01-091-13/+46
* checking return value of NSS_Shutdown. Bug 171263bishakhabanerjee%netscape.com2003-01-071-1/+4
* Bug 183612: renamed some new functions to be consistent with existingwtc%netscape.com2002-12-191-3/+2
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-42/+97
* Sigh, this is what was breaking the Linux builds... incorrect initializer.relyea%netscape.com2002-12-101-1/+1
* Add code to create multiple email addresses in a single cert.relyea%netscape.com2002-12-101-5/+92
* 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
* Use unsigned ints for serial numbers. Bug 173872.nelsonb%netscape.com2002-10-171-42/+13
* bug 158078, unitialized variable due to a lot of unneccessary codeian.mcgreer%sun.com2002-09-261-29/+2
* Bug 136804: initialize inFile to PR_STDIN instead of NULL so that we don'twtc%netscape.com2002-09-061-1/+3
* Make certutil use the new CERT_VerifyCertificate function when verifying certsjpierre%netscape.com2002-07-161-7/+7
* bug 136701, certutil should use PK11_ListCertsian.mcgreer%sun.com2002-05-291-9/+9
* Fixed OCSP typo.kirk.erickson%sun.com2002-05-281-1/+1
* fix error statementian.mcgreer%sun.com2002-04-121-1/+1
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-128/+33
* bug 136806, don't authenticate to friendly slots when adding certsian.mcgreer%sun.com2002-04-121-4/+6
* return the correct error codes to make all.sh happy.relyea%netscape.com2002-04-051-3/+9
* Link certutil dynamically.relyea%netscape.com2002-04-051-144/+82
* 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