2018-11-04 01:38:04 +08:00
|
|
|
# Note that some of these directories are filtered in Configure. Look for
|
|
|
|
# %skipdir there for further explanations.
|
2020-04-22 08:38:10 +08:00
|
|
|
|
2024-04-06 10:20:54 +08:00
|
|
|
SUBDIRS=crypto ssl apps util tools fuzz providers doc
|
2021-02-05 22:39:32 +08:00
|
|
|
IF[{- !$disabled{tests} -}]
|
|
|
|
SUBDIRS=test
|
|
|
|
ENDIF
|
2024-04-06 10:20:54 +08:00
|
|
|
IF[{- !$disabled{demos} -}]
|
|
|
|
SUBDIRS=demos
|
|
|
|
ENDIF
|
2020-04-22 08:38:10 +08:00
|
|
|
IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
|
|
SUBDIRS=engines
|
|
|
|
ENDIF
|
2023-05-03 18:29:00 +08:00
|
|
|
SUBDIRS=exporters
|
2018-11-04 01:26:35 +08:00
|
|
|
|
2016-01-30 06:33:10 +08:00
|
|
|
LIBS=libcrypto libssl
|
2019-09-28 06:45:33 +08:00
|
|
|
INCLUDE[libcrypto]=. include
|
2016-06-30 04:59:50 +08:00
|
|
|
INCLUDE[libssl]=. include
|
2016-01-30 06:33:10 +08:00
|
|
|
DEPEND[libssl]=libcrypto
|
2016-01-30 12:45:29 +08:00
|
|
|
|
2016-06-14 04:01:08 +08:00
|
|
|
# Empty DEPEND "indices" means the dependencies are expected to be built
|
|
|
|
# unconditionally before anything else.
|
2020-09-03 21:35:41 +08:00
|
|
|
DEPEND[]=include/openssl/asn1.h \
|
2020-09-03 22:56:05 +08:00
|
|
|
include/openssl/asn1t.h \
|
2020-09-03 23:06:16 +08:00
|
|
|
include/openssl/bio.h \
|
2020-09-03 21:45:54 +08:00
|
|
|
include/openssl/cmp.h \
|
2020-09-03 21:55:08 +08:00
|
|
|
include/openssl/cms.h \
|
2020-09-03 23:14:28 +08:00
|
|
|
include/openssl/conf.h \
|
2024-05-16 12:33:55 +08:00
|
|
|
include/openssl/comp.h \
|
2023-05-05 09:52:58 +08:00
|
|
|
include/openssl/core_names.h \
|
2020-09-03 22:45:01 +08:00
|
|
|
include/openssl/crmf.h \
|
2020-09-03 23:24:47 +08:00
|
|
|
include/openssl/crypto.h \
|
2020-09-03 22:50:09 +08:00
|
|
|
include/openssl/ct.h \
|
2020-09-11 20:51:58 +08:00
|
|
|
include/openssl/err.h \
|
2020-09-03 23:01:51 +08:00
|
|
|
include/openssl/ess.h \
|
2020-06-29 10:20:41 +08:00
|
|
|
include/openssl/fipskey.h \
|
2020-10-29 20:46:28 +08:00
|
|
|
include/openssl/lhash.h \
|
2020-09-03 21:35:41 +08:00
|
|
|
include/openssl/opensslv.h \
|
2020-09-03 22:05:30 +08:00
|
|
|
include/openssl/ocsp.h \
|
2020-09-03 23:35:20 +08:00
|
|
|
include/openssl/pkcs12.h \
|
2020-09-03 22:20:03 +08:00
|
|
|
include/openssl/pkcs7.h \
|
2020-09-03 21:10:41 +08:00
|
|
|
include/openssl/safestack.h \
|
2020-09-03 22:31:44 +08:00
|
|
|
include/openssl/srp.h \
|
2020-09-02 23:15:06 +08:00
|
|
|
include/openssl/ssl.h \
|
2020-09-03 23:39:36 +08:00
|
|
|
include/openssl/ui.h \
|
2020-09-03 17:23:44 +08:00
|
|
|
include/openssl/x509.h \
|
2020-09-03 19:46:08 +08:00
|
|
|
include/openssl/x509v3.h \
|
2021-05-13 10:53:59 +08:00
|
|
|
include/openssl/x509_acert.h \
|
2020-09-03 22:37:45 +08:00
|
|
|
include/openssl/x509_vfy.h \
|
2023-05-05 09:52:58 +08:00
|
|
|
include/crypto/bn_conf.h include/crypto/dso_conf.h \
|
|
|
|
include/internal/param_names.h crypto/params_idx.c
|
2019-10-13 05:45:56 +08:00
|
|
|
|
2020-09-03 21:35:41 +08:00
|
|
|
GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
2020-09-03 22:56:05 +08:00
|
|
|
GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
|
2020-09-03 23:06:16 +08:00
|
|
|
GENERATE[include/openssl/bio.h]=include/openssl/bio.h.in
|
2020-09-03 21:45:54 +08:00
|
|
|
GENERATE[include/openssl/cmp.h]=include/openssl/cmp.h.in
|
2020-09-03 21:55:08 +08:00
|
|
|
GENERATE[include/openssl/cms.h]=include/openssl/cms.h.in
|
2020-09-03 23:14:28 +08:00
|
|
|
GENERATE[include/openssl/conf.h]=include/openssl/conf.h.in
|
2024-05-16 12:33:55 +08:00
|
|
|
GENERATE[include/openssl/comp.h]=include/openssl/comp.h.in
|
2021-08-23 15:06:10 +08:00
|
|
|
# include/openssl/configuration.h is generated by configdata.pm
|
|
|
|
# We still need this information for the FIPS module checksum, but the attribute
|
|
|
|
# 'skip' ensures that nothing is actually done with it.
|
|
|
|
GENERATE[include/openssl/configuration.h]{skip}=include/openssl/configuration.h.in
|
2020-09-03 22:45:01 +08:00
|
|
|
GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
|
2020-09-03 23:24:47 +08:00
|
|
|
GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
|
2020-09-03 22:50:09 +08:00
|
|
|
GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
|
2020-09-11 20:51:58 +08:00
|
|
|
GENERATE[include/openssl/err.h]=include/openssl/err.h.in
|
2020-09-03 23:01:51 +08:00
|
|
|
GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
|
2020-06-29 10:20:41 +08:00
|
|
|
GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
|
2020-10-29 20:46:28 +08:00
|
|
|
GENERATE[include/openssl/lhash.h]=include/openssl/lhash.h.in
|
2020-09-03 22:05:30 +08:00
|
|
|
GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in
|
2020-09-03 21:35:41 +08:00
|
|
|
GENERATE[include/openssl/opensslv.h]=include/openssl/opensslv.h.in
|
2020-09-03 23:35:20 +08:00
|
|
|
GENERATE[include/openssl/pkcs12.h]=include/openssl/pkcs12.h.in
|
2020-09-03 22:20:03 +08:00
|
|
|
GENERATE[include/openssl/pkcs7.h]=include/openssl/pkcs7.h.in
|
2020-09-03 21:10:41 +08:00
|
|
|
GENERATE[include/openssl/safestack.h]=include/openssl/safestack.h.in
|
2020-09-03 22:31:44 +08:00
|
|
|
GENERATE[include/openssl/srp.h]=include/openssl/srp.h.in
|
2020-09-02 23:15:06 +08:00
|
|
|
GENERATE[include/openssl/ssl.h]=include/openssl/ssl.h.in
|
2020-09-03 23:39:36 +08:00
|
|
|
GENERATE[include/openssl/ui.h]=include/openssl/ui.h.in
|
2020-09-03 17:23:44 +08:00
|
|
|
GENERATE[include/openssl/x509.h]=include/openssl/x509.h.in
|
2020-09-03 19:46:08 +08:00
|
|
|
GENERATE[include/openssl/x509v3.h]=include/openssl/x509v3.h.in
|
2021-05-13 10:53:59 +08:00
|
|
|
GENERATE[include/openssl/x509_acert.h]=include/openssl/x509_acert.h.in
|
2020-09-03 22:37:45 +08:00
|
|
|
GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
|
2019-09-28 06:45:33 +08:00
|
|
|
GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
|
|
|
|
GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
|
2016-06-14 04:01:08 +08:00
|
|
|
|
build.info: Introduce special syntax for dependencies on script modules
The DEPEND statement, when applied on files generated with GENERATE, may
be used to specify script modules that the template to be generated from
depends on. In short, this sort of depend:
DEPEND[generated]=util/perl/OpenSSL/something.pm
... would generate a perl run that has the inclusion directory
'util/perl/OpenSSL' and 'something' as the module to be loaded. However,
the package name for this module is 'OpenSSL::something', so to load it the
way it's expected, the inclusion directory should be 'util/perl', and the
module to be loaded should be specified as 'OpenSSL/something' (to be
massaged into a proper module name by the build file template).
To allow this, we introduce a file syntax, where a single '|' is used as a
directory separator, to delineate what part should be used as the inclustion
directory, and which part the module name to be loaded should be derived
from:
DEPEND[generated]=util/perl|OpenSSL/something.pm
Fixes #21112
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21117)
2023-06-02 20:32:07 +08:00
|
|
|
DEPEND[crypto/params_idx.c \
|
|
|
|
include/internal/param_names.h \
|
|
|
|
include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
|
2023-05-05 09:52:58 +08:00
|
|
|
GENERATE[crypto/params_idx.c]=crypto/params_idx.c.in
|
|
|
|
GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
|
|
|
|
GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
|
|
|
|
|
2017-12-04 21:59:27 +08:00
|
|
|
IF[{- defined $target{shared_defflag} -}]
|
2018-09-30 20:44:59 +08:00
|
|
|
SHARED_SOURCE[libcrypto]=libcrypto.ld
|
|
|
|
SHARED_SOURCE[libssl]=libssl.ld
|
2017-12-04 21:59:27 +08:00
|
|
|
|
2018-09-14 20:59:40 +08:00
|
|
|
GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
|
|
|
|
GENERATE[libssl.ld]=util/libssl.num libssl
|
2021-06-11 23:22:44 +08:00
|
|
|
DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
|
2017-12-04 21:59:27 +08:00
|
|
|
ENDIF
|
|
|
|
|
2020-12-09 08:29:14 +08:00
|
|
|
IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
|
2017-12-04 21:59:27 +08:00
|
|
|
GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
|
|
|
|
GENERATE[libssl.rc]=util/mkrc.pl libssl
|
2021-06-11 23:22:44 +08:00
|
|
|
DEPEND[libcrypto.rc libssl.rc]=configdata.pm
|
2017-12-04 21:59:27 +08:00
|
|
|
|
|
|
|
SHARED_SOURCE[libcrypto]=libcrypto.rc
|
|
|
|
SHARED_SOURCE[libssl]=libssl.rc
|
|
|
|
ENDIF
|
2023-05-03 18:29:00 +08:00
|
|
|
|
Add exporters for CMake
CMake's older package finder, FindOpenSSL.cmake, does a best guess effort
and doesn't always get it right.
By CMake's own documentation, that's what such modules are (best effort
attempts), and package producers are (strongly) encouraged to help out by
producing and installing <PackageName>Config.cmake files to get a more
deterministic configuration.
The resulting OpenSSLConfig.cmake tries to mimic the result from CMake's
FindOpenSSL.cmake, by using the same variable and imported target names.
It also adds a few extra variables of its own, such as:
OPENSSL_MODULES_DIR Indicates the default installation directory
for OpenSSL loadable modules, such as providers.
OPENSSL_RUNTIME_DIR Indicates the default runtime directory, where
for example the openssl program is located.
OPENSSL_PROGRAM Is the full directory-and-filename of the
openssl program.
The imported targets OpenSSL::Crypto and OpenSSL::SSL are as precisely
specified as possible, so for example, they are specified with the both the
import library and the DLL on Windows, which should make life easier on that
platform.
For the moment, one of the following must be done in your CMake project for
this CMake configuration to take priority over CMake's FindOpenSSL.cmake:
- The variable CMAKE_FIND_PACKAGE_PREFER_CONFIG must be set to true prior
to the 'find_package(OpenSSL)' call.
- The 'find_package' call itself must use the "Full Signature". If you
don't know any better, simply add the 'CONFIG' option, i.e. from this
example:
find_package(OpenSSL 3.0 REQUIRED)
to this:
find_package(OpenSSL 3.0 REQUIRED CONFIG)
Just as with the 'pkg-config' exporters, two variants of the .cmake files
are produced:
- Those in 'exporters/' are installed in the location that 'pkg-config'
itself prefers for installed packages.
- Those in the top directory are to be used when it's desirable to build
directly against an OpenSSL build tree.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20878)
2023-05-03 18:36:09 +08:00
|
|
|
# This file sets the build directory up for CMake inclusion
|
2024-07-14 20:57:25 +08:00
|
|
|
# Note: This generation of OpenSSLConfig[Version].cmake is used
|
|
|
|
# for building openssl locally, and so the build variables are
|
|
|
|
# taken from builddata.pm rather than installdata.pm. For exportable
|
|
|
|
# versions of these generated files, you'll find them in the exporters
|
|
|
|
# directory
|
Add exporters for CMake
CMake's older package finder, FindOpenSSL.cmake, does a best guess effort
and doesn't always get it right.
By CMake's own documentation, that's what such modules are (best effort
attempts), and package producers are (strongly) encouraged to help out by
producing and installing <PackageName>Config.cmake files to get a more
deterministic configuration.
The resulting OpenSSLConfig.cmake tries to mimic the result from CMake's
FindOpenSSL.cmake, by using the same variable and imported target names.
It also adds a few extra variables of its own, such as:
OPENSSL_MODULES_DIR Indicates the default installation directory
for OpenSSL loadable modules, such as providers.
OPENSSL_RUNTIME_DIR Indicates the default runtime directory, where
for example the openssl program is located.
OPENSSL_PROGRAM Is the full directory-and-filename of the
openssl program.
The imported targets OpenSSL::Crypto and OpenSSL::SSL are as precisely
specified as possible, so for example, they are specified with the both the
import library and the DLL on Windows, which should make life easier on that
platform.
For the moment, one of the following must be done in your CMake project for
this CMake configuration to take priority over CMake's FindOpenSSL.cmake:
- The variable CMAKE_FIND_PACKAGE_PREFER_CONFIG must be set to true prior
to the 'find_package(OpenSSL)' call.
- The 'find_package' call itself must use the "Full Signature". If you
don't know any better, simply add the 'CONFIG' option, i.e. from this
example:
find_package(OpenSSL 3.0 REQUIRED)
to this:
find_package(OpenSSL 3.0 REQUIRED CONFIG)
Just as with the 'pkg-config' exporters, two variants of the .cmake files
are produced:
- Those in 'exporters/' are installed in the location that 'pkg-config'
itself prefers for installed packages.
- Those in the top directory are to be used when it's desirable to build
directly against an OpenSSL build tree.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20878)
2023-05-03 18:36:09 +08:00
|
|
|
GENERATE[OpenSSLConfig.cmake]=exporters/cmake/OpenSSLConfig.cmake.in
|
|
|
|
DEPEND[OpenSSLConfig.cmake]=builddata.pm
|
|
|
|
GENERATE[OpenSSLConfigVersion.cmake]=exporters/cmake/OpenSSLConfigVersion.cmake.in
|
|
|
|
DEPEND[OpenSSLConfigVersion.cmake]=builddata.pm
|
|
|
|
DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
|
|
|
|
DEPEND[""]=OpenSSLConfigVersion.cmake
|
|
|
|
|
2023-05-03 18:29:00 +08:00
|
|
|
# This file sets the build directory up for pkg-config
|
|
|
|
GENERATE[libcrypto.pc]=exporters/pkg-config/libcrypto.pc.in
|
|
|
|
DEPEND[libcrypto.pc]=builddata.pm
|
|
|
|
GENERATE[libssl.pc]=exporters/pkg-config/libssl.pc.in
|
|
|
|
DEPEND[libssl.pc]=builddata.pm
|
|
|
|
GENERATE[openssl.pc]=exporters/pkg-config/openssl.pc.in
|
|
|
|
DEPEND[openssl.pc]=builddata.pm
|
|
|
|
DEPEND[openssl.pc]=libcrypto.pc libssl.pc
|
|
|
|
|
|
|
|
GENERATE[builddata.pm]=util/mkinstallvars.pl \
|
2024-07-18 00:23:57 +08:00
|
|
|
PREFIX=. BINDIR=apps APPLINKDIR=ms \
|
|
|
|
LIBDIR= INCLUDEDIR=include "INCLUDEDIR=$(SRCDIR)/include" \
|
2023-05-03 18:29:00 +08:00
|
|
|
ENGINESDIR=engines MODULESDIR=providers \
|
|
|
|
"VERSION=$(VERSION)" "LDLIBS=$(LIB_EX_LIBS)"
|
|
|
|
|
|
|
|
DEPEND[""]=openssl.pc
|