openssl/crypto/dh
Dr. Stephen Henson fa1ba589f3 Add algorithm specific signature printing. An individual ASN1 method can
now print out signatures instead of the standard hex dump.

More complex signatures (e.g. PSS) can print out more meaningful information.

Sample DSA version included that prints out the signature parameters r, s.

[Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
 new fields in the middle has no compatibility issues]
2010-03-06 18:05:05 +00:00
..
.cvsignore
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Add algorithm specific signature printing. An individual ASN1 method can 2010-03-06 18:05:05 +00:00
dh_asn1.c PR: 1644 2009-09-06 15:49:46 +00:00
dh_check.c
dh_depr.c
dh_err.c
dh_gen.c
dh_key.c
dh_lib.c
dh_pmeth.c Merge from 1.0.0-stable branch. 2009-04-23 16:32:42 +00:00
dh_prn.c
dh.h PR: 1644 2009-09-06 15:49:46 +00:00
dhtest.c
example
generate
Makefile Make update. 2009-07-08 09:19:53 +00:00
p192.c
p512.c
p1024.c