aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstreamed ocsp_testBrent Cook2023-07-071-14/+0
* Remove hard-coded optimization level in CMake buildsBrent Cook2023-07-071-1/+1
* remove Windows lld workaroundBrent Cook2023-07-071-21/+0
* Add hidden ec.h, ecdh.h, err.h, evp.h hkdf.hTheo Buehler2023-07-071-0/+5
* Add hidden rc2.h, pem.h, lhash.hTheo Buehler2023-07-071-0/+3
* Add hidden poly1305.h rand.h sm3.h sm4.hTheo Buehler2023-07-071-0/+4
* tweak Windows READMEBrent Cook2023-07-071-7/+7
* fixes #681, allow override of library POSTFIX for nested buildsBrent Cook2023-07-073-3/+3
* rename regress to rust regressBrent Cook2023-07-071-1/+1
* Land #886, add compat getopt implementationBrent Cook2023-07-078-37/+594
|\
| * add compat getopt implementation, remove patchesBrent Cook2023-07-078-37/+594
* | Land #883, improve socket / file descriptor checks on WindowsBrent Cook2023-07-072-25/+90
|\ \
| * | fix get/setsockopt reversed logicBrent Cook2023-07-061-2/+2
| * | remove unneeded extern since we're not trying to hack this into mingw-w64Brent Cook2023-07-061-12/+0
| * | change socket / file descriptor checks on windowsBrent Cook2023-07-062-25/+102
* | | Land #884, add Solaris test workflowBrent Cook2023-07-071-0/+27
|\ \ \
| * | | initial solaris test workflowBrent Cook2023-07-061-0/+27
| |/ /
* | | Land #885, change the trigger for running fuzzer testsBrent Cook2023-07-071-1/+6
|\ \ \
| * | | change the trigger for running fuzzer testsBrent Cook2023-07-071-1/+6
| |/ /
* | / remove aeadtest patch upstreamedBrent Cook2023-07-071-15/+0
| |/ |/|
* | hook bn_print to buildTheo Buehler2023-07-075-0/+13
* | Add hidden ts.hTheo Buehler2023-07-071-0/+1
|/
* update endian compatibility shimBrent Cook2023-07-061-18/+36
* 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
* | 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
* | add ventura and arm64 test targets, remove big surBrent Cook2023-07-042-30/+60
* | make cross compilation possible on macOS with CMakeBrent Cook2023-07-041-0/+9
* | generate opensslconf.h in build dir for cmakeBrent Cook2023-07-048-17/+39
|/
* disable client / server tests for nowBrent Cook2023-07-042-17/+20
* 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
| |/