Hannes Rantzsch

Results 7 issues of Hannes Rantzsch

### Pull Request Dependencies Before merging this, we should first review merge: * https://github.com/randombit/botan/pull/2968 * https://github.com/randombit/botan/pull/2922 ### Description This implements: * client authentication during the main handshake * coalescing of...

As indicated a while ago to @randombit in a private email the German Federal Ministry of Education and Research is funding a project to implement post-quantum crypto schemes in Botan...

The integration section of the README is missing an explanation how to configure a shortcut to spawn vimscript in a new terminal on macOS.

help wanted

[This guide looks viable](https://docs.microsoft.com/en-us/visualstudio/test/using-code-coverage-to-determine-how-much-code-is-being-tested?view=vs-2019#analyze-code-coverage-from-the-command-line). Note that VS Enterprise is required for this. Luckily, GitHub Actions has it.

ci

In our TLS client, we encountered an issue with the synchronous nature of `Callbacks::tls_verify_cert_chain`. We were wondering how this could be addressed. Let me briefly describe our use case: We...

enhancement

Both methods claimed to receive left and top as parameters, while they really used the parameters as center-x and center-y.

Hi, I'm encountering an issue where signing the authentication request with `xmlsec1` fails if the certificate whose private key is used to sign the request is also in OpenSSL's trust...