Hugo Landau

Results 63 issues of Hugo Landau

Work on the https://github.com/openssl/project/issues/418 Polling Lite implementation led to some more detailed thought on how event types need to be defined.

branch: master
approval: review pending
triaged: design
tests: exempted

In which I try to do FIPS things. I'm mostly braindumping this because my brain generated it automatically, and I thought it was good enough to serve as a starting...

branch: master
approval: review pending
approval: otc review pending
triaged: design
tests: exempted

Fixes https://github.com/openssl/project/issues/411 Note: This is built on top of the explicit event handling PR, so only the top two commits belong to this PR.

branch: master
approval: review pending
approval: otc review pending
triaged: feature
tests: present

@icing reported a minor issue with the pkgconfig files here: https://github.com/openssl/openssl/discussions/23339#discussioncomment-8452836 >fyi: had some trouble building, since openssl puts the wrong libdir in the pkgconfig files (just the top level...

triaged: bug

OpenSSL's TLS stack does not perform automatic key update (TLS 1.3) or renegotiation (TLS 1.2 and earlier) when an AEAD limit is approached. Moreover, we do not do any kind...

triaged: bug

branch: master
approval: review pending
triaged: feature
tests: present

Similarly to the ALPN string issue, we define the `CONNECTION_CLOSE` reason string here as text: https://github.com/quicwg/qlog/blob/57b679678b44d80234a0e10a08e53fe5ef9e7532/draft-ietf-quic-qlog-quic-events.md?plain=1#L313 The problem here is that RFC 9000 only says the reason string SHOULD be...

Various people have asked me about: - BCM5720 support - Support for the BCM5720 host-to-BMC feature - BCM5721 support No idea of @meklort's view but I just wanted to note...

Status: In progress — debug and test. Not for review yet unless people are interested. Just putting this up for now as a preview of how the solution is going...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
tests: present

Currently we support the keylog format with an API, and the keylog format is [now under standardization](https://datatracker.ietf.org/doc/html/draft-thomson-tls-keylogfile-01)). Some implementations allow this to be enabled at runtime using the `SSLKEYLOGFILE` environment...

triaged: feature