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 Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
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 Typos 2007-09-24 11:22:58 +00:00
dh_depr.c When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should 2003-10-29 04:06:50 +00:00
dh_err.c Update from 0.9.8 stable. Eliminate duplicate error codes. 2006-11-21 21:29:44 +00:00
dh_gen.c Fix various incorrect error function codes. 2005-04-26 18:53:22 +00:00
dh_key.c Change to mitigate branch prediction attacks 2007-03-28 00:15:28 +00:00
dh_lib.c Constify version strings and some structures. 2007-01-21 13:07:17 +00:00
dh_pmeth.c Merge from 1.0.0-stable branch. 2009-04-23 16:32:42 +00:00
dh_prn.c New utility pkeyparam. Enhance and bugfix algorithm specific parameter 2006-03-28 14:35:32 +00:00
dh.h PR: 1644 2009-09-06 15:49:46 +00:00
dhtest.c Implement fixed-window exponentiation to mitigate hyper-threading 2005-05-16 01:43:31 +00:00
example
generate
Makefile Make update. 2009-07-08 09:19:53 +00:00
p192.c
p512.c
p1024.c