René Meusel

Results 291 comments of René Meusel

> Are there better but still simple solutions? I'm not sure about promoting those example-builds as a full-blown build target for two reasons: 1. Users and distributers would need to...

I wanted a way to group the `math` modules together in the documentation. Otherwise they would have showed up top-level in the Doxygen module list. Now there's a "virtual" module...

I've been playing a bit with this trying to integrate it into the [KEMTLS demo](https://github.com/randombit/botan/discussions/2954). This demo uses X.509 certificates signed using Dilithium2. Unfortunately, the signatures don't check out. I...

> On the first look I would suggest that there are different versions perhaps. Yeah, most certainly the round 3 submission and the reference implementation diverged. That raises the question:...

> I wonder how liboqs generates certificates with PQ algorithms, considering that OIDs for them haven't been assigned yet (as far as I know)? It doesn't. The KEMTLS authors provide...

I tried [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) and with a few more tweaks this can [annotate failing test cases right into the code](https://github.com/reneme/botan/pull/1/files#diff-452a4a7c46333522991d7f9d22c0b81e58709f553645709d26270792f818ec0e): ![Screenshot 2022-08-05 121419](https://user-images.githubusercontent.com/1562139/183056412-afb4fccb-f937-4470-8357-01f587f7af0e.png) Obviously, this works only if the failure information...

Now for check-run-reporter.com: This [produces a somewhat more comprehensive report](https://github.com/reneme/botan/pull/2) as a single summary page behind a link in the "Checks"-Box of a Pull Request: ![Screenshot 2022-08-05 172553](https://user-images.githubusercontent.com/1562139/183109788-56add653-ea30-44f0-8247-360b933c3d5a.png) --- ![Screenshot...

Giving up for today. Current problem: The shell that executes `ci_build.py` does not have the Visual Studio `vcvarsall.bat` context. Hence, `cl.exe` is not found and the build fails. There's a...

This is getting to a state where some feedback would be appreciated. :) Cleanup still needs to be done and the last configurations still need some T.L.C, but I'm confident...

That's pretty much done from my side, now. If you wish, @randombit, I could make that into three PRs, namely: 1. Changes somewhat unrelated to the CI: * [stop linking...