Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3775a79f | 2020-09-20 13:37:52 | Link crypto and ssl object files directly instead of static library - Output object files list variable for libcrypto and libssl to .mk file. - Include object files list variable .mk from tls/Makefile - Link .lo files directly instead of static library for libtls. | ||
| 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 | ||
| 0ef7d54f | 2020-10-05 17:08:47 | SSL_set1_host() is now documented. | ||
| 7608ded0 | 2020-10-05 17:06:19 | SSL_set1_host() is not yet exposed. | ||
| 5562731e | 2020-10-05 21:53:04 | Update ChangeLog | ||
| e7f9e298 | 2020-10-04 18:43:35 | Remove points that made it into 3.2.1 | ||
| 1f6d4197 | 2020-10-05 01:15:25 | Update ChangeLog | ||
| 2dc9f8e3 | 2020-10-03 12:28:51 | Initial cut of the 3.2.2 ChangeLog | ||
| 17c88164 | 2020-09-20 02:09:35 | Make pthread_mutex static initialisation work on Windows. This takes the dynamic initialisation code added to CRYPTO_lock() in e5081719 and applies it to the Window's pthread_mutex implementation. This allows for PTHREAD_MUTEX_INITIALIZER to be used on Windows. bcook has agreed to place this code in the public domain (as per the rest of the code in pthread.h). | ||
| 5bedaf92 | 2020-09-15 21:42:58 | Update .gitignore |