summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11cert.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ12_N8_BRANCH'ANGELON_MOZ12_N8_BASEcvs2hg2003-06-131-36/+102
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+7
* bug 177366, clean up refcountingian.mcgreer%sun.com2002-11-061-1/+6
* Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRLrelyea%netscape.com2002-10-101-1/+9
* Fix for 167615 - fix for crash with bad CRLs from token. Also fix error handlingjpierre%netscape.com2002-09-281-12/+20
* bug 171198, leak moving temp cert to perm; add force parameterian.mcgreer%sun.com2002-09-271-1/+1
* Fix for 167615 - don't crash if a token returns a NULL CRL objectjpierre%netscape.com2002-09-261-2/+5
* Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.wtc%netscape.com2002-09-231-1/+2
* Fix indentationjpierre%netscape.com2002-09-171-1/+1
* Fix UMC in Purifyjpierre%netscape.com2002-09-161-0/+1
* Add assertion to help debugging CRL crashjpierre%netscape.com2002-09-141-0/+1
* Bug 127886: added the new function PK11_ImportDERCert.wtc%netscape.com2002-09-071-0/+15
* Bug 166893: copy the DER cert when importing the certificaterelyea%netscape.com2002-09-061-0/+4090
|\
* | fixup commit for tag 'NSS_ZLIB_1_1_4_BASE'NSS_ZLIB_1_1_4_BASEcvs2hg2002-09-061-4090/+0
|/
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-2/+2
* Check the cert validity only if we actually found a cert.relyea%netscape.com2002-08-301-11/+12
* When looking for a recipient match, reject non-user certs.relyea%netscape.com2002-08-291-0/+11
* Bug 164690. Fix missing break;relyea%netscape.com2002-08-261-0/+1
* bug 161552: Make the recipient list traversal functions call the internalrelyea%netscape.com2002-08-141-142/+140
* Don't crash if we try to read a nickname that has an invalid cert with it.relyea%netscape.com2002-08-011-1/+3
* Checking in riceman+bmo@mail.rit.edu's patch for bug 133702bishakhabanerjee%netscape.com2002-07-301-0/+1
* return certs in sorted order.relyea%netscape.com2002-07-231-1/+3
* 158005 - add new CRL decode and import functions . Benefits are :jpierre%netscape.com2002-07-191-1/+66
* Bug 157750: handle the possibility that some certs do not have a label.wtc%netscape.com2002-07-161-2/+2
* Don't crash if a pkcs #11 device gives us an invalid CRL (or even a valid CRL...relyea%netscape.com2002-07-101-0/+3
* 1) fix return type warning in pk11ListCertsCallback.relyea%netscape.com2002-07-091-7/+7
* More performance improvements in listing certs:relyea%netscape.com2002-07-021-46/+24
* Don't decode or extract trust for certs if we are just getting the nicknames ...relyea%netscape.com2002-06-241-1/+1
* Update cert handle on token insertion/removal.relyea%netscape.com2002-06-131-1/+6
* bug 144309, return value of STAN_GetCERTCertificate not checkedian.mcgreer%sun.com2002-05-201-1/+5
* Bugzilla bug 135058: free nickCopy on error returns inwtc%netscape.com2002-05-091-0/+3
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-071-0/+12
* bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, m...ian.mcgreer%sun.com2002-05-021-43/+51
* This is a real corner case. If a search is done by issuer/serial, and the re...ian.mcgreer%sun.com2002-04-241-0/+6
* Authenticate to tokens before looking up user certs.relyea%netscape.com2002-04-241-0/+4
* Token and cert processing fixes:relyea%netscape.com2002-04-221-3/+20
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-221-0/+1
* Only fall back to email search if the "nickname" has an @ character. This is...ian.mcgreer%sun.com2002-04-191-1/+3
* catch non-present tokens before searching themian.mcgreer%sun.com2002-04-181-1/+10
* landing new smart card cache, bug 135429ian.mcgreer%sun.com2002-04-181-268/+284
* Bugzilla bug 133584: PK11_SaveSMimeProfile also needs to free free_slot ifwtc%netscape.com2002-04-161-0/+3
* bug 135521, change cert lookups on tokens to be actual finds instead of trave...ian.mcgreer%sun.com2002-04-151-297/+222
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-3/+6
* Don't include the public key on a list if it doesn't exist.relyea%netscape.com2002-04-041-3/+4
* Cache whether there are no CRL's and Trust objects on removable HW tokensrelyea%netscape.com2002-03-071-0/+7
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-071-2/+3
* bug 125808 :relyea%netscape.com2002-03-061-1/+4
* Don't go searching for the matching certs if they weren't on the token therelyea%netscape.com2002-03-011-13/+2
* bug 125808, refresh trust and slot pointers of cert after token removal/inser...ian.mcgreer%sun.com2002-02-281-27/+21
* bug 125808, smart card cache fixesian.mcgreer%sun.com2002-02-271-8/+18