openssl/crypto/dsa
Dr. Stephen Henson ea6b07b54c Simplify DSA public key handling.
DSA public keys could exist in two forms: a single Integer type or a
SEQUENCE containing the parameters and public key with a field called
"write_params" deciding which form to use. These forms are non standard
and were only used by functions containing "DSAPublicKey" in the name.

Simplify code to only use the parameter form and encode the public key
component directly in the DSA public key method.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-03-26 22:04:15 +00:00
..
dsa_ameth.c Simplify DSA public key handling. 2015-03-26 22:04:15 +00:00
dsa_asn1.c Simplify DSA public key handling. 2015-03-26 22:04:15 +00:00
dsa_depr.c free NULL cleanup 2015-03-24 23:17:16 -04:00
dsa_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dsa_gen.c RAND_bytes updates 2015-03-25 12:38:07 +00:00
dsa_key.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
dsa_lib.c Simplify DSA public key handling. 2015-03-26 22:04:15 +00:00
dsa_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dsa_ossl.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
dsa_pmeth.c Move some EVP internals to evp_int.h 2015-03-24 12:03:36 +00:00
dsa_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dsa_sign.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dsa_vrf.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dsa.h Simplify DSA public key handling. 2015-03-26 22:04:15 +00:00
dsatest.c free NULL cleanup 2015-03-25 11:31:18 -04:00
fips186a.txt misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
Makefile make depend 2015-03-24 12:05:05 +00:00