office-gobmx/external/openssl
Christian Lohmaier c3ed6e5a2c windows: use jom instead of nmake to build openssl if available
jom (https://wiki.qt.io/Jom) is a parallel version of nmake that
especially helps with building openssl since everything is compiled
individually/the compiler cannot use parallelism either.
Also in a LibreOffice build there's not much else that can be done in
parallel/other stuff requires openssl to be built to continue.

Change-Id: Ib16b0f947991a1d3255aeae7dc5d9bdee0b157a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177743
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2024-12-03 18:07:38 +01:00
..
configurable-z-option.patch.0 openssl: upgrade to release 3.0.11 2023-10-03 12:32:14 +02:00
ExternalPackage_openssl.mk upgrade to openssl-3.0.5 2022-09-10 15:34:54 +02:00
ExternalProject_openssl.mk windows: use jom instead of nmake to build openssl if available 2024-12-03 18:07:38 +01:00
Makefile fdo#70393: move openssl to a subdir of external 2013-11-04 02:29:08 -06:00
Module_openssl.mk cond. build is already handled in Module_external.mk 2016-10-23 20:13:21 +02:00
openssl-no-ipc-cmd.patch.0 Remove support for AIX 2023-01-27 07:28:16 +00:00
openssl-no-multilib.patch.0 external/openssl: fix and remove some patches 2022-11-04 11:58:33 +01:00
README openssl: upgrade to release 3.0.9 2023-06-13 08:36:22 +02:00
system-cannot-find-path-for-move.patch.0 openssl: upgrade to release 3.0.8 2023-02-08 14:22:00 +00:00
UnpackedTarball_openssl.mk openssl: upgrade to release 3.0.9 2023-06-13 08:36:22 +02:00

Open Source toolkit implementing SSL and TLS.

From [https://www.openssl.org/].

SSL = Secure Sockets Layer (SSL v2/v3) protocol.
TLS = Transport Layer Security (TLS v1) protocol.