kaie%netscape.com
bcbe88f8af
b=125807 Fix Lock Icon Set Incorrectly
...
Checking in for ddrinan
r=kaie sr=mscott a=asa
2002-03-08 22:27:16 +00:00
wtc%netscape.com
f411d185fe
Bugzilla bug 129298: the assertion may be false. Remove it, and initialize
...
stanNick to NULL. r=mcgreer.
2002-03-08 00:02:35 +00:00
relyea%netscape.com
fd92279500
Cache whether there are no CRL's and Trust objects on removable HW tokens
2002-03-07 23:21:39 +00:00
ian.mcgreer%sun.com
1c0702fa1e
additional change to last patch, suggested by wtc
...
r=wtc
2002-03-07 22:53:40 +00:00
ian.mcgreer%sun.com
ab7d7da30f
bug 129298, handle different nicknames across tokens
...
r=relyea/a=wtc
2002-03-07 22:08:00 +00:00
nelsonb%netscape.com
44154b43ce
Build p7content p7env p7sign and p7verify using nss shared libs.
...
bug 129354. r=wtc.
2002-03-07 22:07:21 +00:00
nelsonb%netscape.com
34151e77cf
Add support for new -p option to pass password to PK11 token.
...
Patch by evanchu@aol.com (Evan Chu). r=nelsonb a=wtc bug 129354.
2002-03-07 22:05:43 +00:00
wtc%netscape.com
7c9a8c3428
Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4
...
exports are fine for general use. r=relyea.
2002-03-07 21:31:05 +00:00
wtc%netscape.com
1ced872252
Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. List
...
the symbols in alphabetical order. In softokn.def, changed "Sofoken 3.4
release" to "NSS 3.4 release, which is what we use in other *.def files.
Added seven new PKCS7 exports to smime.def. r=relyea
Modified files: nss.def smime.def softokn.def ssl.def
2002-03-07 21:18:49 +00:00
ian.mcgreer%sun.com
1891e7ab51
bug 129370, temp cert trusts and S/MIME profiles may cause crashes
...
r/a=wtc
2002-03-07 20:42:40 +00:00
nicolson%netscape.com
b24b11d263
Fix 129389: Algorithm.c treats oidIndex as short when it should be int.
2002-03-07 01:59:58 +00:00
jpierre%netscape.com
524157740c
Fix for 129201 - allow parameter string to be retrieved in a PKCS#11 module built on top of ckfw
2002-03-06 21:41:35 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
relyea%netscape.com
578a4b59ae
bug 125808 :
...
Reset the token name on token removal.
Check for token presence to reset the session handle.
Consolidate the NSS3 style TokenInit with the stan init so everything is in sync.
r=ddrinan
2002-03-06 01:44:50 +00:00
relyea%netscape.com
86fae50a07
Initialize result to SECSuccess before we return.
2002-03-05 22:14:44 +00:00
ian.mcgreer%sun.com
a297296053
missed part of last patch
2002-03-05 16:54:16 +00:00
ian.mcgreer%sun.com
e2f7031637
bug 125112, don't alloc return array if there are no certs found
2002-03-05 16:08:53 +00:00
wtc%netscape.com
f4a0a5c24d
Bugzilla bug 128915: the first part of the previous change is not
...
necessary, so replace it with an assertion. r=mcgreer.
2002-03-05 15:49:33 +00:00
wtc%netscape.com
c6e8882b5e
Temporary workaround to make 'depend' do a 'clean' in NSS. This is for
...
the landing described in bug 128593.
Modified Files: Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-03-05 15:22:48 +00:00
alecf%netscape.com
13265ef155
one more attempt at bustage
2002-03-05 00:12:20 +00:00
alecf%netscape.com
7f8b43512f
fix NSS bustage
2002-03-04 23:57:13 +00:00
ian.mcgreer%sun.com
57cc1567da
bug 128915, prevent crash on empty S/MIME profiles
2002-03-04 23:19:20 +00:00
relyea%netscape.com
cab04c2fb6
Fix token/cert interactions:
...
1) don't have certs disappear because we have empty tokens.
2) Make sure the NSSToken structure has up-to-date nicknames.
2002-03-04 22:39:28 +00:00
ian.mcgreer%sun.com
5494fb48cd
bug 125808, fix crash seen with Javi's db
2002-03-04 21:06:10 +00:00
ian.mcgreer%sun.com
3b9dceb097
IMPLEMENT-->EXTERN for header file
2002-03-04 17:17:47 +00:00
ian.mcgreer%sun.com
bd346d7bfd
bug 125808, update cert token instances when caching smart card certs that are already cached
2002-03-04 17:13:54 +00:00
wtc%netscape.com
1d74ff3063
Bugzilla bug 128599: link libnss3.so with -R $ORIGIN on Solaris to help it
...
find libsoftokn3.so. Fixed an outdated comment in softoken/config.mk.
2002-03-03 02:34:32 +00:00
wtc%netscape.com
e853ff7e07
Bugzilla bug 112198: use the correct root certs module name for Darwin.
2002-03-03 02:29:31 +00:00
wtc%netscape.com
2dfbc7deeb
Bugzilla bug 122261: removed an assertion on bad input. Bad input should
...
be reported by returning a failure status. Thanks to erl@voxi.com
(Erland Lewin) for the bug report. r=relyea,kaie.
2002-03-02 15:31:25 +00:00
jpierre%netscape.com
44ae883a06
Fix bug 128347 - add -string argument to pass strings to PKCS#11 modules upon addition
2002-03-02 01:56:27 +00:00
oeschger%netscape.com
abbee7ebcb
updating UI in Cert Manager: 'Restore' button should say 'Import', a=asa/drivers for trunk, sr=alecf, r=ssaux, bug=114454
2002-03-02 01:08:25 +00:00
relyea%netscape.com
9a0f03ede1
Implement PQG Generate and Verify.
2002-03-02 00:53:11 +00:00
relyea%netscape.com
0a88feb486
Implement PKCS #11 2.11 DSA PQG Parameter generation.
2002-03-02 00:52:05 +00:00
relyea%netscape.com
27a4ab74b6
Make makepqg build dynamic.
...
Call the dynamic high-level functions to accomplish the generation.
2002-03-02 00:50:39 +00:00
ian.mcgreer%sun.com
ffa4c947ec
modify last patch to only take effect if the slot certs are not publicly readable, and to not update the token cert list more than once
2002-03-01 21:43:57 +00:00
ian.mcgreer%sun.com
213696bc04
another fix for bug 125808, force update of cache after login/logout
2002-03-01 16:28:53 +00:00
wtc%netscape.com
d0c71c0e9d
Bugzilla bug 112987: merged changes contributed by FreeBSD developer
...
Jeremy <reg@shale.csir.co.za>. r=wtc.
2002-03-01 16:08:12 +00:00
relyea%netscape.com
dfe3ee8685
Don't go searching for the matching certs if they weren't on the token the
...
private key lived on.
2002-03-01 02:15:00 +00:00
relyea%netscape.com
39c2b9d38b
When we free the clists, clear out our head pointer (don't keep pointing to
...
freed memory);
2002-03-01 02:13:42 +00:00
nelsonb%netscape.com
ebc48d2fa1
Fix Usage message. Add missing \n to string.
2002-03-01 01:53:07 +00:00
jpierre%netscape.com
3a5e730566
Fix for 128355 - add SECMOD_AddNewModuleEx to take module parameters
2002-03-01 00:37:42 +00:00
ian.mcgreer%sun.com
3e984aecf0
bug 125808, refresh trust and slot pointers of cert after token removal/insertion
2002-02-28 22:55:30 +00:00
relyea%netscape.com
089b31a446
Fix PSM name problem.
...
Fix crash when trying to access/delete an non-existant object.
2002-02-28 21:30:13 +00:00
relyea%netscape.com
459a3ef1a6
Load builtins even if we are openning the database read only.
2002-02-28 21:28:47 +00:00
ian.mcgreer%sun.com
09c00fbd12
bug 126653, intermediate cert should have valid CA trust
2002-02-28 19:41:51 +00:00
cathleen%netscape.com
7a8a52afaa
fix build bustage due to nsCRT::strlen(char* s) removed
2002-02-28 05:14:10 +00:00
ian.mcgreer%sun.com
bec85f00b2
misdeclared function signature
2002-02-28 01:32:32 +00:00
ian.mcgreer%sun.com
061674f14c
fix aix bustage
2002-02-27 23:17:12 +00:00
ian.mcgreer%sun.com
0900842e0a
bug 125808, smart card cache fixes
2002-02-27 22:41:56 +00:00
ian.mcgreer%sun.com
e9ae28e48e
fix looking up a key on a token
2002-02-27 22:12:06 +00:00