Hugo Landau

Results 63 issues of Hugo Landau

:tada: This is the initial implementation of the ACK Manager for OpenSSL's QUIC support, with supporting design documentation and tests. Because the ACK Manager also depends on the Statistics Manager,...

branch: master
approval: review pending
triaged: feature

To make merging this easier, as a first step I've separated out the API into a separate PR. There are no implementations provided here, though a third party could do...

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

Here we go. RX only for now aside from some small currently-vestigial pieces of TX functionality. Key update is mandatory AIUI but involves interaction between the TX/RX pieces so the...

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

:tada: This is based on my sendmmsg/recvmmsg branch since it's dependent on that. Supports multithreaded use.

approval: done
branch: master
triaged: feature
severity: fips change

Flags like `BIO_DONTWAIT` ended up getting dropped because Windows can't support it. There is a new API which must be used to enable local address specification/detection explicitly. Some previous discussion...

branch: master
triaged: feature
severity: fips change

Feedback welcomed. @mattcaswell

branch: master
approval: review pending
triaged: design

Note: My work on the QUIC record layer RX side ended up implementing 90% of the moving parts needed for a DEMUX out of necessity, and at that point it...

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

Using the following in the playground leads to an inaccurate parse: ```c int f(void) { return a *= b != c ? d : e; } ``` This parses as...

Issue created at the request of Indolering. Probably the first step which should be taken in the deployment of Namecoin lightweight resolvers is to spec and, with the release of...