aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-19Update ChangeLogv3.5.2kinichiro1-0/+1
2022-04-19add a few more thingsTheo Buehler1-0/+13
2022-04-19LibreSSL 3.5.2 ChangeLogTheo Buehler1-0/+43
2022-04-19Fix unreachable nc portability shimSebastian Blunt2-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-11create OpenBSD 7.1 branchBrent Cook1-1/+1
2022-04-10Add regress objectstestkinichiro2-0/+10
2022-04-04add evp_pkey_cleanup testBrent Cook3-0/+13
2022-03-26CI: switch ASAN builds to clangIlya Shipitsin1-1/+1
2022-03-25Copy ARM related files from arch/arm/kinichiro1-3/+3
2022-03-21Add ASan status badgeBrent Cook1-0/+1
2022-03-21update patchBrent Cook1-4/+4
2022-03-16add vwarnxBrent Cook1-3/+9
2022-03-15add bn_mod_sqrtBrent Cook3-0/+11
2022-03-15remove local patch now upstreamBrent Cook1-38/+0
2022-03-13update Changelogv3.5.1Brent Cook1-0/+6
2022-03-13add new testsBrent Cook3-1/+34