nelsonb%netscape.com
6fe8beb4fb
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
e6d688e56a
Detect Null pointer. Assert if null, else don't crash here. Bug 97887.
2001-09-06 00:49:39 +00:00
kaie%netscape.com
fee5e81ecb
b=97369 r=kaie sr=blizzard
...
Checking in for walk84
2001-09-05 23:22:31 +00:00
kaie%netscape.com
14e1b79efa
b=78720 r=javi sr=blizzard
...
Checking in for walk84
2001-09-05 23:20:41 +00:00
kaie%netscape.com
6b19468cd4
removing a fprintf(stderr) from my previous checkin
2001-09-05 21:34:38 +00:00
kaie%netscape.com
e3197038ec
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
f8b8628e60
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
81ec537252
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
0d43d3b12b
checkin for colin@theblakes.com, OpenVMS fix
...
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
nicolson%netscape.com
20e3a44736
copyright notice.
2001-08-31 22:35:58 +00:00
nelsonb%netscape.com
06026982f0
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
5df64f39dd
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
f5b6ef2a19
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
5b48f4022c
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
0a4662e4ff
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
b64ae31f85
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
974b9f82ce
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
17b95adbe3
fix problem with bad hashes
2001-08-30 21:07:26 +00:00
mcgreer%netscape.com
c115e0c8f7
make e-certify certs trusted
2001-08-30 19:12:52 +00:00
mcgreer%netscape.com
d8d9a73b50
exchange e-certify roots on the tip
2001-08-30 18:51:32 +00:00
kaie%netscape.com
d6e7c8afbf
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
5d10fc9e7e
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
7e24c9bceb
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
dd97fa3d10
Fix IRIX bustage caused by ^M in source
2001-08-28 16:58:13 +00:00
ddrinan%netscape.com
c9b72d9939
Fix IRIX bustage caused by ^M in source
2001-08-28 16:43:04 +00:00
ddrinan%netscape.com
7562c77c2d
Fix IRIX bustage cause by ^M in source
2001-08-28 16:40:16 +00:00
ddrinan%netscape.com
97ce1fd17d
Bug 92475 - error msg for expired CRLs. r=bryner,sr=tor,a=asa
2001-08-28 05:13:23 +00:00
kaie%netscape.com
f8e4e2d9fe
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
d0829175f1
added comments, fixed HOSTNAME problem
2001-08-27 23:27:37 +00:00
sonmi%netscape.com
a5f69fcf61
changed backward compatibility test directory
2001-08-27 23:11:05 +00:00
mcgreer%netscape.com
39f8997114
another attempt to fix builds, function needs to be forward declared
2001-08-25 21:28:16 +00:00
mcgreer%netscape.com
23cde25206
fix broken builds caused by checkin
2001-08-25 21:01:38 +00:00
relyea%netscape.com
9deff8659e
Land new PKCS #11 initialization code.
2001-08-24 21:16:48 +00:00
relyea%netscape.com
aa0d489657
Fix memory leak
2001-08-24 21:15:52 +00:00
relyea%netscape.com
4f4edc3a50
Memory leak fixes.
2001-08-24 18:34:34 +00:00
relyea%netscape.com
d9b1140006
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
937a75cc68
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
82c6bb2ae6
add getEncryptedPrivateKeyInfo.
2001-08-24 05:23:15 +00:00
nicolson%netscape.com
20e8df79ca
add NSPR wrapper around java socket.
2001-08-24 05:16:27 +00:00
nicolson%netscape.com
65ec9bc975
add types and ids for NSPR wrapper around java socket.
2001-08-24 05:15:18 +00:00
nicolson%netscape.com
aef042db7d
Add getEncryptedPrivateKeyInfo.
2001-08-24 05:14:55 +00:00
nicolson%netscape.com
67375e78fb
add getEncryptedPrivateKeyInfo to CryptoStore.
2001-08-24 05:14:30 +00:00
wtc%netscape.com
b28e039ef5
Bugzilla bug 94685: fixed compiler warnings.
2001-08-24 03:52:23 +00:00
kaie%netscape.com
13994c0b32
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
7d745a3f5b
fixed typo
2001-08-24 01:11:58 +00:00
sonmi%netscape.com
0693b9dfe8
added p/f for generating objsign cert bug 96743
2001-08-23 23:41:16 +00:00
sonmi%netscape.com
741df08dfb
brought comments up to date
2001-08-23 18:46:44 +00:00
kaie%netscape.com
5a0da144ae
b=76915 r=dveditz sr=sfraser a=asa
...
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
kaie%netscape.com
aabb7cc883
b=76915 r=dveditz sr=sfraser a=asa
...
Giving GUI feedback instead of crashing
Part 2 of 3 - changes to make files only
2001-08-23 05:23:21 +00:00
kaie%netscape.com
44a741762c
b=76915 r=dveditz sr=sfraser a=asa
...
Giving GUI feedback instead of crashing
Part 1 of 3 - added files only
2001-08-23 05:20:33 +00:00