Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Need to pass crypto/err to -I | Theo Buehler | 2024-06-25 | 2 | -0/+2 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-25 | 1 | -0/+4 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | Link err_local.h to build | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-22 | 1 | -0/+1 |
| | |||||
* | Merge #1067 - Emscripten configuration note | Theo Buehler | 2024-06-20 | 1 | -0/+13 |
|\ | |||||
| * | add note about using emcmake with Emscripten in specific systems section | MoustaphaSaad | 2024-06-20 | 1 | -0/+12 |
| | | |||||
| * | add Emscripten to compatible operating systems list | MoustaphaSaad | 2024-06-20 | 1 | -0/+1 |
|/ | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+3 |
| | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+1 |
| | |||||
* | grammar tweak | Theo Buehler | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | Fix comment in emscripten.yml | Mostafa Saad | 2024-06-19 | 1 | -1/+1 |
| | | | Co-authored-by: Joshua Sing <joshua@joshuasing.dev> | ||||
* | use compat implementations of strlcpy and strlcat | MoustaphaSaad | 2024-06-19 | 1 | -7/+10 |
| | | | | strlcpy and strlcat Emscripten implementations cause ASAN errors. This commit disables strlcpy and strlcat detection and uses the compat implementations instead. | ||||
* | call prepare_emscripten_test_target for x509_asn1 to fix an OOM error | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
| | | | | when built in asan mode, x509_asn1 fails with an Out Of Memory error because of higher memory usage of address sanitizer. This commit sets `-sALLOW_MEMORY_GROWTH` for that target by calling prepare_emscripten_test_target | ||||
* | 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 |
| | | | | introduce prepare_emscripten_test_target function to setup `--preload-file` and `-sALLOW_MEMORY_GROWTH` linker flags for test targets | ||||
* | fix emscripten.yml workflow | MoustaphaSaad | 2024-06-19 | 1 | -4/+7 |
| | | | | fix formatting in some commands. Add missing -fsanitize=address to the ASAN test | ||||
* | 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 |
| | | | | tlstest uses socketpair syscall which is not supported by Emscripten | ||||
* | disable testrsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
| | | | | testrsa doesn't have an executable instead it uses openssl executable which access various files for IO. adding such files to --preload-file is infeasible. | ||||
* | disable testenc | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
| | | | | testenc doesn't have an executable instead it uses openssl executable which access various files for IO. adding such files to --preload-file is infeasible. | ||||
* | disable testdsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
| | | | | testdsa doesn't have an executable instead it uses openssl executable which access various files for IO. adding such files to --preload-file is infeasible. | ||||
* | fix ssltest | MoustaphaSaad | 2024-06-19 | 2 | -1/+10 |
| | | | | | changed the ssltest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix ssl_get_shared_ciphers | MoustaphaSaad | 2024-06-19 | 1 | -1/+5 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix shutdowntest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
| | | | | | changed the shutdowntest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix servertest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
| | | | | | changed the servertest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix quictest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
| | | | | | changed the quictest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix pq_test | MoustaphaSaad | 2024-06-19 | 1 | -0/+2 |
| | | | | changed the pq_test.sh to search to .js file as well | ||||
* | fix policy | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix keypairtest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix evptest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix cttest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | fix bn_unit | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
| | | | | | bn_unit uses more memory than Emscripten default initial heap size. ALLOW_MEMORY_GROWTH linker option is passed to fix the OOM error | ||||
* | fix apitest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
| | | | | added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | disable arc4randomforktest because Emscripten lacks fork support | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |
| | |||||
* | fix aeadtest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
| | | | | | changed the aeadtest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR | ||||
* | replace add_test with add_platform_test | MoustaphaSaad | 2024-06-19 | 1 | -122/+130 |
| | | | | In WebAssembly, you need to pass the generated a.out.js to node to run it, as it's not an executable by itself. | ||||
* | 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 |
| | | | | | | | | | | The Emscripten platform already supports the necessary Linux API. The only missing piece was adding a branch specifically for Emscripten and including the existing Linux file. This update enables all LibreSSL libraries to be built using the Emscripten toolchain. | ||||
* | 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 |
|/ / | | | | | | | Fixes #1064 | ||||
* | | 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 |
| | |