boringssl/crypto/dh
David Benjamin e8f783ac0d Unwind DH_METHOD and DSA_METHOD.
This will allow a static linker (with -ffunction-sections since things aren't
split into files) to drop unused parts of DH and DSA. Notably, the parameter
generation bits pull in primality-checking code.

Change-Id: I25087e4cb91bc9d0ab43bcb267c2e2c164e56b59
Reviewed-on: https://boringssl-review.googlesource.com/6388
Reviewed-by: Adam Langley <agl@google.com>
2015-11-03 22:54:36 +00:00
..
check.c dh/check.c: check BN_CTX_get's return value. 2014-06-20 13:17:39 -07:00
CMakeLists.txt Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
dh_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
dh_test.cc Convert dh_test to C++. 2015-05-11 18:47:30 +00:00
dh.c Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
internal.h Recognize common DH parameter sets. 2015-01-16 14:46:59 -08:00
params.c Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00