summaryrefslogtreecommitdiff
path: root/security/nss/lib/certhigh/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 811331 / Bug 360420, OCSP Stapling, TLS server side implementation; add a...kaie%kuix.de2013-02-151-1/+1
* Overlapping fixes for Bug 554369 and Bug 360420. OCSP caching fixes by Adam L...kaie%kuix.de2013-02-151-33/+152
* Bug 833857, fix ocspclnt crash regression, r=wtcNSS_3_14_2_BETA2kaie%kuix.de2013-01-231-1/+0
* Bug 820651: Declare functions that take no arguments with a void argumentwtc%google.com2012-12-121-6/+6
* Bug 811317: Make some small changes to the function prototypes of the newwtc%google.com2012-12-121-4/+4
* Bug 811317, Add code to create a signed OCSP response, r=rrelyeakaie%kuix.de2012-11-171-4/+4
* Bug 654611: Remove WinCE code from NSS. The patch is contributed bywtc%google.com2012-11-141-2/+2
* Bug 186619: fix compiler warnings by propagating 'const' to more functions.wtc%google.com2012-09-221-6/+6
* Bug 186619 - Export the remaining OCSP functions declared in ocsp.h, r=wtcemaldona%redhat.com2012-05-311-2/+2
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-36/+3
* Bug 697420: ocsp_GetResponseSignature should return NULL if the OCSPwtc%google.com2012-03-141-4/+4
* Bug 729377: SEC_RegisterDefaultHttpClient andwtc%google.com2012-02-221-3/+3
* Bug 676886, NSS' internal HTTP client should exclude :port for OCSP requests ...kaie%kuix.de2011-08-101-2/+8
* Bug 655411, signed/unsigned comparison in ocsp.c; risk of keeping monitor loc...kaie%kuix.de2011-07-131-4/+8
* Bug 469577, Coverity: uninitialized variable used in cert_ProcessOCSPResponsekaie%kuix.de2010-06-071-1/+1
* Bug 542538: Update the comments to use RFC 2560 language. Define a "valid"wtc%google.com2010-02-011-5/+14
* Bug 542538: Add the pwArg argument to CERT_CacheOCSPResponseFromSideChannel.wtc%google.com2010-02-011-4/+6
* Bug 542538: Add the CERT_CacheOCSPResponseFromSideChannel function forwtc%google.com2010-01-291-17/+152
* Bug 515279: Allow an old OCSP response with the "revoked" cert status.wtc%google.com2010-01-081-6/+33
* Bug 515279: In ocsp.c, pass the error code up to the caller ofwtc%google.com2009-12-181-0/+3
* Fix for bug 489694 . Fix logging in OCSP processing . r=nelsonjulien.pierre.boogz%sun.com2009-06-101-1/+1
* Bug 483168: Embed a list of default OCSP Responder URLs for certain CAsnelson%bolyard.com2009-03-211-2/+41
* Bug 479029: OCSP Response signature cert found invalid if issuer is trustednelson%bolyard.com2009-03-061-1/+1
* 205434 - Fully implement new libPKIX cert verification API from bug 294531. ...alexei.volkov.bugs%sun.com2008-10-311-11/+25
* Fix for bug 455556 . Fixed size buffers used with PR_FormatTime can be too sm...julien.pierre.boogz%sun.com2008-10-061-8/+10
* 408847 - pkix_OcspChecker_Check does not support specified responder (and giv...alexei.volkov.bugs%sun.com2008-07-081-1/+1
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-1/+1
* Bug 433594: Crash destroying OCSP Cert ID, r=julien.pierrenelson%bolyard.com2008-05-211-1/+2
* Fix for bug 434860 . Dead code in ocsp_CreateCertID . r=nelsonjulien.pierre.boogz%sun.com2008-05-201-4/+0
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-131-4/+21
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-081-7/+7
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-071-4/+4
* Bug 375019, Cache-enable pkix_OcspChecker_Checkkaie%kuix.de2008-02-061-38/+139
* 373367 - verify OCSP response signature in libpkix without decoding and reenc...alexei.volkov.bugs%sun.com2007-12-191-117/+144
* Bug 406120, Allow application to specify OCSP timeoutkaie%kuix.de2007-12-051-1/+13
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-32/+43
* Bug 391770, OCSP_Global.monitor is leaked on shutdownkaie%kuix.de2007-10-041-1/+13
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-251-3/+9
* 381317: Unauthorized OCSP response error. r=nelson, sr=julienalexei.volkov.bugs%sun.com2007-05-251-3/+3
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-04-171-108/+139
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-03-231-153/+1135
* bug 205406kaie%kuix.de2007-03-231-1136/+153
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-03-231-153/+1136
* 338986 - Unauthorized OCSP response error from user's default OCSP responder....alexei.volkov.bugs%sun.com2007-03-011-296/+394
* wrong place for assertions committed in previous revision. fixed now.alexei.volkov.bugs%sun.com2007-01-171-2/+3
* This patch incorporates additional suggestions to 342461 fix from Wan-Teh rev...alexei.volkov.bugs%sun.com2007-01-091-2/+12
* 342461 - verify signature on an OCSP response without intermediate decoding a...alexei.volkov.bugs%sun.com2007-01-041-16/+13
* Bugzilla Bug 357197: a small but subtle change to reject a hash algorithmwtchang%redhat.com2006-12-081-24/+29
* Bugzilla Bug 357197: when we compare hash algorithm identifiers, allow thewtchang%redhat.com2006-12-061-2/+8
* Bugzilla Bug 357197: fixed the fallthrough case in ocsp_CertIDsMatch. Thewtchang%redhat.com2006-11-131-10/+2