SHA512/224 and SHA512/256
authorPauli <paul.dale@oracle.com>
Wed, 17 Jan 2018 03:20:22 +0000 (13:20 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 23 Jan 2018 21:09:46 +0000 (07:09 +1000)
commit4bed94f0c11ef63587c6b2edb03c3c438e221604
tree750293d626b103e4a8f503fc41f291388b15ecce
parent3bf0c3fe31d5339524dae671064cc5fe9e4bda38
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)
14 files changed:
CHANGES
crypto/evp/c_alld.c
crypto/evp/m_sha1.c
crypto/include/internal/sha.h [new file with mode: 0644]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/sha/sha512.c
doc/man3/EVP_sha224.pod
fuzz/oids.txt
include/openssl/evp.h
include/openssl/obj_mac.h
test/recipes/30-test_evp_data/evpdigest.txt
util/libcrypto.num