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

(This is the issue corresponding to https://github.com/randombit/botan/pull/1383) In the future, Botan should support EME-OAEP encoding as specified in PKCS#1 v2.1 (RFC 3447). https://tools.ietf.org/html/rfc3447#section-7.1

enhancement
help wanted

Please add provider support for the "botan encryption" command and implement the needed AES operations with PKCS#11. I could not find any command line tool that I can use for...

enhancement
good first issue
help wanted

On FreeBSD 11, I have an easily reproducible segmentation fault when a static object allocates something using secure_allocator. I’m using the default libc, libc++ and clang version 3.8 Using the...

bug

Hi all I am facing issue to generate ed25519ph certificate, able to generate certificate with ED25519, can you guide me the syntax to generate ed25519ph botan keygen --algo=Ed25519 --params=Ed25519ph >...

I'm able to build the libs for android x86 with: `python3 ./configure.py --os=android --cc=clang --cpu=x86 --link-method=copy` `sudo ANDROID_SDK_VER=23 ANDROID_ARCH=i686 src/scripts/docker-android.sh` As I unterstand I need to use "i686" as the...

Hi, Recently we started work with Botan 3.0.0-alpha0. We upgraded entire platform with new Botan version, but then it was questioned by the Customer, why the alpha version is used....

The following doesn't compile: ``` using std::swap; Botan::AutoSeeded_RNG a,b; swap(a,b); ``` Please could we make most objects swappable.

I have updated my signatures on Curve 25519 to be compatible with Botan 2.18.1 Release. Wanted to make them compatible with 3.0 alpha straight away but from the first looks...

Hello, I'd like to validate x509 certificates (and check the signature of other messages with them) with Botan in my Android native library. The library will be compiled with Android...

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...