aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Link engine_stubs.c to buildTheo Buehler2023-07-212-0/+2
|
* Update ChangeLogTheo Buehler2023-07-191-0/+1
|
* update gitignoreTheo Buehler2023-07-161-0/+2
|
* link ecc_cdh testTheo Buehler2023-07-162-0/+10
|
* Reenable clienttest and servertestTheo Buehler2023-07-112-13/+9
|
* Rebase modes_local.h patch over KNF rampageTheo Buehler2023-07-081-13/+10
|
* Add hidden srtp.h and tls1.hTheo Buehler2023-07-081-0/+2
|
* Add hidden dh.hTheo Buehler2023-07-081-0/+1
|
* Add hidden curve25519.hTheo Buehler2023-07-081-0/+1
|
* Add hidden modes.hTheo Buehler2023-07-081-0/+1
|
* Add hidden cmac.h, dsa.h, gost.hTheo Buehler2023-07-081-0/+3
|
* sort hidden headersTheo Buehler2023-07-081-1/+1
|
* Add hidden objects.h, rsa.h, sha.hTheo Buehler2023-07-081-0/+3
|
* Add hidden bn.hTheo Buehler2023-07-081-0/+1
|
* Add hidden txt_cb.hTheo Buehler2023-07-081-0/+1
|
* Add hidden cast.h idea.h md4.h md5.h ocsp.hTheo Buehler2023-07-081-0/+5
|
* Add hidden crypto.hTheo Buehler2023-07-081-0/+1
|
* Add hidden buffer.h, cms.h, comp.h, conf_api.hTheo Buehler2023-07-081-0/+4
|
* Add hidden ct.h and dso.hTheo Buehler2023-07-081-3/+2
|
* Remove sm3_local.hTheo Buehler2023-07-081-1/+0
|
* Add hidden ecdh.h, sm3.hTheo Buehler2023-07-081-0/+2
|
* Remove hidden sm3.h and evp.h againTheo Buehler2023-07-081-2/+0
|
* upstreamed ocsp_testBrent Cook2023-07-071-14/+0
|
* Remove hard-coded optimization level in CMake buildsBrent Cook2023-07-071-1/+1
| | | | | Fixes #683. These are not compiler-agnostic, and can interfere with user overrides as well. The defaults in Cmake are reasonable.
* 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
| | | | | | | | | | | | | | | | | | This adds a getopt implementation for compatibility where it is not available, removing a couple of regress patches. Note, this is a slightly modified copy from OpenBSD libc that doesn't expose getopt_long, which has dependency conflicts with Windows system headers and isn't needed anyway.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | based on discussion in https://github.com/libressl/portable/issues/266 and https://bugs.python.org/issue23524 adjust the compat layer for Windows to use _get_osfhandle in combination with _set_thread_local_invalid_parameter_handler if applicable to more reliably determine if a handle is a socket, file, or closed socket. This prevents assertions when calling tls_close on an already-closed socket.
* | | Land #884, add Solaris test workflowBrent Cook2023-07-071-0/+27
|\ \ \
| * | | initial solaris test workflowBrent Cook2023-07-061-0/+27
| |/ / | | | | | | | | | This adds a builder for Solaris 11.4 based on https://github.com/vmactions/solaris-vm
* | | 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
| |/ / | | | | | | | | | | | | | | | | | | | | | 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.
* | / 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
| | | | | 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
|