Weijun Wang
Weijun Wang
I haven't started JDK-8325548 yet since it requires KDF. Also, I was thinking to get some consensus here on the format of the APIs first and then write the CSR.
As for the cart and horse order, I think you're right. Maybe I should do this in 2 steps: 1. Basic HPKE as a cipher. 2. Introduce `Cipher::exportKey` API and...
I don't think KDF API is needed for a user of HPKE. They do need to choose a KDF identifier at initialization but it's just a number. I actually have...
Does this mean the `parameters` argument in the `SSLSimpleFormatter::format` method is always empty? And then all those `messageCompactFormatWithParas` and `messageFormatWithParas` are useless?
Since you effectively combine the message and the extra objects, the "expand" style of log is modified, from ``` "message" : "Produced ClientHello handshake message", "specifics" : [ ... ]...
The one line change in `Subject.java` is fine. /label remove security
Can you please support the read-public-key-from-pkcs8 feature in `NamedKeyFactory::engineGeneratePublic` method? It could be something like ``` } else if (keySpec instanceof PKCS8EncodedKeySpec p8spec) { try { var p8key = new...