ian.mcgreer%sun.com
9529b345f4
force generated serial #'s to always be positive
2002-01-15 01:53:11 +00:00
ian.mcgreer%sun.com
67018508fa
add command to certutil for dumping the chain of a cert
2002-01-10 04:30:00 +00:00
ian.mcgreer%sun.com
d72962f867
this is why apps shouldn't be able to change cert values...
2001-12-18 21:11:41 +00:00
ian.mcgreer%sun.com
e0b2108442
fips changes. forces login for cert listing.
2001-11-09 00:37:03 +00:00
relyea%netscape.com
e03f762c52
Land BOB_WORK_BRANCH unto the tip.
...
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
relyea%netscape.com
cbf09a5e92
Remove dead code.
...
Fix compiler warnings.
2001-09-20 21:45:41 +00:00
relyea%netscape.com
c18528266d
Add option to reset the cert and key database.
2001-09-06 21:18:13 +00:00
wtc%netscape.com
b28e039ef5
Bugzilla bug 94685: fixed compiler warnings.
2001-08-24 03:52:23 +00:00
wtc%netscape.com
370d3afed7
Bugzilla bug 94685: defining SECUTIL_NEW caused the wrong function
...
declaration (with PRFileDesc* as the first parameter) to be used and
hence a compiler warning.
2001-08-23 00:22:07 +00:00
mcgreer%netscape.com
fb48386d7e
make error return more readable
2001-08-10 16:13:13 +00:00
mcgreer%netscape.com
5efd123763
duh. Return error % 256 (to get 255 when error is SECFailure).
2001-08-10 16:06:57 +00:00
mcgreer%netscape.com
025704fa88
force certutil to always return 255 on error. Make sure there is only one pointer to password callback arg.
2001-08-09 20:57:58 +00:00
mcgreer%netscape.com
39c992730b
Look for the private key when listing keys.
...
The second part of this patch was checked in, see revision 1.28. Yet, somehow, it never showed up.
2001-08-08 13:37:42 +00:00
mcgreer%netscape.com
84e0ccacd2
Yet Another Instance Of Needing to Send the Password Down for FIPS
2001-08-07 16:46:52 +00:00
mcgreer%netscape.com
40b6164033
fix bug in param allocation
2001-08-07 16:35:06 +00:00
mcgreer%netscape.com
10495d46cf
implement key deletion in certutil
2001-08-07 16:04:12 +00:00
mcgreer%netscape.com
17342b988f
more FIPS fixes. it's possible the old crypto lib alloc'ed the PQG params and copied them over when creating the DSA key, otherwise this code would have never worked. It's also possible this code was never tested as-is. At any rate, the static vars go out of scope and wreak havoc later on, so alloc the memory.
2001-08-06 18:57:16 +00:00
mcgreer%netscape.com
142869a25b
another FIPS workaround
2001-08-06 18:19:12 +00:00
mcgreer%netscape.com
34026987a5
more FIPS changes, keep pw context with key to avoid pw prompt
2001-08-06 16:01:10 +00:00
mcgreer%netscape.com
ccc4cc36cb
fix DSA key gen
2001-08-02 21:06:38 +00:00
mcgreer%netscape.com
a0fbca73d2
changes to make FIPS mode work
2001-08-02 21:04:14 +00:00
mcgreer%netscape.com
4a0f8535fd
fix for 90510, listing individual certs from token
2001-07-24 19:26:53 +00:00
nelsonb%netscape.com
5e80c232b5
Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.
...
Also eliminate some compiler warnings.
2001-06-18 21:31:04 +00:00
kirke%netscape.com
159cc26f44
Bug 69582 endless loop on EOF reading Extensions
2001-03-01 21:45:33 +00:00
relyea%netscape.com
fc4874ebfb
Make the public interface use a flags variable instead of a billion little
...
Bools.
suggested and reviewed by wtc in bug 66230
2001-02-10 02:03:03 +00:00
relyea%netscape.com
3c0225715a
update certutil and modutil to use the new NSS_Initialize signature.
...
modutil can now specify it's nocertdb paramter.
bug 64260 reviewed by wtc
2001-02-09 01:38:04 +00:00
mcgreer%netscape.com
fd21d51ac0
bug 67132. certutil crashes on -C -x combination, deny it for now.
...
certutil -C was not recognizing the -a (ascii) option, implement it.
r=wtc
2001-02-06 18:26:30 +00:00
kirke%netscape.com
1fc2a5ed5a
Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points.
2001-01-31 23:25:02 +00:00
nelsonb%netscape.com
8432dff235
Detect failures of NSS_Init and report them.
...
This fixes bug 66244 for certutil (only).
2001-01-25 04:14:22 +00:00
mcgreer%netscape.com
a7c1fce665
add option for db prefix
2001-01-22 20:14:05 +00:00
nelsonb%netscape.com
6643298345
Add missing #include "nss.h"
2001-01-07 07:43:28 +00:00
relyea%netscape.com
f077730e21
Remove depricated functions that's referencing a removed symbol
2001-01-06 23:55:22 +00:00
relyea%netscape.com
c07a66adc3
Use NSS_initialization.
...
Remove Low level SECKEY calls (not the private key management is now broken
until PK11 calls are added to replace them).
2001-01-06 21:11:34 +00:00
relyea%netscape.com
a839b49663
Add dynamic Library support to commands. Mark those that commands that still
...
need to be build with static libraries appropriately.
2000-12-22 17:09:07 +00:00
relyea%netscape.com
46a22d7899
OpenVMS changes bug 60143
2000-12-07 22:25:18 +00:00
mcgreer%netscape.com
bec1e52a54
option for printing content version
2000-11-03 22:28:26 +00:00
wtc%netscape.com
71514d144b
Print NSPR and OS error codes if PR_Open fails.
2000-10-10 02:38:08 +00:00
nelsonb%netscape.com
4b8083970d
Fix a crash caused by using a null PRFileDesc * after PR_Open fails.
2000-10-07 02:16:03 +00:00
relyea%netscape.com
32f5210984
OS/2 build changes.
2000-09-20 17:07:22 +00:00
mcgreer%netscape.com
89db06d9ff
include support for adding S/MIME certs to the database. this will be needed for S/MIME test code.
2000-09-19 16:22:17 +00:00
relyea%netscape.com
d4cd91c732
Fix merge problems from CVS. This version should now compile and work.
2000-09-15 21:01:53 +00:00
relyea%netscape.com
df1265c29d
Propogate the password arg to the sign function.
2000-09-15 15:37:37 +00:00
relyea%netscape.com
c214f9f4de
Fix certutil to read Certs from PKCS #11 modules. Make the 'all' option for
...
modules work for ListCerts and ListKeys. Allow password from file for these
options as well.
2000-09-14 21:12:13 +00:00
mcgreer%netscape.com
3e14ecc51b
fixes RFE from bug 49316 (will test on NT before verifying)
2000-09-13 06:43:52 +00:00
mcgreer%netscape.com
1274b527d2
moved fingerprint handling to secutil.c, see bug 45303
2000-08-30 01:06:00 +00:00
mcgreer%netscape.com
d6c0c14294
should be able to set negative offset during cert creation
2000-08-15 05:08:13 +00:00
mcgreer%netscape.com
52cdc08b80
fingerprint had to handled in certutil for now since SECU_PrintCertificate receives a decoded DER. see #45303
2000-07-12 22:42:57 +00:00
relyea%netscape.com
41437958c8
merge changes from NSS 3.0 branch to allow NT automated tests to work.
2000-06-29 21:25:41 +00:00
mcgreer%netscape.com
0ab7f69b96
attempt to add token support for listing certs & keys
2000-06-16 00:38:44 +00:00
chrisk%netscape.com
258a9055d1
Sorted output for certutil -L
2000-06-12 22:25:40 +00:00