commit | 7568d1a23880e2b11f0c19cc7fa55e78f41a69ac | [log] [tgz] |
---|---|---|
author | Max Fillinger <max@max-fillinger.net> | Wed Nov 10 14:31:38 2021 +0100 |
committer | Max Fillinger <max@max-fillinger.net> | Wed Nov 10 15:12:04 2021 +0100 |
tree | 3d9ad961997354d57ecc38e74c5b3690bfaef162 | |
parent | c60c3a0c7751943b6cc976893e14d495715dea83 [diff] |
Add Changelog entry for additional getters Signed-off-by: Max Fillinger <max@max-fillinger.net>
diff --git a/ChangeLog.d/additional_cipher_info_getters.txt b/ChangeLog.d/additional_cipher_info_getters.txt new file mode 100644 index 0000000..5cb1ad6 --- /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.