Re: HPKE ready for Merge!

2024-02-01 Thread Norbert Pócs
Hi, The MR is still in a draft phase if I remember correctly. The last modifications were not yet reviewed by Niels; When would you Niels have time to look into it? I would like to finish it up. Congratulations on implementing ClientHello in GnuTLS! [0] [0] - https://gitlab.com/gnutls/gnutls/-/

Re: Add RSA-OAEP encryption/decryption to Nettle

2024-02-01 Thread Niels Möller
Daiki Ueno writes: > Added `mark_bytes_undefined (1, &ciphertext[key->size]);` to the test > cases doing encryption. I'm afraid that isn't right. For one, mark_bytes_undefined is conditioned so it only has any effect when running the sc tests. Second, it will not produce any warnings for writes,