Commit Graph

2081 Commits

Author SHA1 Message Date
relyea%netscape.com
2dbe064580 1) fix bug in module deletion.
2) Add new function in modutil to desplay the raw PKCS #11 module strings
2001-09-06 21:06:39 +00:00
kaie%netscape.com
a9c87a0bbe r=87578 r=ddrinan sr=blizzard
Enable a user to use (or switch to) an empty security password, i.e. no password at all.
2001-09-06 20:29:07 +00:00
kaie%netscape.com
425ead8484 b=93103 r=relyea/ddrinan sr=blizzard
Enable display of complete chains when viewing certificates.
2001-09-06 20:20:50 +00:00
nelsonb%netscape.com
e17976568a Fix a crash. An attempt to move a sensitive key longer than 48 bytes
from one token to another will no longer crash.  Instead, it will fail
with the new error code SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY.  Bug 97887.
In addition, DHE key pairs are now generated with CKA_SENSITIVE false.
2001-09-06 03:00:39 +00:00
nelsonb%netscape.com
2c971ab625 Detect Null pointer. Assert if null, else don't crash here. Bug 97887. 2001-09-06 00:49:39 +00:00
kaie%netscape.com
b9fbcb9837 b=97369 r=kaie sr=blizzard
Checking in for walk84
2001-09-05 23:22:31 +00:00
kaie%netscape.com
e4e13ceab0 b=78720 r=javi sr=blizzard
Checking in for walk84
2001-09-05 23:20:41 +00:00
kaie%netscape.com
501e457e2c removing a fprintf(stderr) from my previous checkin 2001-09-05 21:34:38 +00:00
kaie%netscape.com
60db9a83a1 Checking in for valeski. In case of problems you can reach me at kai.engert@gmx.de
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now
required if you want to use do_GetInterface() for convenience. The two were split because the stuff
that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just
contain interface defs anyway.
2001-09-05 21:27:22 +00:00
relyea%netscape.com
6388dbd352 Don't skip certs that are already in the database. We may have to tweak
with the trust bits.
2001-09-04 20:20:48 +00:00
relyea%netscape.com
4a775646dd Allow 'importing' certificates that already exist in the database.
Use the import to change the trust flags on the given certificate.
2001-09-04 20:19:26 +00:00
mcgreer%netscape.com
7578da1fb9 checkin for colin@theblakes.com, OpenVMS fix
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
nicolson%netscape.com
d068352e1c copyright notice. 2001-08-31 22:35:58 +00:00
nelsonb%netscape.com
a8fd9268d1 Allow the 5 new DHE cipher suites to be selected with the -c command line
option.  Facilitates testing of bug 95987.
2001-08-31 04:29:45 +00:00
ddrinan%netscape.com
05a970ea4f Checking in for rangansen. Bug 96646 - hardcoded string. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:30:27 +00:00
ddrinan%netscape.com
51047ce90f Checking in for rangansen. Bug 94179 - password quality meter broken. r=jrgm,sr=hewitt,a=dbaron 2001-08-31 02:25:14 +00:00
ddrinan%netscape.com
04b248b033 Checking in for walk84. Bug 91799 - add align=center to fix layout problem. r=rangansen,sr=hewitt,a=dbaron 2001-08-31 02:15:48 +00:00
ddrinan%netscape.com
f7165d9ca3 Check in for rangansen. Bug 91453 - double click on cert container text. r=ddrinan,sr=hewitt,a=dbaron 2001-08-31 02:10:00 +00:00
relyea%netscape.com
cd0c0014e9 Fix solaris build breakage: make functions in pk11pars.h static (at least until I can move them into their own library). 2001-08-31 00:34:55 +00:00
relyea%netscape.com
b551f36ebb 1) Add the necessary code so that AddModule functions again.
2) Add code to create secmod.db on the fly again.
3) Fix uninitialized structures so that we can switch to the fips token.

The results of this checkin should allow the fips tests to pass again.
2001-08-31 00:20:47 +00:00
mcgreer%netscape.com
d3e7de28b1 fix problem with bad hashes 2001-08-30 21:07:26 +00:00
mcgreer%netscape.com
17f31cd9e9 make e-certify certs trusted 2001-08-30 19:12:52 +00:00
mcgreer%netscape.com
4cc7adfa04 exchange e-certify roots on the tip 2001-08-30 18:51:32 +00:00
kaie%netscape.com
48301602ca b=95988 r=relyea sr=tor a=asa
Fix crash when viewing a certificate
2001-08-30 05:21:59 +00:00
relyea%netscape.com
71144703de Fix Solaris (and probably others) runtime failures:
1) zero out the memory we used to create out module lists so they wind
up null terminated at the end.
	2) fix the lookup code for the secmod.db so that the '=' get properly removed.
	3) turn off attempts to do AddPermDB until we get the encode stuff working.
2001-08-28 23:37:22 +00:00
ddrinan%netscape.com
abce7fc769 Check in for tao. Bug 91217 - update locale version in package/locale provider registry. r=jbetak,sr=sspitzer 2001-08-28 22:39:13 +00:00
ddrinan%netscape.com
d6fb9f77ff Fix IRIX bustage caused by ^M in source 2001-08-28 16:58:13 +00:00
ddrinan%netscape.com
e033294f45 Fix IRIX bustage caused by ^M in source 2001-08-28 16:43:04 +00:00
ddrinan%netscape.com
a581cbb6b0 Fix IRIX bustage cause by ^M in source 2001-08-28 16:40:16 +00:00
ddrinan%netscape.com
25ec046951 Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa 2001-08-28 05:13:23 +00:00
kaie%netscape.com
68c65ed34c b=97044 r=dbaron sr=ben a=asa
Fix topcrash by adding safety null checks and correcting a typo
2001-08-28 04:40:36 +00:00
sonmi%netscape.com
b80bff99dd added comments, fixed HOSTNAME problem 2001-08-27 23:27:37 +00:00
sonmi%netscape.com
6c2cc77099 changed backward compatibility test directory 2001-08-27 23:11:05 +00:00
mcgreer%netscape.com
c95f5ab291 another attempt to fix builds, function needs to be forward declared 2001-08-25 21:28:16 +00:00
mcgreer%netscape.com
589a8cf541 fix broken builds caused by checkin 2001-08-25 21:01:38 +00:00
relyea%netscape.com
54d37d98e0 Land new PKCS #11 initialization code. 2001-08-24 21:16:48 +00:00
relyea%netscape.com
cb5467c202 Fix memory leak 2001-08-24 21:15:52 +00:00
relyea%netscape.com
73f718e29f Memory leak fixes. 2001-08-24 18:34:34 +00:00
relyea%netscape.com
b09ceb26de BLAPI is complete below the PKCS #11 line, so should not call high level initialization functions. 2001-08-24 18:21:09 +00:00
relyea%netscape.com
ff896c9655 1) Open database RW if we are encrypting so that the SDR key can be created.
2) Return an error code if we fail to open the database.
3) Initialize the database if it wasn't already
2001-08-24 18:20:07 +00:00
nicolson%netscape.com
156fb16d7d add getEncryptedPrivateKeyInfo. 2001-08-24 05:23:15 +00:00
nicolson%netscape.com
f58c4de5f3 add NSPR wrapper around java socket. 2001-08-24 05:16:27 +00:00
nicolson%netscape.com
a6f4d34c4e add types and ids for NSPR wrapper around java socket. 2001-08-24 05:15:18 +00:00
nicolson%netscape.com
ba19b46475 Add getEncryptedPrivateKeyInfo. 2001-08-24 05:14:55 +00:00
nicolson%netscape.com
af6175f918 add getEncryptedPrivateKeyInfo to CryptoStore. 2001-08-24 05:14:30 +00:00
wtc%netscape.com
c4185eef2e Bugzilla bug 94685: fixed compiler warnings. 2001-08-24 03:52:23 +00:00
kaie%netscape.com
ef9709b219 b=96696 r=kaie sr=darin a=dbaron
adding missing init code
checking in for bbaetz
2001-08-24 03:40:48 +00:00
sonmi%netscape.com
57589cceed fixed typo 2001-08-24 01:11:58 +00:00
sonmi%netscape.com
1b3e2f29f3 added p/f for generating objsign cert bug 96743 2001-08-23 23:41:16 +00:00
sonmi%netscape.com
d5deeb87b0 brought comments up to date 2001-08-23 18:46:44 +00:00