Implement SHA256 in the default provider
authorMatt Caswell <matt@openssl.org>
Wed, 13 Mar 2019 17:26:17 +0000 (17:26 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 21 Mar 2019 09:23:38 +0000 (09:23 +0000)
commitde29ff17a207347f77c0d1df8ea79f16efd82f93
tree0ae5e403ad3ae8cb614a6721567417a5436149f3
parent8c8cf0d96240663749897b44898b3964fa3363e0
Implement SHA256 in the default provider

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8513)
crypto/evp/digest.c
providers/build.info
providers/common/build.info [new file with mode: 0644]
providers/common/digests/build.info [new file with mode: 0644]
providers/common/digests/sha2.c [new file with mode: 0644]
providers/default/defltprov.c