botan icon indicating copy to clipboard operation
botan copied to clipboard

Cryptography Toolkit

Results 267 botan issues
Sort by recently updated
recently updated
newest added

Not urgent but just noticed this ``` CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to...

- [ ] Templatize over the word type - [ ] Constexpr all the things - [ ] Use `span` - [ ] Remove redundant or one-off interfaces

We currently use the [readthedocs](https://sphinx-rtd-theme.readthedocs.io/en/stable/index.html) theme for publishing documentation on https://botan.randombit.net with Sphinx. I recently discovered the [furo](https://github.com/pradyunsg/furo) theme for Sphinx, which is [used](https://github.com/pradyunsg/furo#used-by) by pip, python-gitlab, urllib3 and more....

Amalgamated build requires pkcs11.h, which, in turn, requires a bunch of other stuff. Repro (on a recent Intel Xeon): ``` git clone https://github.com/randombit/botan.git cd botan ./configure.py --amalgamation --single-amalgamation-file g++ -std=c++11...

bug

I was trying to reproduce https://github.com/randombit/botan/issues/3916 with 3.3.0 but not yet succeeded. I can reproduce with both: * `gcc (Gentoo Hardened 14.0.9999 p, commit 568b3f9940f87a775060aea789b2f438af477e9f) 14.0.1 20240218 (experimental) e63ae9085aca9d306a2f16445b473289b9186e10` *...

Hi all! When running tests for Botan 2.19.4 when packaging for Gentoo, I got: ``` bcrypt: bcrypt ran 380 tests in 2.33 sec all ok bcrypt_pbkdf: /usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14/bits/stl_vector.h:1127: std::vector::reference std::vector::operator[](size_type) [with...