summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb/crl.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-3373/+0
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-35/+3
* Bug 668397: remove support for Fortezza certificates and keys fromwtc%google.com2011-07-241-71/+12
* Bug 562544: Remove dead code in lib/certdb/crl.c. r=rrelyea.wtc%google.com2010-05-211-92/+0
* Bug 562542: An invalid CRL should not cause all certificates issued by thatwtc%google.com2010-05-201-10/+6
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-031-2/+2
* Fix for bug 506635 . Switch to pre-allocating data buffer in arena. r=nelsonjulien.pierre.boogz%sun.com2009-08-101-29/+19
* Fix for bug 492385 . Stop crash freeing named CRL entry on shudown. r=nelsonjulien.pierre.boogz%sun.com2009-05-131-0/+9
* Fix for bug 321755. Plug leak. r=nelsonjulien.pierre.boogz%sun.com2009-04-211-2/+1
* Bug 321755 - fix a locking bug in crl.c r=alexeinelson%bolyard.com2009-04-201-8/+15
* 321755 - (CRLDP) implement crlDistributionPoint extension in libPKIX. Patch ...alexei.volkov.bugs%sun.com2009-04-181-30/+81
* Fix for bug 321755 . Changes in CRL cache to implement CRL DP. Work in progre...julien.pierre.boogz%sun.com2009-04-171-45/+421
* Bug 371522: Auto-Update of CRLs stops after first update, r=julien.pierrenelson%bolyard.com2009-02-051-1/+5
* 461547 - delay child certificate signature check until after trusted anchor ...alexei.volkov.bugs%sun.com2009-01-301-1/+1
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-10-311-5/+1
* Fix for bug 391721 . GetBestCRL does not set error code when CRL is not found...julien.pierre.boogz%sun.com2008-03-251-0/+2
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-081-2/+2
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-26/+36
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-251-39/+133
* When storing new CRL, Find old CRL and if it can be decoded, delete it.nelson%bolyard.com2007-01-051-26/+28
* Fix for bug 352041 . oom in CERT_DecodeDERCrlWithFlags . r=alexei,nelsonjulien.pierre.bugs%sun.com2006-09-111-3/+7
* Fix for bug 178894 . Quick decoder updates for lib/certdb and lib/certhigh . ...julien.pierre.bugs%sun.com2006-08-071-10/+19
* Fix for bug 336477 . Fix for CERT_UncacheCRL error checking. r=nelsonjulien.pierre.bugs%sun.com2006-05-311-11/+13
* Plug leak. Free cache. Coverity bug 338201. r=alexei.volkovnelson%bolyard.com2006-05-181-1/+1
* Fix for bug 336477. Memory leak in CERT_UncacheCRL . r=nelsonjulien.pierre.bugs%sun.com2006-05-131-0/+2
* Fix for 290121. Replace PRIntervalTime with PRTime when checking for the need...julien.pierre.bugs%sun.com2005-04-171-19/+13
* Fix for 290121 - always fill the CRL cache on first entry, to fix AIX problem...julien.pierre.bugs%sun.com2005-04-131-5/+8
* Fix for bug 265003: Add CRL generation to crlutil. Reviewed JP+alexei.volkov.bugs%sun.com2005-04-121-5/+11
* Fix crash in CRL sorting callbacks from qsort.julien.pierre.bugs%sun.com2005-03-031-4/+4
* Move static functions out of certi.h header file and into crl.c source file, ...julien.pierre.bugs%sun.com2005-02-251-0/+66
* Fix compiler warnings under Linuxjulien.pierre.bugs%sun.com2005-02-241-3/+0
* Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil...julien.pierre.bugs%sun.com2005-02-151-453/+1407
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Fix for bug 233605 . Check CRL entry extensions after partial decoding. Also ...jpierre%netscape.com2004-02-111-59/+87
* Fix for 233118 . additional check for CRL signing usage. r=nelsonbjpierre%netscape.com2004-02-111-1/+1
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-071-0/+1952
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-071-1952/+0
|/
* Initialize crlHandle . r=wtcjpierre%netscape.com2003-10-251-1/+1
* Fix for bug 143334 : add support for GeneralizedTime in certificates and CRLs...jpierre%netscape.com2003-09-191-14/+16
* Fix for 216701 - verify CRLs with cert verification date rather than CRL last...jpierre%netscape.com2003-08-301-15/+19
* Fix for 214201. remove unused variablejpierre%netscape.com2003-08-271-1/+0
* Bug 211384: fixed the bug that importing a CRL that already exists in thewtc%netscape.com2003-07-081-5/+2
* Bug 162976. Make CRL updates 'atomic' . Insert new CRL before deleting therelyea%netscape.com2003-03-041-3/+8
* Fix for bug 180894 - don't assert in ShutdownCRLCache()jpierre%netscape.com2002-11-191-2/+0
* Patch for 180228 - export CRL cache flush API . r=wtcjpierre%netscape.com2002-11-151-4/+4
* Fix for 177798 . Improve handling of initialization / shutdown of the CRL cac...jpierre%netscape.com2002-11-071-4/+22
* Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/restartjpierre%netscape.com2002-11-021-0/+2
* Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix ...jpierre%netscape.com2002-10-301-43/+36
* Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRLrelyea%netscape.com2002-10-101-0/+8
* Bug 169790: renamed CERT_DecodeDERCrlEx to CERT_DecodeDERCrlWithFlags.wtc%netscape.com2002-09-231-4/+4