Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4722dcf7 | 2020-10-06 20:04:54 | create 3.2.x stable branch | ||
| 8e40ed2a | 2020-10-06 20:04:45 | update manpage links | ||
| d3cebddd | 2020-10-08 17:43:07 | wording tweak from jsing | ||
| 4d84baf3 | 2020-10-08 19:16:22 | ChangeLog improvements. | ||
| 7b8b95a6 | 2020-08-20 09:30:21 | Configure libtls and nc(1) to statically link to libcrypto/ssl An issue that Reyk Floeter noted while building a Debian package for LibreSSL is that installing libtls along with OpenSSL causes linker issues since it will often pick up the wrong libcrypto/libssl. This change makes libtls statically link the object files it needs rather than relying on the shared libraries, effectively making libtls self-contained and able to be packaged independently. This should make it possible for other projects that also use libtls to be able to package support without requiring the target OS to ship libcrypto / libssl from LibreSSL. https://salsa.debian.org/reyk-guest/libressl/-/commit/678278df55ce866f2f363998ca690442fa786c66 | ||
| 6693b2eb | 2020-10-07 21:54:19 | Zap many things that are promised for later We can mention the new OpenSSL compat API and the validator API when they're enabled. The commit message for the validator is out of place. | ||
| 86eb1113 | 2020-10-08 17:14:20 | whito | ||
| 4de6e298 | 2020-10-07 16:54:18 | Mention TLSv1.3 server up front, then validator. Other minor tweaks. | ||
| 2200d29a | 2020-10-07 23:35:51 | Update ChangeLog | ||
| cfe0081a | 2020-10-08 21:35:00 | Mention cleanup and refactoring of ssl_prev_session(). |