]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use uncompressed point conversion form for 'tls ephemeral' ECC keys
authorAram Sargsyan <aram@isc.org>
Fri, 7 Jan 2022 20:37:46 +0000 (20:37 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 13 Jan 2022 11:03:06 +0000 (11:03 +0000)
commit0a19b5cd621a4cda588f7bc80705a898548859ce
tree76df2a2ba0a63b963dd0a4ff4e7842c4e1cf8a3b
parent2eee9242e390e3c3aa7d046c33516c91c053d0cc
Use uncompressed point conversion form for 'tls ephemeral' ECC keys

GnuTLS, NSS, and possibly other TLS libraries currently fail to work
with compressed point conversion form supported by OpenSSL.

Use uncompressed point conversion form for better compatibility.
lib/isc/tls.c