Hugo Landau

Results 328 comments of Hugo Landau

## Option 1: Use our own error codes I was thinking about this yesterday. It does seem like it would be better in principle to use our own error codes....

@beldmit Yes, this will be supported via BIO_ERR_to_socket_error. @mattcaswell Most of the BIO calls read or write state on the BIO so are incompatible with our objectives of supporting concurrent...

New update. Trying to avoid overkill and reinventing our existing error code infrastructure.

Ping? This is holding a lot up now. @mattcaswell

Updated: - There is now a `BIO_R_NON_FATAL` which non-syscall-based BIOs can use to indicate a non-fatal condition in a way which does not depend on system error codes. - The...

My very rough take would be: - STREAM and ACK frames should be built by the TXP because these must be generated dynamically according to available packet space. - CRYPTO...

Just a heads up, https://github.com/openssl/openssl/pull/18949 now has the TX record layer API and implementation.

Always glad to see people working on improving POWER support. You will need to sign a CLA (once this is no longer a draft): https://www.openssl.org/policies/cla.html