Hugo Landau

Results 328 comments of Hugo Landau

Rebased on top of @paulidale's OSSL_TIME changes and updated accordingly.

Not sure what's going on with a/ub/msan. I can't replicate it on my machine with either clang or GCC sanitizers, and the error reported isn't even a sanitizer error... the...

I've looked at the use of OSSL_RECORD_METHOD by TLS and KTLS... IMO it's going to be premature to do something like this for now, especially since the KTLS interface for...

The test issue was caused by random test ordering. Fixed.

Updated, refactored. The other KDF function is similar to `tls13_generate_secret` but not a match. It doesn't use the same label found in that function, and uses HKDF instead of `TLS1_3_KDF`....

Updated: - Adds TX side. - The QRL has been split into independent RX (QRX) and TX (QTX) objects as I'm now satisfied they can be separated reasonably cleanly. -...