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 Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_backend.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dh_check.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_depr.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
dh_gen.c Add pairwise consistency self tests to asym keygenerators 2020-03-03 14:02:36 +10:00
dh_group_params.c Change DH_get_nid() to set the value of q if it is not already set 2020-03-07 07:47:58 +10:00
dh_kdf.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_key.c Change DH_get_nid() to set the value of q if it is not already set 2020-03-07 07:47:58 +10:00
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 Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dh_meth.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_pmeth.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_prn.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00
dh_rfc5114.c Deprecate the low level Diffie-Hellman functions. 2020-02-20 19:04:57 +10:00