openssl/crypto/dh
Matt Caswell 76e23fc50b Enable export_to functions to have access to the libctx
The EC export_to function calls EC_POINT_point2buf that can later
generate a random number in some circumstances. Therefore we pass in a
BN_CTX associated with the library context. This means we have to change
the export_to function signature to accept the library context.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11493)
2020-04-09 12:24:24 +01:00
..
build.info EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dh_ameth.c Enable export_to functions to have access to the libctx 2020-04-09 12:24:24 +01:00
dh_asn1.c
dh_backend.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dh_check.c
dh_depr.c
dh_err.c
dh_gen.c
dh_group_params.c
dh_kdf.c
dh_key.c
dh_lib.c Constify various mostly X509-related parameter types in crypto/ and apps/ 2020-03-23 08:30:37 +01:00
dh_local.h
dh_meth.c
dh_pmeth.c
dh_prn.c
dh_rfc5114.c