strongswan/src/libstrongswan/crypto
Tobias Brunner 54f8d09261 auth-cfg: Store signature schemes as signature_params_t objects
Due to circular references the hasher_from_signature_scheme() helper
does not take a signature_params_t object.
2017-11-08 16:48:10 +01:00
..
crypters crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifier 2015-06-29 17:32:03 +02:00
hashers auth-cfg: Store signature schemes as signature_params_t objects 2017-11-08 16:48:10 +01:00
iv Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
prfs certificate: Return signature scheme and parameters from issued_by() method 2017-11-08 16:48:10 +01:00
proposal configure: Fix gperf length parameter determination 2017-10-02 17:21:42 +02:00
rngs Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
signers certificate: Return signature scheme and parameters from issued_by() method 2017-11-08 16:48:10 +01:00
xofs xof: Add identifiers for MGF1 XOFs based on SHA-224/384 2017-11-08 16:48:10 +01:00
aead.c aead: Create AEAD using traditional transforms with an explicit IV generator 2015-04-13 15:06:15 +02:00
aead.h aead: Create AEAD using traditional transforms with an explicit IV generator 2015-04-13 15:06:15 +02:00
crypto_factory.c linked-list: Change return value of find_first() and signature of its callback 2017-05-26 13:56:44 +02:00
crypto_factory.h xof: Defined Extended Output Functions 2016-07-29 12:36:14 +02:00
crypto_tester.c xof: Defined Extended Output Functions 2016-07-29 12:36:14 +02:00
crypto_tester.h Fixed some typos, courtesy of codespell 2017-08-07 17:22:01 +02:00
diffie_hellman.c diffie-hellman: Add DH group identifiers for Curve25519 and Curve448 2016-11-14 16:20:51 +01:00
diffie_hellman.h diffie-hellman: Add DH group identifiers for Curve25519 and Curve448 2016-11-14 16:20:51 +01:00
mac.h Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
nonce_gen.h Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
pkcs5.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
pkcs5.h Extract PKCS#5 handling from pkcs8 plugin to separate helper class 2013-05-08 14:53:08 +02:00
prf_plus.c prf-plus: Wipe seed and internal buffer 2017-08-07 16:55:28 +02:00
prf_plus.h Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
transform.c xof: Defined Extended Output Functions 2016-07-29 12:36:14 +02:00
transform.h xof: Defined Extended Output Functions 2016-07-29 12:36:14 +02:00