From 7568d1a23880e2b11f0c19cc7fa55e78f41a69ac Mon Sep 17 00:00:00 2001 From: Max Fillinger Date: Wed, 10 Nov 2021 14:31:38 +0100 Subject: [PATCH] Add Changelog entry for additional getters Signed-off-by: Max Fillinger --- ChangeLog.d/additional_cipher_info_getters.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/additional_cipher_info_getters.txt diff --git a/ChangeLog.d/additional_cipher_info_getters.txt b/ChangeLog.d/additional_cipher_info_getters.txt new file mode 100644 index 0000000000..5cb1ad6bba --- /dev/null +++ b/ChangeLog.d/additional_cipher_info_getters.txt @@ -0,0 +1,3 @@ +Features + * Add functions to get the IV and block size from cipher_info structs. + * Add functions to check if a cipher supports variable IV or key size.