Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of
authorDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jan 2011 16:55:15 +0000 (16:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jan 2011 16:55:15 +0000 (16:55 +0000)
commitf7a2afa652a9eecb09863754c9a3f3f15ed329a9
treecb34d5536062bc1239ef7d48764ca138e7dbeeb4
parent245a7eee177ccd7fd7986f86b67a4d59f5c4d6ad
Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of
DSA_SIG_new() and DSA_SIG_free() to remove ASN1 dependencies from DSA_do_sign()
and DSA_do_verify().
crypto/dsa/Makefile
crypto/dsa/dsa_asn1.c
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_vrf.c