1EVP_MD-SHA2(7ossl) OpenSSL EVP_MD-SHA2(7ossl)
2
3
4
6 EVP_MD-SHA2 - The SHA2 EVP_MD implementation
7
9 Support for computing SHA2 digests through the EVP_MD API.
10
11 Identities
12 This implementation includes the following varieties:
13
14 • Available with the FIPS provider as well as the default provider:
15
16 SHA2-224
17 Known names are "SHA2-224", "SHA-224" and "SHA224".
18
19 SHA2-256
20 Known names are "SHA2-256", "SHA-256" and "SHA256".
21
22 SHA2-384
23 Known names are "SHA2-384", "SHA-384" and "SHA384".
24
25 SHA2-512
26 Known names are "SHA2-512", "SHA-512" and "SHA512".
27
28 • Available with the default provider:
29
30 SHA2-512/224
31 Known names are "SHA2-512/224", "SHA-512/224" and "SHA512-224".
32
33 SHA2-512/256
34 Known names are "SHA2-512/256", "SHA-512/256" and "SHA512-256".
35
36 Gettable Parameters
37 This implementation supports the common gettable parameters described
38 in EVP_MD-common(7).
39
41 provider-digest(7), OSSL_PROVIDER-FIPS(7), OSSL_PROVIDER-default(7)
42
44 Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
45
46 Licensed under the Apache License 2.0 (the "License"). You may not use
47 this file except in compliance with the License. You can obtain a copy
48 in the file LICENSE in the source distribution or at
49 <https://www.openssl.org/source/license.html>.
50
51
52
533.0.5 2022-07-05 EVP_MD-SHA2(7ossl)