Fabian Albert

Results 17 issues of Fabian Albert

Warnings like the one in #4303 are currently not checked by our CI. This is because we do not test including Botan headers while the `BOTAN_IS_BEING_BUILT` macro is undefined. The...

Considers the changes in Botan's CLI and merges the commands for OpenSSL into one.

Hi @randombit , my colleagues noticed that Botan's Coveralls repository token is publicly visible in the [ci.yml file](https://github.com/randombit/botan/blob/f730a28eb34ae8049e3a38a59240c07f80c89732/.github/workflows/ci.yml#L197C7-L197C27). It seems sensible to hide this token in a GitHub secure variable,...

infra

This PR brings an experimental integration of [PKCS #11 v3.2 (draft 06)](https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=72310&wg_id=922ef643-1e10-4d65-a5ea-018dc7d3f0a4) into Botan's low-level PKCS 11 wrapper. ## Key Changes v2.40 → v3.2 Compared to the currently supported PKCS...

blocked

ML-DSA and SLH-DSA allow for a custom context for domain separation. This PR adds support for this using the new (experimental) signature options interface. This closes #4376 since pre-hashed variants...

[RFC 5480, Section 2.1](https://datatracker.ietf.org/doc/html/rfc5480#section-2.1) defines two OIDs that can be used for EC Algorithms in certificates: > o _id-ecPublicKey_ indicates that the algorithms that can be used with the subject...

We have a use case, where we need to permit intermediate CAs as trust anchors (ICA trust anchors). We are not concerned with who has signed the intermediate CA, as...