Hi,

While looking at ClientHellos from various modern TLS implementations, we 
noticed that WolfSSL by default includes the following code points:

    WOLFSSL_SECP256R1MLKEM512     = 12107,
    WOLFSSL_SECP384R1MLKEM768     = 12108,
    WOLFSSL_SECP521R1MLKEM1024    = 12109,
    WOLFSSL_X25519MLKEM512        = 12214,
    WOLFSSL_X448MLKEM768          = 12215,

These are in the "specification required" range. My understanding is that they 
should have used the "Reserved for Private Use" range or registered the code 
points (which is trivial to do by sending an email referencing a public GitHub 
repository).

Cheers,
John

_______________________________________________
TLS mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to