Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-19 | Update ChangeLogv3.5.2 | kinichiro | 1 | -0/+1 | |
2022-04-19 | add a few more things | Theo Buehler | 1 | -0/+13 | |
2022-04-19 | LibreSSL 3.5.2 ChangeLog | Theo Buehler | 1 | -0/+43 | |
2022-04-19 | Fix unreachable nc portability shim | Sebastian Blunt | 2 | -2/+2 | |
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 | |||||
2022-04-11 | create OpenBSD 7.1 branch | Brent Cook | 1 | -1/+1 | |
2022-04-10 | Add regress objectstest | kinichiro | 2 | -0/+10 | |
2022-04-04 | add evp_pkey_cleanup test | Brent Cook | 3 | -0/+13 | |
2022-03-26 | CI: switch ASAN builds to clang | Ilya Shipitsin | 1 | -1/+1 | |
2022-03-25 | Copy ARM related files from arch/arm/ | kinichiro | 1 | -3/+3 | |
2022-03-21 | Add ASan status badge | Brent Cook | 1 | -0/+1 | |
2022-03-21 | update patch | Brent Cook | 1 | -4/+4 | |
2022-03-16 | add vwarnx | Brent Cook | 1 | -3/+9 | |
2022-03-15 | add bn_mod_sqrt | Brent Cook | 3 | -0/+11 | |
2022-03-15 | remove local patch now upstream | Brent Cook | 1 | -38/+0 | |
2022-03-13 | update Changelogv3.5.1 | Brent Cook | 1 | -0/+6 | |
2022-03-13 | add new tests | Brent Cook | 3 | -1/+34 | |