aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Land #1362 - enable RISC-V BN asmTheo Buehler2026-08-144-0/+19
|\
| * Enable RISC-V BN assembly with autotoolsKenjiro Nakayama2026-08-132-0/+4
| * ci: test RISC-V with QEMUKenjiro Nakayama2026-08-132-0/+15
|/
* Land #1360 - Use VS 2026 for Windows ARM64Theo Buehler2026-08-131-2/+2
|\
| * ci: use Visual Studio 2026 for Windows ARM64Kenjiro Nakayama2026-08-131-2/+2
* | Land #1359 - detect and work around MSVC ARM64 optimizer bugTheo Buehler2026-08-132-2/+95
|\ \
| * | Revert windows-11-vs2026-arm in workflowKenjiro Nakayama2026-08-131-2/+2
| * | cmake: detect the MSVC ARM64 optimizer bugKenjiro Nakayama2026-08-132-2/+94
| * | crypto: limit MSVC ARM64 workaround to older compilersKenjiro Nakayama2026-08-121-0/+22
| * | ci: use Visual Studio 2026 for Windows ARM64Kenjiro Nakayama2026-08-122-23/+2
* | | Land #1358 - fix setting cloexec in socketpair shimTheo Buehler2026-08-131-3/+4
|\ \ \
| * | | set cloexec on the socket handle in win32 socketpair setfdKartik Naik2026-08-111-3/+4
| |/ /
* | | Land #1357 - merge ftruncate shim into posix_win.c and fix itTheo Buehler2026-08-135-26/+8
|\ \ \ | |_|/ |/| |
| * | merge the ftruncate shim into posix_win.cKartik Naik2026-08-115-26/+8
| |/
* | Land #1360 - reduce scope of set +e in update.shTheo Buehler2026-08-121-1/+1
|\ \ | |/ |/|
| * update.sh: do not ignore git failuresKenjiro Nakayama2026-08-121-1/+1
|/
* Update man linksTheo Buehler2026-08-101-1/+0
*-. Land #1350, #1356 - update codeql, freebsd-vm actionsTheo Buehler2026-08-102-3/+3
|\ \
| | * ci: update vmactions/freebsd-vm action to v1.5.3renovate[bot]2026-08-091-2/+2
| * | ci: update github/codeql-action action to v4.37.6renovate[bot]2026-08-081-1/+1
| |/
* | Land #1355 - run Windows ARM64 tests on native runnersTheo Buehler2026-08-102-4/+43
|\ \
| * | ci: run Windows ARM64 tests on native runnersKenjiro Nakayama2026-08-092-4/+43
| |/
* | Land #1354 - enable SHA assembly on ELF Aarch64Theo Buehler2026-08-102-2/+5
|\ \
| * | cmake: enable SHA assembly on ELF AArch64Kenjiro Nakayama2026-08-092-2/+5
| |/
* | Land #1352 - install CI dependencies in workflowsTheo Buehler2026-08-103-20/+28
|\ \
| * | Install CI dependencies in workflowsKenjiro Nakayama2026-08-083-20/+28
| |/
* | Land #1351 - build emscripten targets in parallelTheo Buehler2026-08-101-2/+2
|\ \
| * | Build Emscripten targets in parallelKenjiro Nakayama2026-08-081-2/+2
| |/
* | Land #1353 - fix pthread_mutex_destroy() for statically initialized never loc...Theo Buehler2026-08-101-2/+5
|\ \
| * | fix double free of lock in pthread_mutex_destroyKartik Naik2026-08-081-2/+5
| |/
* | Land #1349 - use builtin arc4random on weekly seeded cmake platformsTheo Buehler2026-08-101-0/+58
|\ \ | |/ |/|
| * cmake: use the builtin arc4random on weakly seeded platformsKartik Naik2026-08-031-0/+58
|/
* Land #1348 - update github/codeql-action action to v4.37.4Theo Buehler2026-08-021-1/+1
|\
| * ci: update github/codeql-action action to v4.37.4renovate[bot]2026-08-021-1/+1
* | Land #1342 - verify accepted peer in win32 socketpair emulationTheo Buehler2026-08-021-1/+30
|\ \
| * | verify the accepted peer in the win32 socketpair emulationKartik Naik2026-07-301-1/+30
* | | Land #1347 - use full sysconf path for OPENSSLDIRTheo Buehler2026-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | cmake: use full sysconf path for OPENSSLDIRKenjiro Nakayama2026-08-011-1/+1
|/ /
* | Land #1345 - add guards for pledge and unveilTheo Buehler2026-07-313-1/+16
|\ \
| * | don't override pledge and unveil when the host provides themKartik Naik2026-08-013-1/+16
|/ /
* | Land #1343 - hook up x509 callback testsTheo Buehler2026-07-314-8/+135
|\ \
| * | pass the bundled CA file to callbackfailuresKenjiro Nakayama2026-07-311-1/+3
| * | hook up the x509 callback testsKenjiro Nakayama2026-07-314-8/+133
|/ /
* | Land #1341 - wire up libssl verify testTheo Buehler2026-07-3015-5/+213
|\ \
| * | Update tests/CMakeLists.txtKenjiro Nakayama2026-07-301-4/+1
| * | Add ALLOW_MEMORY_GROWTH on emscriptionKenjiro Nakayama2026-07-301-1/+2
| * | Run libssl verify test on EmscriptenKenjiro Nakayama2026-07-303-2/+24
| * | Run libssl verify test on windowsKenjiro Nakayama2026-07-304-4/+61
| * | ci: install the IO::Socket::SSL test dependencyKenjiro Nakayama2026-07-305-4/+26
| * | add libssl verify testKenjiro Nakayama2026-07-307-0/+109