]> git.ipfire.org Git - thirdparty/openssl.git/commit
Cleanup hardcoded cipher suite codepoints in s_server
authorJohannes Bauer <joe@johannes-bauer.com>
Wed, 23 Oct 2019 12:03:32 +0000 (14:03 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 28 Oct 2019 11:01:59 +0000 (11:01 +0000)
commitc2183fdc1a9cd60bbfe8823822def0d09aa5ef3a
tree0a1e0e1a889556079ea135f247bc71cc87f64b7f
parent432d6953d65e7229ac138c49357856cc494ff438
Cleanup hardcoded cipher suite codepoints in s_server

The hardcoded code points for TLSv1.3 cipher suites are used in the TLS
PSK server callback. However, they seem to have been refactored a while
ago to use tls13_aes128gcmsha256_id, so these defines are not necessary
within the s_server code anymore.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10243)

(cherry picked from commit aed8c47cbcc8a289bea433ead2effea035187260)
apps/s_server.c