openssl/crypto/dh
Dr. Stephen Henson c275fb091e Extend DH parameter generation support.
Add support for DH parameter generation using DSA methods including
FIPS 186-3.
(cherry picked from commit 3909087801)
2013-10-01 14:01:17 +01:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dh.h Extend DH parameter generation support. 2013-10-01 14:01:17 +01:00
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Enhance DH dup functions. 2013-10-01 14:01:17 +01:00
dh_asn1.c Enhance DH dup functions. 2013-10-01 14:01:17 +01:00
dh_check.c Update DH_check() to peform sensible checks when q parameter is present. 2012-04-07 17:40:08 +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 Redirect DH key and parameter generation. 2011-06-09 15:21:46 +00:00
dh_gen.c Redirect DH key and parameter generation. 2011-06-09 15:21:46 +00:00
dh_key.c New SP 800-56A compliant version of DH_compute_key(). 2013-10-01 14:01:17 +01:00
dh_lib.c Don't set default public key methods in FIPS mode so applications 2011-06-20 19:41:13 +00:00
dh_pmeth.c Extend DH parameter generation support. 2013-10-01 14:01:17 +01:00
dh_prn.c New utility pkeyparam. Enhance and bugfix algorithm specific parameter 2006-03-28 14:35:32 +00:00
dh_rfc5114.c branches: 1.2.2; 2012-04-07 17:41:51 +00:00
dhtest.c Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest. 2012-04-07 12:19:50 +00:00
example
generate
Makefile Reduce version skew: trivia (I hope). 2012-06-03 22:03:37 +00:00
p192.c
p512.c
p1024.c