René Fischer

Results 17 issues of René Fischer

Our high-level goal is to be able to use the BSI module policy and additionally enable the tls module, but leave the sha1 module disabled. This is currently not possible,...

enhancement
needs analysis

[OpenSSF](https://openssf.org) recently released a [security scorecards](https://github.com/ossf/scorecard) project for open source software. The goals of this project are: > 1. Automate analysis and trust decisions on the security posture of open...

Support for ` getrandom()` was introduced in 9a41b24157260eb9830e6a441c1131d6be09b3df, but disabled by default as it required a newer kernel and glibc. Two years down the road, would it make sense to...

This is an attempt to document what *providers* in Botan are, how to use them, and how to implement them (at least roughly, I tried to make it appeal to...

Adds a new option `bench.py --html-report` that plots graphs using `matplotlib` and outputs a HTML report including Botan and OpenSSL version info, system environment, and `build.h` contents. A sample report...

Remove all deprecated and eventually removed features for from the list of [deprecations](../blob/master/doc/deprecated.rst) before the 3.0.0 release.

documentation

We will implement LMS from [NIST SP 800-208](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-208.pdf) during the [BSI](https://www.bsi.bund.de/EN) Project 481. ~~Preliminary schedule for the implementation is Jun '23 - Aug '23.~~ Updated schedule below due to slight...

enhancement

Can we enable workflows on change branches, at least for us maintainers? Currently workflows will only run on PRs to master and commits on master. That's maybe OK for work...

I was looking into adding output of the provider (= hardware acceleration) used for each algorithm benchmarked to `bench.py` and noticed that the provider is only printed for cipher modes,...

The [ToDo list](https://github.com/randombit/botan/blob/eb8384c1af5ec48d311542f8e8252546d145e8f4/doc/dev_ref/todo.rst) currently lists this for TPM support: * Better TPM support: NVRAM, PCR measurements, sealing * Add support for TPM 2.0 hardware Is the first one still desired?...

enhancement