diff options
author | Rich Salz <rsalz@akamai.com> | 2019-07-01 20:41:19 +0200 |
---|---|---|
committer | Rich Salz <rsalz@akamai.com> | 2019-07-02 01:42:12 +0200 |
commit | b66a481888e00a36f833308bdcf53408238511d4 (patch) | |
tree | 50beaefd6da8140fa30fe951389800589e8826ff /CHANGES | |
parent | Remove NextStep support (diff) | |
download | openssl-b66a481888e00a36f833308bdcf53408238511d4.tar.xz openssl-b66a481888e00a36f833308bdcf53408238511d4.zip |
Remove DES_check_key global
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9284)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ *) Removed NextStep support and the macro OPENSSL_UNISTD [Rich Salz] + *) Removed DES_check_key. Also removed OPENSSL_IMPLEMENT_GLOBAL, + OPENSSL_GLOBAL_REF, OPENSSL_DECLARE_GLOBAL. + [Rich Salz] + *) RC5_32_set_key has been changed to return an int type, with 0 indicating an error and 1 indicating success. In previous versions of OpenSSL this was a void type. If a key was set longer than the maximum possible this |