Skip to content

Commit

Permalink
Remove support for obsolete/EOL versions of Botan
Browse files Browse the repository at this point in the history
Also taking care to avoid headers which are now deprecated for
public usage and which will be removed in a future major release.
  • Loading branch information
randombit committed Sep 8, 2019
1 parent de9012e commit 24411ed
Show file tree
Hide file tree
Showing 70 changed files with 238 additions and 1,327 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ because of the PKCS#11 interface.
SoftHSM depends on a cryptographic library, Botan or OpenSSL.
Minimum required versions:

- Botan 1.10.0
- Botan 2.0.0
- OpenSSL 1.0.0

If you are using Botan, make sure that it has support for GNU MP (--with-gnump).
This will improve the performance when doing public key operations.
If you are using Botan, use at least version 2.6.0. This will improve
the performance when doing public key operations.

The GNU Autotools (Autoconf, Automake, Libtool) are also required for building
the software. It is also recommended to install pkg-config so that the
Expand Down
7 changes: 0 additions & 7 deletions aes_wrap_key_with_pad/README

This file was deleted.

340 changes: 0 additions & 340 deletions aes_wrap_key_with_pad/botan-diff

This file was deleted.

Loading

0 comments on commit 24411ed

Please sign in to comment.