summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11cert.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-34/+34
* fixup commit for tag 'MOZILLA_1_7a_RELEASE'MOZILLA_1_7a_RELEASEcvs2hg2004-02-111-1/+4
* Bugzilla bug 228624: made PK11_ListCertsInSlot reach into the Stan layerwchang0222%aol.com2003-12-181-5/+31
* Detect empty emailAddr strings in CERTCertificate. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-2/+2
* Bugzilla bug 223624: fixed the compiler warning that case ecKey is notwchang0222%aol.com2003-11-011-2/+2
* ECC code landing.ian.mcgreer%sun.com2003-10-171-0/+16
* Fix for bug 141882 - convert email query keys to lowercase when searching . r...jpierre%netscape.com2003-09-301-12/+16
* Move a brace so vi will find the beginning of the function.nelsonb%netscape.com2003-09-271-1/+2
* The isOnList function is now unused.wtc%netscape.com2003-09-181-13/+0
* Fix for bug 215186 - add missing options to PK11_ListCerts . r=wtcjpierre%netscape.com2003-09-181-11/+10
|\
| * fixup commit for tag 'JSS_3_4_2_BETA1'JSS_3_4_2_BETA1cvs2hg2003-09-161-4191/+0
|/
* Bugzilla bug 217247: improved the memory leak fix for the appData nicknameswtc%netscape.com2003-09-121-13/+3
* Fix for bug 72291 . resolve memory leak on nicknames . r=relyeajpierre%netscape.com2003-09-051-2/+13
* Bugzilla bug 72291: have PK11_ListCerts return all the cert instances onwtc%netscape.com2003-08-251-6/+32
* Bug 211384: fixed the bug that importing a CRL that already exists in thewtc%netscape.com2003-07-081-2/+8
* Bug 194222: Removed SECMOD_CallOnce. It is replaced by the new NSPR 4.3wtc%netscape.com2003-02-201-58/+7
* Bug 145029: fixed compiler warnings (mostly "xxx might be usedwtc%netscape.com2003-01-171-1/+2
* Check for Empty CRL list as well.relyea%netscape.com2003-01-101-1/+4
* Bug 183612: SECMOD_InitCallOnce() and SECMOD_CleanupCallOnce() should bewtc%netscape.com2002-12-191-1/+1
* Bug 183612: renamed some new functions to be consistent with existingwtc%netscape.com2002-12-191-2/+3
* Need to test for null pointers before destroying the lock and conditionwtc%netscape.com2002-12-171-4/+8
* Bug 183612: added support for looking up a cert by subject key ID andwtc%netscape.com2002-12-171-36/+97
* 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