1EVP_MD-MDC2(7ossl) OpenSSL EVP_MD-MDC2(7ossl)
2
3
4
6 EVP_MD-MDC2 - The MDC2 EVP_MD implementation
7
9 Support for computing MDC2 digests through the EVP_MD API.
10
11 Identity
12 This implementation is only available with the legacy provider, and is
13 identified with the name "MDC2".
14
15 Gettable Parameters
16 This implementation supports the common gettable parameters described
17 in EVP_MD-common(7).
18
19 Settable Context Parameters
20 This implementation supports the following OSSL_PARAM(3) entries,
21 settable for an EVP_MD_CTX with EVP_MD_CTX_set_params(3):
22
23 "pad-type" (OSSL_DIGEST_PARAM_PAD_TYPE) <unsigned integer>
24 Sets the padding type to be used. Normally the final MDC2 block is
25 padded with zeros. If the pad type is set to 2 then the final
26 block is padded with 0x80 followed by zeros.
27
29 EVP_MD_CTX_set_params(3), provider-digest(7), OSSL_PROVIDER-legacy(7)
30
32 Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
33
34 Licensed under the Apache License 2.0 (the "License"). You may not use
35 this file except in compliance with the License. You can obtain a copy
36 in the file LICENSE in the source distribution or at
37 <https://www.openssl.org/source/license.html>.
38
39
40
413.0.5 2022-11-01 EVP_MD-MDC2(7ossl)