CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/13 09:51:10
Modified files:
lib/libssl : ssl.h ssl_stat.c
Log message:
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@
