openssl/include
Richard Levitte 0e52100400 EVP: Make the SIGNATURE implementation leaner
Because the algorithm to use is decided already when creating an
EVP_PKEY_CTX regardless of how it was created, it turns out that it's
unnecessary to provide the SIGNATURE method explicitly, and rather
always have it be fetched implicitly.

This means fewer changes for applications that want to use new
signature algorithms / implementations.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10303)
2019-11-05 22:22:29 +01:00
..
crypto EVP: Make the KEYEXCH implementation leaner 2019-11-05 22:20:06 +01:00
internal s390x assembly pack: process x25519 and x448 non-canonical values 2019-11-05 13:53:04 +01:00
openssl EVP: Make the SIGNATURE implementation leaner 2019-11-05 22:22:29 +01:00