Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| fe903fb7 | 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 | ||
| 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 | ||
| e19aafe2 | 2022-03-25 11:37:50 | Copy ARM related files from arch/arm/ | ||
| 8ad1ac4b | 2022-03-21 07:33:54 | Add ASan status badge | ||
| d7bf245b | 2022-03-21 05:27:12 | update patch | ||
| f6deadbe | 2022-03-16 04:21:18 | add vwarnx | ||
| 15d1f01e | 2022-03-15 16:11:05 | add bn_mod_sqrt | ||
| a32554c6 | 2022-03-15 15:23:27 | remove local patch now upstream |