summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* If an error occurs when attempting to write previously buffered data onnelsonb%netscape.com2002-03-231-1/+1
* bug 132889, sense of boolean 'blocking' is reversed within the HANDLE_ERR mac...ian.mcgreer%sun.com2002-03-221-2/+2
* Add new bits to struct returned by SSL_GetCipherSuiteInfo. Bug 132438.nelsonb%netscape.com2002-03-222-36/+38
* Fix error in SECMOD_UnloadUserModule reportd by Ian for bug 132461 - use Stan...jpierre%netscape.com2002-03-211-1/+1
* Bug 132461: restored the declaration of SECMOD_LoadModule.wtc%netscape.com2002-03-211-0/+3
* Fix for 132461 - add better functions to load and remove modules dynamically ...jpierre%netscape.com2002-03-214-9/+75
* Fix for 132461 - add better functions to load and remove modules dynamicallyjpierre%netscape.com2002-03-211-1/+2
* Bugzilla bug 131350: export SEC_PKCS12DecoderGetCerts from smime.def.wtc%netscape.com2002-03-211-0/+1
* Bugzilla bug 131427: add "for Clients" to the version id strings in thewtc%netscape.com2002-03-201-2/+8
* Bugzilla bug 131430: changed "softoken" to "softokn" to match the filewtc%netscape.com2002-03-201-1/+1
* Bugzilla bug 131427: added sccs and rcs version id strings to the softokenwtc%netscape.com2002-03-203-0/+59
* fixup commit for tag 'NSS_3_4_RC1'NSS_3_4_RC1cvs2hg2002-03-151-1/+0
* Bugzilla bug 131289: fixed a UMR error and bad placement of the terminatingwtc%netscape.com2002-03-151-3/+2
* Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709)wtc%netscape.com2002-03-151-0/+3
* 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-151-0/+2
* Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR'swtc%netscape.com2002-03-152-21/+1
* 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-1416-30/+55
* 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-121-5/+5
* 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
* 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
* Bugzilla bug 128915: the first part of the previous change is notwtc%netscape.com2002-03-051-1/+2
* 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
* 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
* 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