| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tlstest uses socketpair syscall which is not supported by Emscripten
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
|
| |
changed the ssltest.sh to search to .js file as well.
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
|
| |
changed the shutdowntest.sh to search to .js file as well.
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
|
| |
changed the servertest.sh to search to .js file as well.
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
|
| |
changed the quictest.sh to search to .js file as well.
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
changed the pq_test.sh to search to .js file as well
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
|
| |
bn_unit uses more memory than Emscripten default initial heap size.
ALLOW_MEMORY_GROWTH linker option is passed to fix the OOM error
|
|
|
|
| |
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
| |
|
|
|
|
|
| |
changed the aeadtest.sh to search to .js file as well.
added preload-file link flag to enable access to TEST_SOURCE_DIR
|
|
|
|
| |
In WebAssembly, you need to pass the generated a.out.js to node to run it, as it's not an executable by itself.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
|\ \ |
|
|/ /
| |
| |
| | |
Fixes #1064
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
When compiling in release mode the _CrtSetReportMode macro
gets replaced by void(0). This makes old_report_mode unused.
Silence a warning about it.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
Since it is mingw specific and does not really
involve other compilers.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
|\ \ \ |
|
|/ / / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ /
| | |
| | |
| | |
| | | |
Now that all uses of gmtime_r() and timegm() have been converted to
OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed.
|
| | | |
|