summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11slot.c
Commit message (Expand)AuthorAgeFilesLines
* Rename PK11_FindSlotsByAliases to PK11_FindSlotsByNamesjpierre%netscape.com2004-01-071-1/+1
* near total rewrite of PK11_ParamFromAlgid to eliminate leaks.nelsonb%netscape.com2003-11-191-113/+89
* Removed the declaration and a comment about PK11_FreeSlotCerts, which waswchang0222%aol.com2003-11-191-1/+0
* Changes for symkey support.relyea%netscape.com2003-11-141-0/+59
* Enable generation of DES2 keys with mechanism CKM_DES2_KEY_GEN. Bug 201521nelsonb%netscape.com2003-10-311-0/+2
* Correct the code that detects DES2 keys based on their lengths. Bug 201521nelsonb%netscape.com2003-10-301-1/+1
* Bugzilla bug 215152: removed redundant pointer tests. Usewtc%netscape.com2003-09-121-6/+4
* Fix for 215152 - better error handlingjpierre%netscape.com2003-09-101-1/+1
* Fix for bug 215152 . Improve error handling in PK11_FindSlotsByAliasesjpierre%netscape.com2003-09-101-0/+15
* Remove erroneous assertionsjpierre%netscape.com2003-09-031-2/+0
* Add PK11_FindSlotsByAliases function . r=relyeajpierre%netscape.com2003-09-031-2/+62
* Bugzilla bug 213158: fixed the misspelling of "attach". The patch iswtc%netscape.com2003-07-191-1/+1
* Removed an error that was mistakenly introduced in rev. 1.56.wtc%netscape.com2003-05-141-1/+1
* Bug 202593: Create slot->freeListLock and slot->sessionLock in the orderwtc%netscape.com2003-05-131-7/+8
* bug 202553, replace reference mutex with atomic calls in PK11SlotInfoian.mcgreer%sun.com2003-04-221-22/+4
* Bug 202593 NSS does not lock non-threadsafe modules correctly.relyea%netscape.com2003-04-191-13/+15
* bug 198470 "Cached certs not updated after token reset." r=ian.mgreer r=wtcrelyea%netscape.com2003-03-221-0/+2
* Bug 197147: removed an invalid/unnecessary comparison of twowtc%netscape.com2003-03-131-2/+1
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-5/+20
* Sign 3 sets of changes are here:relyea%netscape.com2003-01-281-0/+24
* Bug 190112: PK11_ReadAttribute needs to call PK11_ExitSlotMonitor beforewtc%netscape.com2003-01-221-1/+4
* backport NSS 3.7 fixes to the tip.relyea%netscape.com2003-01-091-1/+40
* Make sure the session is protected over PKCS #11 calls.relyea%netscape.com2002-12-171-0/+2
* Use correct sense of the timeout value.relyea%netscape.com2002-12-131-1/+1
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-8/+44
* Add token removal blocking function.relyea%netscape.com2002-12-111-1/+49
* Fix corrupt listing of nicknames on keys.relyea%netscape.com2002-09-201-1/+1
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+0
* Fix 162761: PK11_GetKeyGen should work if you pass in a keygen alg.nicolson%netscape.com2002-08-141-0/+20
* Mozilla bug 145228. Clear out buffer to protect agains lazy PKCS #11 modules.relyea%netscape.com2002-08-131-0/+40
* 1) fix return type warning in pk11ListCertsCallback.relyea%netscape.com2002-07-091-1/+2
* Initialize type fields to supress purify uninitialized reference warnings.relyea%netscape.com2002-06-281-0/+2
* Initialize type field to clear off purify warnings.relyea%netscape.com2002-06-251-0/+1
* reduce the calls to get the login state as these calls seem to be pretty expe...relyea%netscape.com2002-06-201-2/+40
* When checking NeedInit status, go back and check the token in case the tokenrelyea%netscape.com2002-06-111-0/+13
* Refresh token cache after login on tokens that need to log in before theyrelyea%netscape.com2002-05-221-0/+5
* Bugzilla bug 135818: fixed internal slot reference leaks inwtc%netscape.com2002-05-091-1/+5
* fixup commit for tag 'NSS_TIP_20020426'NSS_TIP_20020426cvs2hg2002-04-261-1/+1
* Detect Active Card presents and disable PROTECTED_PIN_PATH login when found.relyea%netscape.com2002-04-251-3/+4
* Don't let activeCards set the Protect_Auth bit because they weren't intending torelyea%netscape.com2002-04-251-0/+7
* landing new smart card cache, bug 135429ian.mcgreer%sun.com2002-04-181-9/+0
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-1/+7
* bug 130747, update trust after login to catch user certs when token doesn't r...ian.mcgreer%sun.com2002-03-151-0/+1
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-141-0/+1
* Fix 129756: PK11_SetObjectNickname is broken.nicolson%netscape.com2002-03-121-5/+5
* bug 125808 :relyea%netscape.com2002-03-061-0/+7
* Fix token/cert interactions:relyea%netscape.com2002-03-041-0/+3
* modify last patch to only take effect if the slot certs are not publicly read...ian.mcgreer%sun.com2002-03-011-4/+5
* another fix for bug 125808, force update of cache after login/logoutian.mcgreer%sun.com2002-03-011-0/+10
* Changes to allow protected pin path to work in applications that code for it.relyea%netscape.com2002-02-261-1/+34