You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am testing CMP feature indirect POP rfc4210bis, section 5.2.8.3.2 using OpenSSL client.
But as of now, only 3 KDF algorithms can be used as it is hardcoded.
bc-java/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/util/WrapUtil.java
Line 106 in f4ba48a
We were able to successfully do the interop test using the SHAKE256 as KDF.
It would be better if it can be extended to use HKDF and KMAC as specified in draft https://datatracker.ietf.org/doc/draft-ietf-lamps-cms-kyber/04/.
Beta Was this translation helpful? Give feedback.
All reactions