1EVP_SIGNATURE-DSA(7ossl)            OpenSSL           EVP_SIGNATURE-DSA(7ossl)
2
3
4

NAME

6       EVP_SIGNATURE-DSA - The EVP_PKEY DSA signature implementation
7

DESCRIPTION

9       Support for computing DSA signatures.  See EVP_PKEY-DSA(7) for
10       information related to DSA keys.
11
12   Signature Parameters
13       The following signature parameters can be set using
14       EVP_PKEY_CTX_set_params().  This may be called after
15       EVP_PKEY_sign_init() or EVP_PKEY_verify_init(), and before calling
16       EVP_PKEY_sign() or EVP_PKEY_verify().
17
18       "digest" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>
19       "properties" (OSSL_SIGNATURE_PARAM_PROPERTIES) <UTF8 string>
20           The settable parameters are described in provider-signature(7).
21
22       The following signature parameters can be retrieved using
23       EVP_PKEY_CTX_get_params().
24
25       "algorithm-id" (OSSL_SIGNATURE_PARAM_ALGORITHM_ID) <octet string>
26       "digest" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>
27           The gettable parameters are described in provider-signature(7).
28

SEE ALSO

30       EVP_PKEY_CTX_set_params(3), EVP_PKEY_sign(3), EVP_PKEY_verify(3),
31       provider-signature(7),
32
34       Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
35
36       Licensed under the Apache License 2.0 (the "License").  You may not use
37       this file except in compliance with the License.  You can obtain a copy
38       in the file LICENSE in the source distribution or at
39       <https://www.openssl.org/source/license.html>.
40
41
42
433.0.5                             2022-11-01          EVP_SIGNATURE-DSA(7ossl)
Impressum