Add SSL_AD_MISSING_EXTENSION.
authorjsing <jsing@openbsd.org>
Sun, 13 Jun 2021 15:51:10 +0000 (15:51 +0000)
committerjsing <jsing@openbsd.org>
Sun, 13 Jun 2021 15:51:10 +0000 (15:51 +0000)
commit8e83d273264d79c5b535693302923e7af1b6cc04
tree581f10426a7cd08605d4d19987611ed709971722
parent3c03665ab17a4a617a3a87425c74c4880de856f3
Add SSL_AD_MISSING_EXTENSION.

This is an alert that was added in TLSv1.3 - we already use it internally,
but did not provide the SSL_AD_* define previously.

ok tb@
lib/libssl/ssl.h
lib/libssl/ssl_stat.c