CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/06/13 09:29:19
Modified files: lib/libssl : ssl_stat.c t1_enc.c Log message: Remove references to obsolete alerts. The "no_certificate" alert only existed in SSLv3, while the "decryption_failed" and "export_restriction" alerts were removed in TLSv1.1. ok tb@