Mouse

Results 586 comments of Mouse

This is the captured TLS 1.3 "Client Hello" with OQS provider enabled, which causes the server to shut up and not even respond with "Server Hello": ```text Frame 2122: 573...

> I suspected something like that. The server like, "yo'weeeird, I'm walking away" Is there any way to test/validate this hypothesis? And if it proves true - how can we...

With OpenSSL-3.4.x-dev (master branch): ```text $ openssl3 version OpenSSL 3.4.0-dev (Library: OpenSSL 3.4.0-dev ) $ $ openssl3 s_client -debug -connect www.ibm.com:443 -tls1_3 -groups kyber512 -provider oqs Connecting to 23.34.93.246 CONNECTED(00000005)...

I want to bring to everybody's attention the fact that up until Apr 12th, OpenSSL and `oqs-provider` *worked fine* with all of the above sites. So, presumably, the fact that...

I don't recall changing `generate.yml` file, but the file is 1473 frigging lines - making it next to impossible to check. But I blew away my copy of the repo,...

I'm coming late to this issue, so please bear with me. Why should the failing test be skipped on MacOS? And are there tests that check if a path separated...

I can share my experience: - Always keep Cabal and Stack at their latest recommended levels. - Forced to maintain old GHCs, because in the Haskell ecosystem it's more than...

> While we're here, I assume we also want to support paths that contain ':' (which is also currently not supported)? I'd say - heck, yes!!

"Noble goal" here is more important than "backward compatibility", IMHO. Especially since "backward" way of dealing with colon-separated paths is nothing to be happy about.

I found that the above workarounds do not work for https://github.com/ZHaskell/Z-Botan - the only way to add "non-standard" library directory (in the right place, aka - used first!) was to...