aboutsummaryrefslogtreecommitdiff
path: root/ssl (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-19fix servertestMoustaphaSaad2-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
2024-06-19fix quictestMoustaphaSaad2-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
2024-06-19fix pq_testMoustaphaSaad1-0/+2
changed the pq_test.sh to search to .js file as well
2024-06-19fix policyMoustaphaSaad1-0/+3
added preload-file link flag to enable access to TEST_SOURCE_DIR
2024-06-19fix keypairtestMoustaphaSaad1-0/+3
added preload-file link flag to enable access to TEST_SOURCE_DIR
2024-06-19fix evptestMoustaphaSaad1-0/+3
added preload-file link flag to enable access to TEST_SOURCE_DIR
2024-06-19fix cttestMoustaphaSaad1-0/+3
added preload-file link flag to enable access to TEST_SOURCE_DIR
2024-06-19fix bn_unitMoustaphaSaad1-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
2024-06-19fix apitestMoustaphaSaad1-0/+3
added preload-file link flag to enable access to TEST_SOURCE_DIR
2024-06-19disable arc4randomforktest because Emscripten lacks fork supportMoustaphaSaad1-1/+2
2024-06-19fix aeadtestMoustaphaSaad2-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
2024-06-19replace add_test with add_platform_testMoustaphaSaad1-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.
2024-06-19disable explicit_bzero because of lack of sigsuspend support on EmscriptenMoustaphaSaad1-1/+2
2024-06-19Add Emscripten branch to arc4randomMostafa Saad1-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.
2024-06-05distribute `compat/stdint.h`Viktor Szakats1-0/+1
Fixes #1064
2024-06-02Tweak changelogTheo Buehler1-1/+1
2024-06-01Update ChangeLogTheo Buehler1-0/+1
2024-06-01Update ChangeLogTheo Buehler1-0/+2
2024-05-30Update ChangeLogTheo Buehler1-0/+4
2024-05-31cmake: match autoconf build in terms of HAVE_AES macrosTheo Buehler1-0/+20
2024-05-29ci: add event number to concurrency groupJoshua Sing11-11/+11
2024-05-28Link x509_extensions_test to buildTheo Buehler3-0/+11
2024-05-28Remove dead bitrig support, error on unsupported platformsBrent Cook2-2/+8
2024-05-26Update ChangeLogTheo Buehler1-1/+1
2024-05-26Make RFC 5280 test xfail on 32-bit time_t systemsTheo Buehler4-48/+19
2024-05-25Clean up the time_t test messTheo Buehler4-21/+22
The RFC 5280 test now passes also with small time_t. The ASN.1 time test now has a test case that makes it fail for small time t. In that case use a wrapper script that prins why the test is expected to fail and makes the test suite fail if it passes.
2024-05-25Update ChangeLogTheo Buehler1-0/+2
2024-05-25tweak ChangeLogTheo Buehler1-1/+1
2024-05-25Remove timegm() compatTheo Buehler7-245/+0
Now that all uses of gmtime_r() and timegm() have been converted to OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed.
2024-05-25Try to simplify build instruction.Christian Andersen2-60/+52
In particular simplify the Windows build instructions, by only having a short CMake section about it. While mentioning that bash shell is required also on Windows up-front. Splits the build section into a section for configure and one for CMake so it is easier to pick one of them. Moves the additional CMake options into the CMake section. Moves dist.sh text into the configure section as it is configure specific.
2024-05-25Rename README.windows to README.mingw.mdChristian Andersen4-5/+5
Since it is mingw specific and does not really involve other compilers.
2024-05-25Remove the dist-win compilation scriptChristian Andersen2-70/+0
With the CMake version of building for windows there is support for building with MINGW, clang, and Visual Studio. CMake can build for MINGW using the regular method of autogen and CMake. Removing this makes it a bit simpler to get an overview of how to build for windows. Reducing confusion.
2024-05-25Update man linksTheo Buehler1-2/+0
2024-05-24bye bye enc_writ.cTheo Buehler2-2/+0
2024-05-22Update ChangeLogTheo Buehler1-0/+1
2024-05-17CI: introduce Ubuntu 24.04Ilia Shipitsin1-1/+1
2024-05-13Update man linksTheo Buehler1-0/+1
2024-05-11Update ChangeLogTheo Buehler1-0/+2
2024-05-09Update ChangeLogTheo Buehler1-0/+1
2024-05-08Update ChangeLogTheo Buehler1-0/+1
2024-05-06Link lhash_test to buildTheo Buehler3-0/+11
2024-05-06Update ChangeLogTheo Buehler1-0/+3
2024-05-04Update ChangeLogTheo Buehler1-0/+1
2024-04-30Add libtool for cmake_config CITheo Buehler1-1/+1
2024-04-30Update man linksTheo Buehler1-0/+2
2024-04-29Update ChangeLogTheo Buehler1-0/+2
2024-04-25Update man linksTheo Buehler1-6/+0
2024-04-25link crypto_test to the buildTheo Buehler3-0/+13
2024-04-25pem2.h headed to the bit bucketTheo Buehler1-1/+1
2024-04-17Update ChangeLogTheo Buehler1-0/+3