Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build | kinichiro | 2021-05-30 | 2 | -2/+4 |
| | |||||
* | Fix mingw build on ubuntu 20.04 | kinichiro | 2021-05-30 | 2 | -1/+3 |
| | | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | ||||
* | Split out android test | kinichiro | 2021-05-25 | 2 | -26/+30 |
| | |||||
* | Set continue-on-error to false | kinichiro | 2021-05-24 | 1 | -1/+1 |
| | |||||
* | Add pull_request trigger | kinichiro | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Force cmake to link strtonum shim with Darwin less than 20 | kinichiro | 2021-05-22 | 3 | -3/+6 |
| | | | | check_function_exists misinterprets as if strtonum exists on macos 10.15. | ||||
* | Use github actions for linux test | kinichiro | 2021-05-22 | 2 | -19/+69 |
| | |||||
* | Remove .travis.yml | kinichiro | 2021-05-22 | 1 | -67/+0 |
| | |||||
* | Land #668, add clang-cl build support. | Brent Cook | 2021-05-21 | 1 | -2/+1 |
|\ | |||||
| * | cmake: tweak for clang-cl | Paweł Wegner | 2021-05-18 | 1 | -2/+1 |
| | | | | | | | | This change allows libressl to be built with clang-cl. | ||||
* | | Land #669, add new tests | Brent Cook | 2021-05-21 | 5 | -0/+48 |
|\ \ | |||||
| * | | Add after_failure script to show failed test log | kinichiro | 2021-05-19 | 2 | -0/+21 |
| | | | |||||
| * | | Add regression dtlstest | kinichiro | 2021-05-15 | 3 | -0/+27 |
| |/ | |||||
* | | Add regression ssl_get_shared_ciphers | kinichiro | 2021-05-15 | 3 | -0/+14 |
| | | |||||
* | | Add regression tlslegacy | kinichiro | 2021-05-15 | 2 | -0/+10 |
| | | |||||
* | | Enable clienttest again | kinichiro | 2021-05-13 | 2 | -8/+6 |
| | | |||||
* | | Fix .gitignore | kinichiro | 2021-05-13 | 1 | -0/+5 |
|/ | |||||
* | Add tls12_key_schedule.c | kinichiro | 2021-05-10 | 2 | -0/+2 |
| | |||||
* | Land #664, update Android CI | Brent Cook | 2021-05-10 | 2 | -60/+26 |
|\ | |||||
| * | Fix Android CI | kinichiro | 2021-05-09 | 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 | ||||
* | | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 5 | -9/+22 |
| | | |||||
* | | Use object library for CMake | kinichiro | 2021-05-02 | 3 | -3/+35 |
|/ | |||||
* | bump arm library versions | Brent Cook | 2021-05-01 | 1 | -2/+2 |
| | |||||
* | disable some tests that rely on static library symbols | Brent Cook | 2021-05-01 | 1 | -0/+2 |
| | |||||
* | update to Ubuntu 18.0.4 LTS for CI testing | Brent Cook | 2021-05-01 | 1 | -6/+6 |
| | |||||
* | cmake test should be ec_point_conversion | Brent Cook | 2021-04-27 | 1 | -4/+4 |
| | |||||
* | add ec_point_conversion test | Brent Cook | 2021-04-27 | 2 | -0/+10 |
| | |||||
* | add tls12_lib.c | Brent Cook | 2021-04-27 | 2 | -0/+2 |
| | |||||
* | update manpage links | Brent Cook | 2021-04-18 | 1 | -0/+4 |
| | |||||
* | Mention switch to the legacy verifier in ChangeLogv3.3.2 | Theo Buehler | 2021-04-15 | 1 | -2/+5 |
| | |||||
* | update autotools | Brent Cook | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | More minor ChangeLog tweaks for 3.3.2 | Theo Buehler | 2021-04-15 | 1 | -5/+5 |
| | |||||
* | add --enable-libtls-only option | Brent Cook | 2021-04-15 | 1 | -0/+4 |
| | |||||
* | Tweak changelog for 3.3.2. | Joel Sing | 2021-04-15 | 1 | -42/+38 |
| | |||||
* | Fix a number of typos and expand a few entries | Theo Buehler | 2021-04-13 | 1 | -16/+18 |
| | |||||
* | Initial changelog for 3.3.2 | Theo Buehler | 2021-04-13 | 1 | -0/+295 |
| | |||||
* | rebase tlsexttest patch | Brent Cook | 2021-04-08 | 1 | -3/+3 |
| | |||||
* | update manpage links | Brent Cook | 2021-04-08 | 1 | -0/+4 |
| | |||||
* | update appveyor pre-build config to address build failures | Brent Cook | 2021-04-08 | 1 | -2/+1 |
| | |||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 11 | -68/+91 |
| | |||||
* | update links | Brent Cook | 2021-02-28 | 1 | -0/+1 |
| | |||||
* | fix leak in Windows version of pthread_mutex_free | Brent Cook | 2021-02-28 | 1 | -0/+1 |
| | | | | | Free the lock pointer in addition to the critical section. Thanks to martinkucera74 on github. | ||||
* | add ssl_methods test | Brent Cook | 2021-02-03 | 2 | -0/+6 |
| | |||||
* | update manpage links | Brent Cook | 2021-01-03 | 1 | -0/+18 |
| | |||||
* | add win32 pthread_mutex_destroy implementation | Brent Cook | 2020-12-21 | 1 | -0/+7 |
| | |||||
* | Add a few more bug fixes to the ChangeLog | Theo Buehler | 2020-12-08 | 1 | -0/+12 |
| | |||||
* | Release notes for GENERAL_NAME_cmp() NULL derefv3.3.1 | Theo Buehler | 2020-12-08 | 1 | -0/+15 |
| | |||||
* | zap stray word | Theo Buehler | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | Update ChangeLogv3.3.0 | kinichiro | 2020-11-21 | 1 | -1/+5 |
| | |||||
* | fix typo and split an overlong sentence | Theo Buehler | 2020-11-19 | 1 | -5/+4 |
| |