=pod =head1 NAME EVP_PKEY-DSA, EVP_KEYMGMT-DSA, EVP_PKEY-DH, EVP_KEYMGMT-DH - EVP_PKEY DSA and DH keytype and algorithm support =head1 DESCRIPTION The B and B keytypes are implemented in OpenSSL's default and FIPS providers. The implementations support the basic DSA and DH keys, containing the public and private keys I and I as well as the three domain parameters I

, I and I. =head2 Common DSA / DH parameters In addition to the common parameters that all keytypes should support (see L), the B and B keytype implementations support the following. =over 4 =item "pub" (B) The public key value. =item "priv" (B) The private key value. =item "p" (B) A DSA or Diffie-Hellman "p" value. =item "q" (B) A DSA or Diffie-Hellman "q" value. =item "g" (B) A DSA or Diffie-Hellman "g" value. =back =head1 CONFORMING TO [TBA] =head1 SEE ALSO L, L, L, L, L, L, L =head1 COPYRIGHT Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L. =cut