kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
5fe512b4 2022-05-15 21:39:01 3.5.3 stable update
c9de0a43 2022-04-16 20:55:27 Update ChangeLog
66c36b45 2022-04-15 18:34:43 add a few more things
e734f1d1 2022-04-15 18:03:35 LibreSSL 3.5.2 ChangeLog
c35f5f1d 2022-04-15 23:48:50 Fix unreachable nc portability shim This fixes nc failing to run on darwin due to it incorrectly setting the linux-specific SOCK_NONBLOCK flag on connect. nc already had a portability shim in apps/nc/compat/sys/socket.h, which kicks in if SOCK_NONBLOCK is undefined. But that header includes include/compat/sys/socket.h, which also has a portability shim that defines a default value for SOCK_NONBLOCK if it's undefined. Thus the first portability shim was unreachable. Fixes this by moving the NEED_SOCKET_FLAGS flag into the outer shim, and having the inner shim activate if NEED_SOCKET_FLAGS is defined. This closes https://github.com/libressl-portable/portable/issues/631
ac56ad74 2022-04-13 22:29:48 Land #743, add objectstest
d8279404 2022-04-11 15:15:22 create OpenBSD 7.1 branch
b2c59887 2022-04-10 12:13:31 Add regress objectstest
b52dc3d9 2022-04-04 01:09:27 add evp_pkey_cleanup test
e5263d71 2022-03-26 21:48:14 CI: switch ASAN builds to clang