[jdk21u-dev] RFR: 8328638: Fallback option for POST-only OCSP requests
Sergey Bylokhov
serb at openjdk.org
Tue Apr 2 20:03:19 UTC 2024
On Wed, 27 Mar 2024 15:28:36 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Improves JDK OCSP compatibility with some real world OCSP responders. Starts to be a problem since JDK 17 introduced GET OCSP requests. The default behavior is not changed.
>
> The backports are almost clean, I just had to add the import for `Locale` in one of the files. It is added in mainline by [JDK-8312443](https://bugs.openjdk.org/browse/JDK-8312443), which I do not want to backport at the moment, as it changes existing security code.
>
> Additional testing:
> - [x] `jdk_security` pass, including new test cases
Marked as reviewed by serb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u-dev/pull/413#pullrequestreview-1974918144
More information about the jdk-updates-dev
mailing list