aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* change the trigger for running fuzzer testsBrent Cook2023-07-071-1/+6
| | | | | | | | Since fuzzers benefit more from being run regularly on the openbsd tree, and they take a long time, does it make more sense that the trigger is a cron like the Coverity job? They sometimes don't work in branches anyway, since the fuzz builds rely on external code being updated to match the master branch.
* update endian compatibility shimBrent Cook2023-07-061-18/+36
| | | | | Prefer function-like macros where possible, some style tweaks, and add Solaris support.
* make update.sh compatible with Solaris 11 tail behaviorBrent Cook2023-07-061-1/+1
|
* see #353, do not support Solaris 10Brent Cook2023-07-061-1/+1
|
* Add hidden asn1.h, asn1t.h, bio.h to buildTheo Buehler2023-07-051-0/+3
|
* Remove patches merged into upstreamTheo Buehler2023-07-052-149/+0
|
* Add hidden/openssl/chacha.hTheo Buehler2023-07-052-0/+15
|
* Remove patch that was merged upstreamTheo Buehler2023-07-051-35/+0
|
* Remove patch that was merged into upstreamTheo Buehler2023-07-051-76/+0
|
* Some ECDH and ECDSA files were (re)movedTheo Buehler2023-07-052-9/+5
|
* Land #880, move function attribute shimsBrent Cook2023-07-052-12/+12
|\
| * move attribute shimsBrent Cook2023-07-052-12/+12
| | | | | | | | | | There's not a great place for these, but since they are internal, we can just move them to the most common header.
* | only link libtls statically to libssl/libcrypto when building standaloneBrent Cook2023-07-051-1/+8
|/
* add Windows builder test actionsBrent Cook2023-07-051-0/+45
|
* update testssl.bat for TLS 1.0 removalBrent Cook2023-07-051-20/+19
|
* label individual macos build archesBrent Cook2023-07-051-1/+1
|
* Land #874, reenable ssltestBrent Cook2023-07-042-7/+7
|\
| * reenable ssltestBrent Cook2023-07-042-7/+7
| | | | | | | | failure was unrelated to tls 1.0/1.1 changes
* | add ventura and arm64 test targets, remove big surBrent Cook2023-07-042-30/+60
| | | | | | | | | | | | | | This reworks the macOS github actions to target Apple silicon for tests. To simplify the test matrix, removing big sur and adding ventura. Also some cleanups to the test script. We really don't need the 'x' workaround for non-POSIX shells, and it got confusing writing "xx86_64".
* | make cross compilation possible on macOS with CMakeBrent Cook2023-07-041-0/+9
| | | | | | | | | | | | Sync CMAKE_SYSTEM_PROCESSOR to CMAKE_OSX_ARCHITECTURES. This doesn't support universal binaries, but does allow cross-compiling for a single architecture by setting -DCMAKE_OSX_ARCHITECTURES=(arm64|x86_64)
* | generate opensslconf.h in build dir for cmakeBrent Cook2023-07-048-17/+39
|/
* disable client / server tests for nowBrent Cook2023-07-042-17/+20
| | | | | These were broken with the removal of TLS 1.0/1.1 support due to static checks in packet structure.
* Land #843, add signertest to buildBrent Cook2023-07-032-12/+23
|\
| * flip logic aroundBrent Cook2023-07-031-1/+4
| |
| * link signertest to buildTheo Buehler2023-07-032-12/+20
| |
* | Land #872, implement endbr64 workaround on macOS in preprocessorBrent Cook2023-07-033-9/+2
|\ \
| * | third try's a charmBrent Cook2023-07-032-2/+2
| | |
| * | define endbr64 as nopBrent Cook2023-07-032-2/+2
| | |
| * | move endbr64 removal to preprocessorBrent Cook2023-07-033-9/+2
| |/
* | legacy disablingBob Beck2023-07-021-0/+3
| |
* | Update ChangeLogTheo Buehler2023-07-021-0/+1
|/
* Update ChangeLogTheo Buehler2023-06-281-0/+1
|
* Update ChangeLogTheo Buehler2023-06-261-0/+1
|
* ech_local.h was removedTheo Buehler2023-06-251-1/+0
|
* Update ChangeLogTheo Buehler2023-06-251-1/+2
|
* Update ChangeLogTheo Buehler2023-06-241-1/+3
|
* Add bn_convert test to buildTheo Buehler2023-06-243-0/+11
|
* Regen patchesTheo Buehler2023-06-242-4/+4
|
* Update ChangeLogTheo Buehler2023-06-211-0/+4
|
* Link bn_primitives.c to the buildTheo Buehler2023-06-212-0/+2
|
* Update ChangeLogTheo Buehler2023-06-181-0/+1
|
* Update ChangeLogTheo Buehler2023-06-171-0/+4
|
* Update ChangeLogTheo Buehler2023-06-151-0/+2
|
* Tweak ChangeLogTheo Buehler2023-06-121-1/+1
|
* ChangeLog: small wording tweakTheo Buehler2023-06-111-1/+1
|
* Update ChangeLogTheo Buehler2023-06-111-0/+1
|
* Remove cms_cd.cTheo Buehler2023-06-112-2/+0
|
* Update ChangeLogTheo Buehler2023-06-091-0/+2
|
* Update ChangeLogTheo Buehler2023-06-061-1/+2
|
* Link BN_mod_inverse test to buildTheo Buehler2023-06-033-0/+11
|