diff options
author | Pauli <paul.dale@oracle.com> | 2018-01-17 13:20:22 +1000 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-01-24 07:09:46 +1000 |
commit | 4bed94f0c11ef63587c6b2edb03c3c438e221604 (patch) | |
tree | 750293d626b103e4a8f503fc41f291388b15ecce /util | |
parent | 3bf0c3fe31d5339524dae671064cc5fe9e4bda38 (diff) | |
download | openssl-new-4bed94f0c11ef63587c6b2edb03c3c438e221604.tar.gz |
SHA512/224 and SHA512/256
Support added for these two digests, available only via the EVP interface.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5093)
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 346d13e375..d6fbd14043 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4498,3 +4498,5 @@ NAMING_AUTHORITY_set0_authorityText 4438 1_1_1 EXIST::FUNCTION: ADMISSIONS_set0_namingAuthority 4439 1_1_1 EXIST::FUNCTION: ADMISSIONS_get0_professionInfos 4440 1_1_1 EXIST::FUNCTION: ADMISSION_SYNTAX_new 4441 1_1_1 EXIST::FUNCTION: +EVP_sha512_256 4442 1_1_1 EXIST::FUNCTION: +EVP_sha512_224 4443 1_1_1 EXIST::FUNCTION: |