CVS: cvs.openbsd.org: src
Joel Sing <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/15 07:56:38 Modified files: lib/libssl : ssl_clnt.c Log message: Remove check for use of TLSv1.2 ciphersuites with TLSv1.1 and earlier. We no longer negotiate any TLS version lower than TLSv1.2, so this is now redundant. ok tb@