summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure forwtc%netscape.com2002-03-151-2/+3
* Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' fieldwtc%netscape.com2002-03-151-0/+2
* handle older tokens that do not handle GetAttributes correctly.relyea%netscape.com2002-03-151-0/+13
* bug 130747, update trust after login to catch user certs when token doesn't r...ian.mcgreer%sun.com2002-03-153-1/+24
* Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.wtc%netscape.com2002-03-1513-16/+24
* Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR'swtc%netscape.com2002-03-152-21/+1
* The previous checkin breaks signtool on Linux, AIX, and OSF1. Backing itwtc%netscape.com2002-03-151-7/+2
* Bugzilla bug 131062: fixed a zlib vulnerability.wtc%netscape.com2002-03-1558-2/+13710
|\
* | fixup commit for tag 'NSS_3_4_SunBeta0314'NSS_3_4_SunBeta0314cvs2hg2002-03-1457-13703/+0
|/
* bug 129709, incorrect free of cert->nicknameian.mcgreer%sun.com2002-03-141-2/+1
* bug 129778, cert instances incorrectly reset when cert was not deletedian.mcgreer%sun.com2002-03-141-4/+6
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-1417-30/+56
* Bugzilla bug 130158: fixed a crash in NSC_CopyObject if pk11_CopyObjectwtc%netscape.com2002-03-141-0/+1
* Fix 129756: PK11_SetObjectNickname is broken.nicolson%netscape.com2002-03-1258-5/+13708
|\
* | fixup commit for tag 'NSS_CLIENT_TAG_20020319'NSS_CLIENT_TAG_20020319cvs2hg2002-03-0857-13703/+0
|/
* Bugzilla bug 129298: the assertion may be false. Remove it, and initializewtc%netscape.com2002-03-081-4/+6
* Cache whether there are no CRL's and Trust objects on removable HW tokensrelyea%netscape.com2002-03-076-0/+116
* additional change to last patch, suggested by wtcian.mcgreer%sun.com2002-03-071-5/+3
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-0711-35/+101
* Build p7content p7env p7sign and p7verify using nss shared libs.nelsonb%netscape.com2002-03-074-16/+4
* Add support for new -p option to pass password to PK11 token.nelsonb%netscape.com2002-03-071-2/+23
* Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4wtc%netscape.com2002-03-071-1/+0
* Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. Listwtc%netscape.com2002-03-074-25/+29
* bug 129370, temp cert trusts and S/MIME profiles may cause crashesian.mcgreer%sun.com2002-03-075-26/+112
* Fix for 129201 - allow parameter string to be retrieved in a PKCS#11 module b...jpierre%netscape.com2002-03-062-0/+52
* bug 125808 :relyea%netscape.com2002-03-065-7/+39
* Initialize result to SECSuccess before we return.relyea%netscape.com2002-03-051-0/+1
* missed part of last patchian.mcgreer%sun.com2002-03-051-0/+3
* bug 125112, don't alloc return array if there are no certs foundian.mcgreer%sun.com2002-03-051-39/+32
|\
| * fixup commit for tag 'SYD_TEST_03052002_BASE'SYD_TEST_03052002_BASEcvs2hg2002-03-0511-1041/+0
| |\ |/ /
| * fixup commit for tag 'NSS_CLIENT_TAG_20020308'NSS_CLIENT_TAG_20020308cvs2hg2002-03-0557-13703/+0
|/
* Bugzilla bug 128915: the first part of the previous change is notwtc%netscape.com2002-03-051-1/+2
* Temporary workaround to make 'depend' do a 'clean' in NSS. This is forwtc%netscape.com2002-03-051-0/+1
* bug 128915, prevent crash on empty S/MIME profilesian.mcgreer%sun.com2002-03-041-2/+2
* Fix token/cert interactions:relyea%netscape.com2002-03-045-4/+22
* bug 125808, fix crash seen with Javi's dbian.mcgreer%sun.com2002-03-041-0/+5
* IMPLEMENT-->EXTERN for header fileian.mcgreer%sun.com2002-03-041-1/+1
* bug 125808, update cert token instances when caching smart card certs that ar...ian.mcgreer%sun.com2002-03-043-0/+38
* Bugzilla bug 128599: link libnss3.so with -R $ORIGIN on Solaris to help itwtc%netscape.com2002-03-032-1/+7
* Bugzilla bug 112198: use the correct root certs module name for Darwin.wtc%netscape.com2002-03-031-0/+2
* Bugzilla bug 122261: removed an assertion on bad input. Bad input shouldwtc%netscape.com2002-03-021-1/+0
* Fix bug 128347 - add -string argument to pass strings to PKCS#11 modules upon...jpierre%netscape.com2002-03-023-6/+22
* Implement PQG Generate and Verify.relyea%netscape.com2002-03-021-39/+210
* Implement PKCS #11 2.11 DSA PQG Parameter generation.relyea%netscape.com2002-03-024-6/+198
* Make makepqg build dynamic.relyea%netscape.com2002-03-022-17/+28
* modify last patch to only take effect if the slot certs are not publicly read...ian.mcgreer%sun.com2002-03-012-4/+8
* another fix for bug 125808, force update of cache after login/logoutian.mcgreer%sun.com2002-03-011-0/+10
* Bugzilla bug 112987: merged changes contributed by FreeBSD developerwtc%netscape.com2002-03-011-9/+7
* Don't go searching for the matching certs if they weren't on the token therelyea%netscape.com2002-03-011-13/+2
* When we free the clists, clear out our head pointer (don't keep pointing torelyea%netscape.com2002-03-011-0/+1