change to the current bug id

This commit is contained in:
Weijun Wang 2026-03-26 20:29:52 -04:00
parent 04e017820f
commit 9b94412c03
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ import static javax.crypto.spec.HPKEParameterSpec.KEM_DHKEM_X25519_HKDF_SHA256;
/*
* @test
* @bug 8325448 8379541
* @bug 8325448 8325513
* @library /test/lib
* @summary HPKE compliance test
*/

View File

@ -46,7 +46,7 @@ import static javax.crypto.spec.HPKEParameterSpec.KEM_DHKEM_X448_HKDF_SHA512;
/*
* @test
* @bug 8325448 8379541
* @bug 8325448 8325513
* @library /test/lib
* @summary HPKE running with different keys
*/

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 8325448 8379541
* @bug 8325448 8325513
* @summary KAT inside RFC 9180
* @library /test/lib
* @modules java.base/com.sun.crypto.provider