]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move the public SIV mode functions from public headers to internal ones
authorMatt Caswell <matt@openssl.org>
Mon, 24 Jun 2019 15:07:30 +0000 (16:07 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Jun 2019 08:47:23 +0000 (09:47 +0100)
commit743694a6c29e5a6387819523fad5e3b7e613f1ee
tree6c9d84b59f73a13072b724a82fe38e3799b64c5f
parent29948ac80c1388cfeb0bd64539ac1fa6e0bb8990
Move the public SIV mode functions from public headers to internal ones

SIV mode is accessible via EVP. There should be no reason to make the low
level SIV functions from the modes directory part of the public API. Since
these functions do not exist in 1.1.1 we are still able to make this change.

This also reduces the list of newly added undocumented symbols from
issue #9095.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9232)
crypto/evp/e_aes.c
crypto/include/internal/modes_int.h [new file with mode: 0644]
crypto/modes/siv128.c
include/openssl/modes.h
util/libcrypto.num