]> git.ipfire.org Git - thirdparty/curl.git/commit
OpenSSL: Include SIG and KEM algorithms in verbose
authorAlex Bozarth <ajbozart@us.ibm.com>
Tue, 3 Oct 2023 22:30:13 +0000 (17:30 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Oct 2023 22:11:12 +0000 (00:11 +0200)
commitb6e6d4ff8f253c8b8055bab9d4d6a10f9be109f3
tree11dbbd228b63cd3c5406909f547620e304208129
parent19a82c12c098ec201fe3a03c6b5dcc8962843864
OpenSSL: Include SIG and KEM algorithms in verbose

Currently the verbose output does not include which algorithms are used
for the signature and key exchange when using OpenSSL. Including the
algorithms used will enable better debugging when working on using new
algorithm implementations. Know what algorithms are used has become more
important with the fast growing research into new quantum-safe
algorithms.

This implementation includes a build time check for the OpenSSL version
to use a new function that will be included in OpenSSL 3.2 that was
introduced in openssl/openssl@6866824

Based-on-patch-by: Martin Schmatz <mrt@zurich.ibm.com>
Closes #12030
lib/vtls/openssl.c