Confirmed users, Administrators
5,526
edits
| Line 85: | Line 85: | ||
* Process Change: Update the [https://wiki.mozilla.org/CA:Information_checklist Root Inclusion Checklist] to provide information about how to manually test CRLs in NSS using [https://developer.mozilla.org/en-US/docs/NSS/tools/NSS_Tools_crlutil crlutil]. | * Process Change: Update the [https://wiki.mozilla.org/CA:Information_checklist Root Inclusion Checklist] to provide information about how to manually test CRLs in NSS using [https://developer.mozilla.org/en-US/docs/NSS/tools/NSS_Tools_crlutil crlutil]. | ||
=== OCSP GET === | |||
Change OCSP client code to try HTTP GET first, and fall back to POST in case GET fails. GET has the advantage that it can be cached by an ordinary caching HTTP server. It is also possible for an OCSP responder to redirect a GET request, but not a POST request. | |||
* Release: NSS 3.15.4, Firefox ??? | |||
* Discussion: ''Link to Discussion Thread'' | |||
* Code Change: {{Bug|436414}}, {{Bug|871954}} | |||
* Dependencies: None | |||
* Policy Change: None | |||
* Process Change: None | |||
=== ''Change Name'' === | === ''Change Name'' === | ||