Replace DH parameters, DSA private key and DSA
commit787f53ab89e5c702455a017bf36ddd29c38aa3a3
authorsteve <steve>
Fri, 1 Dec 2000 03:25:16 +0000 (1 03:25 +0000)
committersteve <steve>
Fri, 1 Dec 2000 03:25:16 +0000 (1 03:25 +0000)
treedd7bba6a3055a93bc2f15674eefb430ddb4fb83b
parent56279e537248efe29036da14cb39d27bb42f4d2d
Replace DH parameters, DSA private key and DSA
parameters. DSA public keys will come later...

Modify DSA_SIG so its allocation routine initialises
its components to NULL: the default routines would
set them using BN_new().

Make LONG types 'omit' value selectable by the ASN1_ITEM
size field.

Add ZLONG type with 0 omit value: used for DH parameters.
17 files changed:
README.ASN1
crypto/asn1/Makefile.ssl
crypto/asn1/asn1t.h
crypto/asn1/d2i_dhp.c [deleted file]
crypto/asn1/d2i_dsap.c [deleted file]
crypto/asn1/d2i_s_pr.c [deleted file]
crypto/asn1/i2d_dhp.c [deleted file]
crypto/asn1/i2d_dsap.c [deleted file]
crypto/asn1/i2d_s_pr.c [deleted file]
crypto/asn1/x_long.c
crypto/dh/Makefile.ssl
crypto/dh/dh_asn1.c [copied from crypto/rsa/rsa_asn1.c with 72% similarity]
crypto/dsa/dsa.h
crypto/dsa/dsa_asn1.c [copied from crypto/rsa/rsa_asn1.c with 70% similarity]
crypto/dsa/dsa_err.c
crypto/rsa/Makefile.ssl
crypto/rsa/rsa_asn1.c