Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-07 | upstreamed ocsp_test | Brent Cook | 1 | -14/+0 | |
2023-07-07 | Remove hard-coded optimization level in CMake builds | Brent Cook | 1 | -1/+1 | |
Fixes #683. These are not compiler-agnostic, and can interfere with user overrides as well. The defaults in Cmake are reasonable. | |||||
2023-07-07 | remove Windows lld workaround | Brent Cook | 1 | -21/+0 | |
2023-07-07 | Add hidden ec.h, ecdh.h, err.h, evp.h hkdf.h | Theo Buehler | 1 | -0/+5 | |
2023-07-07 | Add hidden rc2.h, pem.h, lhash.h | Theo Buehler | 1 | -0/+3 | |
2023-07-07 | Add hidden poly1305.h rand.h sm3.h sm4.h | Theo Buehler | 1 | -0/+4 | |
2023-07-07 | tweak Windows README | Brent Cook | 1 | -7/+7 | |
2023-07-07 | fixes #681, allow override of library POSTFIX for nested builds | Brent Cook | 3 | -3/+3 | |
2023-07-07 | rename regress to rust regress | Brent Cook | 1 | -1/+1 | |
2023-07-07 | remove aeadtest patch upstreamed | Brent Cook | 1 | -15/+0 | |
2023-07-07 | add compat getopt implementation, remove patches | Brent Cook | 8 | -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. | |||||
2023-07-07 | hook bn_print to build | Theo Buehler | 5 | -0/+13 | |
2023-07-07 | Add hidden ts.h | Theo Buehler | 1 | -0/+1 | |
2023-07-07 | change the trigger for running fuzzer tests | Brent Cook | 1 | -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. |