Filippo Valsorda
Filippo Valsorda
Yeah I can make that, thank you. Do we need to do something (like join the WG) to join?
@jedisct1 ah, only saw the form now, just filled it, will join if a chair catches it :)
> And there are experts that advice the opposite: make the handshake totally scriptable by an admin: https://twitter.com/sleevi_/status/1368956254895435778. I don't think @sleevi is saying you should make more things configurable....
> Besides certain business sectors with legal requirements, there is the practical issue for some that they need to traverse ssl fingerprinting gateways. They are looking for ways to appear...
As I said, if you want `crustls` to be a 1:1 mapping on top of `rustls`, that's your decision to make. I personally think this is an opportunity to fix...
Implemented draft-connolly-cfrg-xwing-kem-04 and matched the latest mlkem768 cached API. /cc @dconnolly @bwesterb
The small /tmp makes PIWIK pretty much unusable for blog.filippo.io every day I have a spike. So +1 on a bigger /tmp, and is there a workaround in the meantime?
> Don't send PSKKeyExchangeModes when there's no PSK What do you mean by this? On the client it's the correct behavior to request a Ticket.
Another case is `(*testing.T).Fatal`. For example, I am getting a lot of false positives for ``` foo, err := Foo() fatalIfErr(t, err) foo.Bar ``` ``` func fatalIfErr(t testing.TB, err error)...
Unfortunately, for RFC 6979 we need to instantiate HMAC with the hash that was used to hash the message. In Sign and SignASN1, we don't have this information, only in...