Richard Levitte

Results 452 comments of Richard Levitte

I suspected something like that. The server like, "yo'weeeird, I'm walking away"

Well, I actually have some work items coming up that are related to the ctrls that are mentioned here. They are basically all about passing the AlgorithmIdentifier params back and...

I've finally started specifying how that should work. The base idea is that it should all work through OSSL_PARAM, like I said earlier. The supporting OSSL_PARAM keys are (hopefully, pending...

There's actually an OpenSSL design document talking about this: https://github.com/openssl/openssl/blob/master/doc/designs/passing-algorithmidentifier-parameters.md I had forgotten I wrote that...

It isn't clear to me if the servers that were tested against are using the oqsprovider or not. What I get out of that the outputs shown here is it...

That would effectively kill any use of PKCS#7 with providers. However, that discussion is better suited in an OpenSSL discussion than here 😉

Yeah. Essentially, our CSS for tables is atrocious However, there's one thing you can do. Surround the table with `` and ``, i.e. make them a paragraph, explicitly. That at...

It looks like this was merged... for master. I for one would backport this to the public release branches too. There's no reason why 3.3 should still show an appveyor...