Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-13 | OPENBSD_7_0 branch | Brent Cook | 1 | -1/+1 | |
2021-09-14 | add minimal 3.4.0 changelogv3.4.0 | Brent Cook | 1 | -0/+23 | |
2021-09-13 | update manpage links | Brent Cook | 1 | -0/+5 | |
2021-09-08 | add new man links | Brent Cook | 1 | -6/+71 | |
2021-09-08 | add new files to build | Brent Cook | 3 | -0/+5 | |
2021-07-20 | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable | Tobias Heider | 1 | -0/+1 | |
stack annotations for the GNU toolchain. | |||||
2021-07-19 | disable dtlstest when static libraries are not built | Brent Cook | 1 | -1/+1 | |
2021-07-19 | update man links | Brent Cook | 1 | -0/+30 | |
2021-06-09 | Update pc files | kinichiro | 3 | -7/+0 | |
- Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required | |||||
2021-05-30 | add OS to cross compile name | Brent Cook | 1 | -1/+1 | |
2021-05-30 | disable continue-on-error | Brent Cook | 2 | -3/+3 | |
2021-05-30 | add dtls_locl.h | Brent Cook | 1 | -0/+1 | |
2021-05-30 | update badges, further split out actions by OS, add more Linux targets | Brent Cook | 7 | -45/+55 | |
2021-05-30 | Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build | kinichiro | 2 | -2/+4 | |
2021-05-30 | Fix mingw build on ubuntu 20.04 | kinichiro | 2 | -1/+3 | |
- Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | |||||
2021-05-29 | Fix UWP build | kinichiro | 2 | -15/+20 | |
- Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP | |||||
2021-05-25 | Split out android test | kinichiro | 2 | -26/+30 | |
2021-05-24 | Set continue-on-error to false | kinichiro | 1 | -1/+1 | |
2021-05-22 | Add pull_request trigger | kinichiro | 1 | -1/+1 | |
2021-05-22 | Force cmake to link strtonum shim with Darwin less than 20 | kinichiro | 3 | -3/+6 | |
check_function_exists misinterprets as if strtonum exists on macos 10.15. | |||||
2021-05-22 | Use github actions for linux test | kinichiro | 2 | -19/+69 | |
2021-05-22 | Remove .travis.yml | kinichiro | 1 | -67/+0 | |
2021-05-19 | Add after_failure script to show failed test log | kinichiro | 2 | -0/+21 | |
2021-05-18 | cmake: tweak for clang-cl | Paweł Wegner | 1 | -2/+1 | |
This change allows libressl to be built with clang-cl. | |||||
2021-05-15 | Add regression dtlstest | kinichiro | 3 | -0/+27 | |
2021-05-15 | Add regression ssl_get_shared_ciphers | kinichiro | 3 | -0/+14 | |
2021-05-15 | Add regression tlslegacy | kinichiro | 2 | -0/+10 | |
2021-05-13 | Enable clienttest again | kinichiro | 2 | -8/+6 | |
2021-05-13 | Fix .gitignore | kinichiro | 1 | -0/+5 | |
2021-05-10 | Add tls12_key_schedule.c | kinichiro | 2 | -0/+2 | |
2021-05-09 | Fix Android CI | kinichiro | 2 | -60/+26 | |
- Targeted to Android 8.0 (API level 26) and above - Build for x86_64, x86 and arm64-v8a, stop searching dir for detecting ABI - Use newer version of ndk and cmake - Suppress sdkmanager messages to reduce log output - Add log messages to tell CI running right | |||||
2021-05-07 | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 5 | -9/+22 | |
2021-05-02 | Use object library for CMake | kinichiro | 3 | -3/+35 | |
2021-05-01 | bump arm library versions | Brent Cook | 1 | -2/+2 | |
2021-05-01 | disable some tests that rely on static library symbols | Brent Cook | 1 | -0/+2 | |
2021-05-01 | update to Ubuntu 18.0.4 LTS for CI testing | Brent Cook | 1 | -6/+6 | |
2021-04-27 | cmake test should be ec_point_conversion | Brent Cook | 1 | -4/+4 | |
2021-04-27 | add ec_point_conversion test | Brent Cook | 2 | -0/+10 | |
2021-04-27 | add tls12_lib.c | Brent Cook | 2 | -0/+2 | |
2021-04-18 | update manpage links | Brent Cook | 1 | -0/+4 | |
2021-04-15 | Mention switch to the legacy verifier in ChangeLogv3.3.2 | Theo Buehler | 1 | -2/+5 | |
2021-04-15 | update autotools | Brent Cook | 1 | -1/+1 | |
2021-04-15 | More minor ChangeLog tweaks for 3.3.2 | Theo Buehler | 1 | -5/+5 | |
2021-04-15 | add --enable-libtls-only option | Brent Cook | 1 | -0/+4 | |
2021-04-15 | Tweak changelog for 3.3.2. | Joel Sing | 1 | -42/+38 | |
2021-04-13 | Fix a number of typos and expand a few entries | Theo Buehler | 1 | -16/+18 | |
2021-04-13 | Initial changelog for 3.3.2 | Theo Buehler | 1 | -0/+295 | |
2021-04-08 | rebase tlsexttest patch | Brent Cook | 1 | -3/+3 | |
2021-04-08 | update manpage links | Brent Cook | 1 | -0/+4 | |
2021-04-08 | update appveyor pre-build config to address build failures | Brent Cook | 1 | -2/+1 | |