Commit ea6b07b5 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent dd14f911
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment