openssl/crypto/dsa
David Makepeace 54846b7c6e Add simple ASN.1 utils for DSA signature DER.
Adds simple utility functions to allow both the default and fips providers to
encode and decode DSA-Sig-Value and ECDSA-Sig-Value (DSA_SIG and ECDSA_SIG
structures) to/from ASN.1 DER without requiring those providers to have a
dependency on the asn1 module.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9111)
2019-07-12 06:26:46 +10:00
..
build.info Make DSA_METHOD opaque 2016-04-03 00:23:56 +01:00
dsa_ameth.c The SHA256 is not a mandatory digest for DSA. 2019-05-28 17:14:47 +02:00
dsa_asn1.c Add simple ASN.1 utils for DSA signature DER. 2019-07-12 06:26:46 +10:00
dsa_depr.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_err.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_gen.c Added NULL check to BN_clear() & BN_CTX_end() 2019-03-19 07:25:48 +01:00
dsa_key.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_lib.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_locl.h Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_meth.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_ossl.c Fix Typos 2019-07-02 14:22:29 +02:00
dsa_pmeth.c EVP_Digest*: enable SHA3 pre-hashing for DSA 2019-05-22 16:49:49 +02:00
dsa_prn.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_sign.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00
dsa_vrf.c Following the license change, modify the boilerplates in crypto/dsa/ 2018-12-06 14:48:43 +01:00