From: Dr. Stephen Henson Date: Wed, 24 May 2017 14:28:40 +0000 (+0100) Subject: Add Ed25519 to trace output X-Git-Tag: OpenSSL_1_1_1-pre1~1264 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=881d2c5ed2aed08aa671ff0f79f895bf5fbf307c;ds=sidebyside Add Ed25519 to trace output Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3585) --- diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 2e9c43040d..e879bf1909 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -534,6 +534,7 @@ static ssl_trace_tbl ssl_sigalg_tbl[] = { {TLSEXT_SIGALG_ecdsa_secp384r1_sha384, "ecdsa_secp384r1_sha384"}, {TLSEXT_SIGALG_ecdsa_secp521r1_sha512, "ecdsa_secp521r1_sha512"}, {TLSEXT_SIGALG_ecdsa_sha224, "ecdsa_sha224"}, + {TLSEXT_SIGALG_ed25519, "ed25519"}, {TLSEXT_SIGALG_ecdsa_sha1, "ecdsa_sha1"}, {TLSEXT_SIGALG_rsa_pss_sha256, "rsa_pss_sha256"}, {TLSEXT_SIGALG_rsa_pss_sha384, "rsa_pss_sha384"},