[jdk11u-dev] RFR: 8179503: Java should support GET OCSP calls
Alexey Pavlyutkin
duke at openjdk.org
Tue Oct 17 05:46:32 UTC 2023
On Wed, 31 May 2023 09:13:24 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:
> Hi, here is backport of [JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503) that adds support of GET OCSP calls for parity with Oracle: in spite of the fact that JBS issue is not labelled with any Oracle release, this one is mandatory for [JDK-8274471](https://bugs.openjdk.org/browse/JDK-8274471) released to 11.0.18-oracle
>
> Original patch applied with the only change
>
> **`src/java.base/share/classes/sun/security/provider/certpath/OCSP.java`**
> - resolved baseline conflict related to revokation checking
>
> Verification (amd64/20.04): newly added `test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java`
> Regression (amd64/20.04): `jdk_security`
>
> @TheRealMDoerr I raised this one instead of already reviewed https://github.com/openjdk/jdk11u-dev/pull/847. Please check it out
I do not observe the problem
Creating jdk image
Stopping sjavac server
Finished building target 'images' in configuration 'linux-x86_64-normal-server-release'
alex at alex-vbox:~/jdk11u-dev$ git status
On branch 8274471_
Your branch is up to date with 'origin/8274471_'.
nothing to commit, working tree clean
alex at alex-vbox:~/jdk11u-dev$ git log
commit 6192658292ae314236fcd63591438f8b5ed17db0 (HEAD -> 8274471_, origin/8274471_)
Author: Alexey Pavlyutkin <apavlyutkin at azul.com>
Date: Wed May 31 13:46:34 2023 +0300
Backport f63c4a832a1aea451f47aaf86d5361e970c6a28f
commit 2355e23d467afc603867d87c8820149d20727c46 (origin/8179503_, 8179503_)
Author: Alexey Pavlyutkin <apavlyutkin at azul.com>
Date: Wed May 31 12:04:56 2023 +0300
Backport f5ee356540d7aa4a7663c0d5d74f5fdb0726b426
commit b2faa3567e3b934689845025333c41bcbfe18b1e (origin/master, origin/HEAD, master)
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: Tue May 30 16:40:22 2023 +0000
8309108: Bump update version for OpenJDK: jdk-11.0.21
Reviewed-by: mdoerr
It looks like for some reason your nigthbuild didn't incorporate all the changes
https://github.com/openjdk/jdk11u-dev/pull/1918/files#diff-bfcfa1bb8e1022116232bea13c3b15a51955d853a5a06c2b8fd5b264a07e8d6dL294
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1917#issuecomment-1765707311
More information about the jdk-updates-dev
mailing list