Hugo Landau

Results 63 issues of Hugo Landau

This is a successor to #18864 which includes only the parts which are for current implementation in the OpenSSL codebase and for which there appears to be broad consensus. My...

branch: master
approval: ready to merge
triaged: design

This is a total refactor of the previous QUIC CSM PR to properly separate the CSM core and the front-end I/O API parts. This will aid implementation of the internal...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
severity: fips change
tests: deferred

This augments the QUIC CSM PR with basic server support for test purposes. This test server code is incomplete because it does not implement address validation, anti-amplification logic or retry,...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
severity: fips change

This document, rather needed and until now missing, sets out our overall approach to the QUIC-related API effort. It both discusses evolution and semantics of existing APIs and what new...

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

This document describes the chosen internal I/O architecture for our QUIC implementation and the underlying motivations. Feedback welcomed. See also #19769.

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

I'm not exactly happy about any of these options, but I'm leaning towards option 2 here.

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

This adds locking to various global OSSL_STACK instances which are used unsafely with sk_find (and really, probably in a quite non-thread-safe way in general). This may be too conservative from...

branch: master
approval: review pending
approval: otc review pending
triaged: bug
hold: need otc decision
severity: fips change

Allow implicit calling of `SSL_handle_events` ("autotick") to be turned off. - QUIC: Add docs for SSL_VALUE_EVENT_HANDLING_MODE - QUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODE - QUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLING_MODE -...

branch: master
approval: ready to merge
triaged: feature
tests: present

Since applications are liable to rely on QUIC transport error codes we should make our definitions for these public and document them. Document what value is returned in the event...

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

We don't seem to be CI testing our EBCDIC support. We probably should be.

branch: master
help wanted
triaged: feature