RFR: 8325448: Hybrid Public Key Encryption [v23]
Artur Barashev
abarashev at openjdk.org
Tue Aug 12 19:20:15 UTC 2025
On Tue, 12 Aug 2025 18:48:21 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> finetune the spec
>
> test/jdk/com/sun/crypto/provider/Cipher/HPKE/KAT9180.java line 54:
>
>> 52: /// provided via a local path with
>> 53: /// ```
>> 54: /// jtreg -Djdk.test.lib.artifacts.rfc9180-test-vectors=<local-json-file> KAT9180.java
>
> I followed this instruction and ran the test with the local JSON file. Got a compilation error:
>
> symbol: class HPKEParameterSpec
> location: package javax.crypto.spec
> /Users/abarashe/src/jdk-closed-review/open/test/jdk/com/sun/crypto/provider/Cipher/HPKE/KAT9180.java:86: error: cannot find symbol
> var spec = HPKEParameterSpec.of(kem_id, kdf_id, aead_id).info(info);
> ^
> symbol: variable HPKEParameterSpec
> location: class KAT9180
> 2 errors
> result: Failed. Compilation failed: Compilation failed
Nevermind that, wrong JAVA_HOME env variable was set.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18411#discussion_r2270928218
More information about the security-dev
mailing list