openssl/providers/implementations
Pauli 3675334e2b aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
bsaes_cbc_encrypt -> ossl_bsaes_cbc_encrypt
bsaes_ctr32_encrypt_blocks -> ossl_bsaes_ctr32_encrypt_blocks
bsaes_xts_decrypt -> ossl_bsaes_xts_decrypt
bsaes_xts_encrypt -> ossl_bsaes_xts_encrypt

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15445)
2021-05-27 09:35:50 +10:00
..
asymciphers Drop libimplementations.a 2021-05-07 10:17:23 +02:00
ciphers aes: rename new bsaes_ symbols -> ossl_bsaes_ ones 2021-05-27 09:35:50 +10:00
digests Drop libimplementations.a 2021-05-07 10:17:23 +02:00
encode_decode A few cleanups of the provider build.infos 2021-05-12 13:23:33 +02:00
exchange Drop libimplementations.a 2021-05-07 10:17:23 +02:00
include/prov Add PBKDF1 to the legacy provider 2021-05-24 15:21:25 +10:00
kdfs Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a specific library context 2021-05-24 15:21:25 +10:00
kem Drop libimplementations.a 2021-05-07 10:17:23 +02:00
keymgmt keymgmt: fix coverity 1484886 unchecked return value 2021-05-18 13:24:41 +10:00
macs mac: add a getter for the MAC block size. 2021-05-25 17:23:50 +10:00
rands Update copyright year 2021-05-20 14:22:33 +01:00
signature A few cleanups of the provider build.infos 2021-05-12 13:23:33 +02:00
storemgmt Make sure to include "crypto/ctype.h" to get ossl_isdigit() 2021-05-19 12:41:34 +02:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00