Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | group testdsa, testenc, and testrsa under a single if(NOT EMSCRIPTEN) | MoustaphaSaad | 2024-06-19 | 1 | -13/+5 |
* | use -gsource-map instead of -ggdb | MoustaphaSaad | 2024-06-19 | 1 | -1/+1 |
* | replace if(EMSCRIPTEN) with prepare_emscripten_test_target function | MoustaphaSaad | 2024-06-19 | 1 | -36/+31 |
* | fix emscripten.yml workflow | MoustaphaSaad | 2024-06-19 | 1 | -4/+7 |
* | simplify explicit_bzero comment | MoustaphaSaad | 2024-06-19 | 1 | -2/+1 |
* | use emcmake instead of feeding toolchain file manually | MoustaphaSaad | 2024-06-19 | 1 | -2/+2 |
* | wrap bn_unit ALLOW_MEMORY_GROWTH in if(EMSCRIPTEN) | MoustaphaSaad | 2024-06-19 | 1 | -1/+3 |
* | add initial Emscripten CI workflow | MoustaphaSaad | 2024-06-19 | 1 | -0/+68 |
* | disable tlstest | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |
* | disable testrsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | disable testenc | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | disable testdsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | fix ssltest | MoustaphaSaad | 2024-06-19 | 2 | -1/+10 |
* | fix ssl_get_shared_ciphers | MoustaphaSaad | 2024-06-19 | 1 | -1/+5 |
* | fix shutdowntest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix servertest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix quictest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix pq_test | MoustaphaSaad | 2024-06-19 | 1 | -0/+2 |
* | fix policy | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix keypairtest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix evptest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix cttest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix bn_unit | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
* | fix apitest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | disable arc4randomforktest because Emscripten lacks fork support | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |
* | fix aeadtest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | replace add_test with add_platform_test | MoustaphaSaad | 2024-06-19 | 1 | -122/+130 |
* | disable explicit_bzero because of lack of sigsuspend support on Emscripten | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |
* | Add Emscripten branch to arc4random | Mostafa Saad | 2024-06-19 | 1 | -0/+3 |
* | Land #1063 - add event number to concurrency group | Theo Buehler | 2024-06-06 | 11 | -11/+11 |
|\ | |||||
| * | ci: add event number to concurrency group | Joshua Sing | 2024-05-29 | 11 | -11/+11 |
* | | Land #1065 - add compat/stdint.h | Theo Buehler | 2024-06-05 | 1 | -0/+1 |
|\ \ | |||||
| * | | distribute `compat/stdint.h` | Viktor Szakats | 2024-06-05 | 1 | -0/+1 |
|/ / | |||||
* | | Tweak changelog | Theo Buehler | 2024-06-02 | 1 | -1/+1 |
* | | Update ChangeLog | Theo Buehler | 2024-06-01 | 1 | -0/+1 |
* | | Update ChangeLog | Theo Buehler | 2024-06-01 | 1 | -0/+2 |
* | | Update ChangeLog | Theo Buehler | 2024-05-30 | 1 | -0/+4 |
* | | Land #1062 - add HAVE_AES_* to cmake | Theo Buehler | 2024-05-31 | 1 | -0/+20 |
|\ \ | |/ |/| | |||||
| * | cmake: match autoconf build in terms of HAVE_AES macros | Theo Buehler | 2024-05-31 | 1 | -0/+20 |
|/ | |||||
* | Link x509_extensions_test to build | Theo Buehler | 2024-05-28 | 3 | -0/+11 |
* | Land #1046, [Windows] Mark old_report_mode as unused for release builds | Brent Cook | 2024-05-28 | 1 | -2/+3 |
|\ | |||||
| * | [Windows] Mark old_report_mode as unused | Christian Andersen | 2024-04-09 | 1 | -2/+3 |
* | | Land #1048, clarify that Windows builds are easy | Brent Cook | 2024-05-28 | 5 | -133/+55 |
|\ \ | |||||
| * | | Try to simplify build instruction. | Christian Andersen | 2024-05-25 | 2 | -60/+52 |
| * | | Rename README.windows to README.mingw.md | Christian Andersen | 2024-05-25 | 4 | -5/+5 |
| * | | Remove the dist-win compilation script | Christian Andersen | 2024-05-25 | 2 | -70/+0 |
* | | | Remove dead bitrig support, error on unsupported platforms | Brent Cook | 2024-05-28 | 2 | -2/+8 |
* | | | Update ChangeLog | Theo Buehler | 2024-05-26 | 1 | -1/+1 |
* | | | Land #1057 - Make RFC 5280 tests XFAIL for small time_t | Theo Buehler | 2024-05-26 | 4 | -48/+19 |
|\ \ \ | |||||
| * | | | Make RFC 5280 test xfail on 32-bit time_t systems | Theo Buehler | 2024-05-26 | 4 | -48/+19 |
|/ / / |