Biagio Festa

Results 20 issues of Biagio Festa

From [RFC 9000#7.3](https://datatracker.ietf.org/doc/html/rfc9000#section-7.3), the scenario is: ``` Client Server Initial: DCID=S1, SCID=C1 ->

Logic for handling peer-initiated key update requests, as described in [RFC-9001#6](https://datatracker.ietf.org/doc/html/rfc9001#section-6). In short, this includes the logic for handling key-update requested by peers. It does not include logic for initiating...

If I am not missing something, it seems *quiche* does not implement "Key Update". https://datatracker.ietf.org/doc/html/rfc9001#section-6 --- If a peer initiates a key update setting the Key Phase bit, I am...

Using `cl-lib` instead of `cl`. * `origami.el` already uses `cl-lib`. * `emacs-27` marked `cl` package as *deprecated*.

quiche now imports [boring crate version 3](https://github.com/cloudflare/quiche/blob/master/quiche/Cargo.toml#L65); the latter depends on a different commit for the `boringssl` (C library): https://github.com/cloudflare/boring/tree/v3.0.3/boring-sys/deps shouldn't quiche rely on the same commit for the C...

`rustls` framework changed with many breaking changes. - [x] ~For now this is blocked as `quinn` (as first layer dep) needs to integrate the new rustls: https://github.com/quinn-rs/quinn/pull/1715~

enhancement
dependencies

Implement settings validation for both side, server and client. However, draft versions changed IANA settings code. Chrome seems to be support the old draft

feature

I am wondering if it mighty worth it to have a future to await the draining of the connection (if such possibility does not exist yet). The scenario is the...