strongswan/src/libstrongswan/plugins/botan
René Fischer 4261fcedec botan: Use strongSwan's RNG interface in Botan plugin
This allows using rng_t implementations provided by other plugins to
serve as RNG for Botan.

Closes strongswan/strongswan#192.
2021-02-15 09:27:51 +01:00
..
Makefile.am botan: Add support for ChaCha20/Poly1305 AEAD algorithm 2018-10-26 11:06:45 +02:00
botan_aead.c botan: Add support for AES-CCM 2018-10-26 11:06:45 +02:00
botan_aead.h botan: Add support for ChaCha20/Poly1305 AEAD algorithm 2018-10-26 11:06:45 +02:00
botan_crypter.c botan: Fix build without AES and its modes 2018-10-26 11:06:45 +02:00
botan_crypter.h botan: Add Botan plugin to libstrongswan 2018-09-12 16:25:00 +02:00
botan_diffie_hellman.c botan: Simplify DH/ECDH key derivation 2018-09-12 16:25:00 +02:00
botan_diffie_hellman.h botan: Fixes, code style changes plus some refactorings 2018-09-12 16:25:00 +02:00
botan_ec_diffie_hellman.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_ec_diffie_hellman.h botan: Fixes, code style changes plus some refactorings 2018-09-12 16:25:00 +02:00
botan_ec_private_key.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_ec_private_key.h botan: Load public/private keys generically 2018-09-12 16:25:00 +02:00
botan_ec_public_key.c botan: Add helper function for signature verification 2018-10-26 11:06:45 +02:00
botan_ec_public_key.h botan: Load public/private keys generically 2018-09-12 16:25:00 +02:00
botan_ed_private_key.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_ed_private_key.h botan: Add support for Ed25519 keys 2018-10-26 11:06:45 +02:00
botan_ed_public_key.c botan: Add support for Ed25519 keys 2018-10-26 11:06:45 +02:00
botan_ed_public_key.h botan: Add support for Ed25519 keys 2018-10-26 11:06:45 +02:00
botan_hasher.c botan: Fix leak if hasher initialization fails 2018-09-17 18:51:41 +02:00
botan_hasher.h botan: Add MD5 support to Botan hasher 2018-09-12 16:25:00 +02:00
botan_hmac.c botan: Fixes, code style changes plus some refactorings 2018-09-12 16:25:00 +02:00
botan_hmac.h botan: Add Botan plugin to libstrongswan 2018-09-12 16:25:00 +02:00
botan_plugin.c botan: SHA-3 support 2018-10-30 16:06:15 +01:00
botan_plugin.h botan: Add Botan plugin to libstrongswan 2018-09-12 16:25:00 +02:00
botan_rng.c botan: Extract helper function to map RNG quality to Botan RNG names 2021-02-15 09:23:57 +01:00
botan_rng.h botan: Add Botan plugin to libstrongswan 2018-09-12 16:25:00 +02:00
botan_rsa_private_key.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_rsa_private_key.h botan: Load public/private keys generically 2018-09-12 16:25:00 +02:00
botan_rsa_public_key.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_rsa_public_key.h botan: Load public/private keys generically 2018-09-12 16:25:00 +02:00
botan_util.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_util.h botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_util_keys.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_util_keys.h botan: Load public/private keys generically 2018-09-12 16:25:00 +02:00
botan_x25519.c botan: Use strongSwan's RNG interface in Botan plugin 2021-02-15 09:27:51 +01:00
botan_x25519.h botan: Add support for X25519 2018-09-12 16:25:00 +02:00