openssl/providers/implementations/signature
Matt Caswell 5435044fd6 Enable Ed25519 signing/verifying to use the libctx
Ed25519 needs to fetch a digest and so needs to use the correct libctx.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11496)
2020-04-09 16:10:00 +01:00
..
build.info PROV: Add DERlib support for ECDSA and EC keys 2020-04-07 11:16:56 +02:00
dsa.c PROV: Add DERlib support for DSA 2020-04-07 11:16:56 +02:00
ecdsa.c PROV: Add DERlib support for ECDSA and EC keys 2020-04-07 11:16:56 +02:00
eddsa.c Enable Ed25519 signing/verifying to use the libctx 2020-04-09 16:10:00 +01:00
rsa.c