openssl/crypto/dsa
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 PROV: Add DERlib support for DSA 2020-04-07 11:16:56 +02:00
dsa_ameth.c Enable export_to functions to have access to the libctx 2020-04-09 12:24:24 +01:00
dsa_asn1.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_backend.c EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dsa_check.c Add DSA Key validation to default provider 2020-03-05 08:30:22 +10:00
dsa_depr.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
dsa_gen.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_key.c Add pairwise consistency self tests to asym keygenerators 2020-03-03 14:02:36 +10:00
dsa_lib.c Constify various mostly X509-related parameter types in crypto/ and apps/ 2020-03-23 08:30:37 +01:00
dsa_local.h Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_meth.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_ossl.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_pmeth.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_prn.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00
dsa_sign.c Add FFC param/key validation 2020-02-16 13:03:46 +10:00
dsa_vrf.c Deprecate the low level DSA functions. 2020-02-12 08:52:41 +10:00