botan
botan copied to clipboard
Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
OpenSSL provide a method RSA_public_decrypt, which can decrypt using the public key. Is any similar method in Botan, or how can I do that using Botan? Thanks very much.
The error occurs on first install of botan, specifically due to placement of libotan-2 into /usr/local/lib without running ldconfig afterwards. To make this seamless the installer script should run ldconfig...
LDC 1.10.0, DUB 1.9.0, Botan 1.12.10 on up to date Parabola GNU/linux OpenRC x86_64 Error log: https://hastebin.com/iyiwoteliw.txt There are a lot of `Data definition directives inside inline asm are not...
**Compiler:** ldc **OS Architecture:** x86_64 **Linux distribution:** 4.15.6-1-ARCH **Dub.sdl:** ``` dependency "vibe-d" version="~>0.8.3-beta.1" dependency "vibe-d:tls" version="~>0.8.3-beta.1" versions "VibeDefaultMain" subConfiguration "vibe-d:tls" "botan" ``` **Error log:** https://hastebin.com/wubujowezi.coffeescript **When did start to happen:**...
Any plans about subj?
DMD64 D Compiler v2.079.0, compiling in into Vibe 0.8.3 ``` /home/vagrant/.dub/packages/botan-1.12.9/botan/source/botan/asn1/asn1_time.d(182,53): Deprecation: The delete keyword has been deprecated. Use object.destroy() instead. /home/vagrant/.dub/packages/botan-1.12.9/botan/source/botan/asn1/asn1_time.d(242,53): Deprecation: The delete keyword has been deprecated. Use...
Botan imported into project through Dub `dependencies` Default shell is `fish, version 2.6.0` Attempting to build the project yields this output: ``` Running pre-generate commands for botan... fish: Unsupported use...
Just wondering if it's possible to keep track of the list of vulnerabilities in Botan as they apply to this D port? E.g., a list of CVE numbers? I see...
Using OSX 10.12.5, ldc 1.2.0, vibe 0.8.0-beta6, botan 1.12.8, botan-math 1.0.3. I tried to use a PKCS8 RSA key with no password. Might be related to #25. ``` * thread...