baf66ff56e
* Apply URL encoding/unencoding to OCSP Get requests - Missed this during development and sadly the unit tests were written at a level that did not expose this issue originally, there are certain combinations of issuer cert + serial that lead to base64 data containing a '/' which will lead to the OCSP handler not getting the full parameter. - Do as the spec says, this should be treated as url-encoded data. * Add cl * Add higher level PKI OCSP GET/POST tests * Rename PKI ocsp files to path_ocsp to follow naming conventions * make fmt
4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
```release-note:bug
|
|
secrets/pki: OCSP GET request parameter was not being URL unescaped before processing.
|
|
```
|