summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb/crl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leak in CRL cachejpierre%netscape.com2002-09-181-0/+5
* Fix for 167856 - memory leaks in CRL cachejpierre%netscape.com2002-09-111-14/+25
* Fix for 167849 - copy DER subject before adding an issuer to the hash table i...jpierre%netscape.com2002-09-111-8/+10
* Fix for 167649 - invalidate CRL cache when new CRL object is imported into a ...jpierre%netscape.com2002-09-101-28/+157
* Bug 166933: fixed build breakage on the Mac.wtc%netscape.com2002-09-061-3/+3
* Fix for 162983 - consider all certs revoked if there is a bad CRL in the cachejpierre%netscape.com2002-09-061-0/+7
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-4/+0
* Fixed unresolved symbol DPCache_Refresh, which I believe is a misspellingwtc%netscape.com2002-09-051-1/+1
* Fix for 166714 - make SEC_FindCrlByName use the CRL cachejpierre%netscape.com2002-09-051-337/+465
* Implement the CRL cache . Bug 149854jpierre%netscape.com2002-08-301-19/+938
* Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl...jpierre%netscape.com2002-08-241-1/+1
* Stop referencing deleted quickder.h headerjpierre%netscape.com2002-08-081-1/+0
* Implement partial CRL decoding. Fix for 149816. r=wtc . Uses new quick DER de...jpierre%netscape.com2002-08-071-3/+104
* 158005 - add new CRL decode and import functions . Benefits are :jpierre%netscape.com2002-07-191-38/+32
* Fix for 156802 - remove improper check in CRL decodingjpierre%netscape.com2002-07-191-4/+0
* Don't crash if url is specified, but the crl is brokenrelyea%netscape.com2002-05-211-1/+3
* Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' fieldwtc%netscape.com2002-03-151-0/+2
* CRL issues: 1) return url when finding and importing CRL's.relyea%netscape.com2002-02-261-1/+9
* restore checks for critical extenstions and fail if we have any we don'trelyea%netscape.com2002-01-311-12/+1
* Keep a copy of the DER Crl.relyea%netscape.com2002-01-111-0/+22
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-1/+1
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-0/+218
* remove bogus check for CRLsrelyea%netscape.com2001-05-071-0/+3
* MSVC won't let you initialize a pointer in a data structure with thenelsonb%netscape.com2001-01-071-0/+8
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+387