summaryrefslogtreecommitdiff
path: root/security/nss/lib/dev
Commit message (Expand)AuthorAgeFilesLines
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+1
* bug 166741, unitialized variablesian.mcgreer%sun.com2002-09-051-3/+2
* Implement the CRL cache . Bug 149854jpierre%netscape.com2002-08-303-1/+22
* close hole in trust lookups.relyea%netscape.com2002-08-272-1/+4
* bug 161552: Make the recipient list traversal functions call the internalrelyea%netscape.com2002-08-141-3/+16
* Handle the switch from the static buffer to the realloc buffer.relyea%netscape.com2002-08-091-4/+9
* remove unreferenced Variable.relyea%netscape.com2002-08-091-2/+0
* treat lastTime of 0 as never having checked (not within the interval).relyea%netscape.com2002-07-091-1/+2
* More performance improvements in listing certs:relyea%netscape.com2002-07-021-21/+13
* Fix solaris compiler error/warning. Fix prototype to return correct value (PR...relyea%netscape.com2002-06-241-1/+1
* Don't decode or extract trust for certs if we are just getting the nicknames ...relyea%netscape.com2002-06-243-1/+33
* Reset the cert cache and clobber cert handles on token insertion an removalrelyea%netscape.com2002-06-131-0/+6
* Fix spelling error.relyea%netscape.com2002-05-212-2/+2
* Fix for bug 137645 - cached certificate does not get its nickname updated aft...jpierre%netscape.com2002-05-203-7/+7
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-072-1/+6
* bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites wit...ian.mcgreer%sun.com2002-05-071-1/+4
* When doing cert traversals, create the certs in full as they are found. This...ian.mcgreer%sun.com2002-04-262-0/+120
* fix broken HPUX buildsian.mcgreer%sun.com2002-04-261-2/+2
* if a cert already exists, use C_SetAttributeValue to change its mutable attri...ian.mcgreer%sun.com2002-04-251-2/+40
* reorganize token cache so that cache entries for imported objects are created...ian.mcgreer%sun.com2002-04-251-160/+200
* Don't set the Token value before fetching CRL attributes. This code is fetchingrelyea%netscape.com2002-04-251-1/+1
* Don't crash if our cache entry is not found.relyea%netscape.com2002-04-251-1/+2
* Look up both DER encoded serial numbers (PKCS #11 spec), and decode serialrelyea%netscape.com2002-04-241-1/+67
|\
| * fixup commit for tag 'MSS_MULTIACCESS_DB_TAG'MSS_MULTIACCESS_DB_TAGcvs2hg2002-04-2415-7261/+0
|/
* fix shutdown leaksian.mcgreer%sun.com2002-04-232-2/+4
* Token and cert processing fixes:relyea%netscape.com2002-04-224-1/+35
* file is no longer part of build (functionality in devtoken.c)ian.mcgreer%sun.com2002-04-221-1139/+0
* overwrite old entry during import, so that changing trust works correctlyian.mcgreer%sun.com2002-04-221-6/+22
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-222-4/+3
* re-sync the trust domain cache with token insertion/removalian.mcgreer%sun.com2002-04-192-0/+13
* * make sure the token cache returns failure in overflow caseian.mcgreer%sun.com2002-04-191-3/+4
* improve synchronization between the token state and token cache operationsian.mcgreer%sun.com2002-04-191-10/+38
* Fixes for smart card cache. Don't do cache searches by email address, since ...ian.mcgreer%sun.com2002-04-193-18/+32
* Don't crash if we try to get the name of a non-existant token.relyea%netscape.com2002-04-181-0/+3
* landing new smart card cache, bug 135429ian.mcgreer%sun.com2002-04-1810-156/+1006
* bug 63815, AIX compiler fails to build ckhelper.c in debug modeian.mcgreer%sun.com2002-04-151-0/+13
* fix bbroken solaris x86 buildian.mcgreer%sun.com2002-04-151-1/+1
* bug 135521, change cert lookups on tokens to be actual finds instead of trave...ian.mcgreer%sun.com2002-04-157-124/+158
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-1/+6
* Handle yet another PKCS #11 device which has non-standard behavior, but is we...relyea%netscape.com2002-04-091-1/+3
* fix broken 64-bit platformsian.mcgreer%sun.com2002-04-051-0/+5
* Land Stan changes to tip. Mostly header file / structure / API cleanup. Noteian.mcgreer%sun.com2002-04-0413-767/+4112
* merge branch fix for bug 115954 to tipian.mcgreer%sun.com2002-04-031-0/+9
* handle older tokens that do not handle GetAttributes correctly.relyea%netscape.com2002-03-151-0/+13
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-141-1/+1
* Cache whether there are no CRL's and Trust objects on removable HW tokensrelyea%netscape.com2002-03-074-0/+106
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-073-5/+15
* bug 125808 :relyea%netscape.com2002-03-061-0/+6
* Fix token/cert interactions:relyea%netscape.com2002-03-041-1/+3
* IMPLEMENT-->EXTERN for header fileian.mcgreer%sun.com2002-03-041-1/+1