kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
99e74b5b 2021-02-03 06:22:12 update version to LibreSSL 3.2.4
8965c0c0 2020-12-08 11:31:29 LibreSSL 3.2.3
13dd2db3 2020-12-08 16:17:45 Release notes for GENERAL_NAME_cmp() NULL deref
1c023edb 2020-10-18 22:14:03 modify nc build to link libcompat objects directly Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well.
d3cebddd 2020-10-08 17:43:07 wording tweak from jsing
8b1dc0df 2020-10-06 01:20:25 Fix typo :)
77c7de8b 2020-08-20 10:19:23 disable some additional libtls-standalone bits
86eb1113 2020-10-08 17:14:20 whito
381fc586 2020-08-20 09:53:08 remove libtls-standalone, it's unmaintained libtls-standalone was originally intended to make something that could link to any other OpenSSL fork or OpenSSL itself, but I don't think there's anyone who is terribly interested in that after all, so let's clean this up. #610 may be the better solution anyway.
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.