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

Some of the CI dependencies are not pinned which especially on GH actions could exposes us to problems. Details in #2772

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

Hello, could you keep tiger module, marking it insecure? You keep MD5 and Streebog, while they are not secure. Tiger is the same, but it is removed in 3 version....

Hi, I've build a small https server with botan. If a client connects with http instead of https (or I get other garbage), how do I find out that a...

Add TLS 1.3 support. I see a couple things related to TLS 1.3, what's the plan for adding TLS 1.3 support?

enhancement

I could able to build the Botan-2.12.1 for E6500 target with --disable-modules='aes_power8,p9_darn'. But while I am using the Botan-2.18.1 for the same target with '--disable-powercrypto', facing the below build issue....

If I build a static library under macOS, I cannot link it to any C or Swift or Rust etc. application due to a lot of (C++ related?) linker errors....

The master-cpp14 branch does not compile with enabled tls, asio, stream, boost modules. I have used following configuration: ./configure.py --enable-modules=tls,asio,stream,boost This is the top of a master-cpp14 branch which I'm...

Recently we started integration of Botan _3.0.0-alpha0_ in our commercial automotive project. The first steps look promising, but we encountered a problem with _libstdc++_ and compiler version in the target...

Hello. I'm getting errors when I try to build and compile the library with ICC. `make` ends with errors, prompting several messages like: ``` [...] src/lib/filters/threaded_fork.cpp(85): error #308: member "Botan::Filter::m_next"...