Intro
=====
This directory contains a few sets of files that are used for
configuration in diverse ways:
*.conf Target platform configurations, please read
'Configurations of OpenSSL target platforms' for more
information.
*.tmpl Build file templates, please read 'Build-file
programming with the "unified" build system' as well
as 'Build info files' for more information.
*.pm Helper scripts / modules for the main `Configure`
script. See 'Configure helper scripts for more
information.
Configurations of OpenSSL target platforms
==========================================
Configuration targets are a collection of facts that we know about
different platforms and their capabilities. We organise them in a
hash table, where each entry represent a specific target.
Note that configuration target names must be unique across all config
files. The Configure script does check that a config file doesn't
have config targets that shadow config targets from other files.
In each table entry, the following keys are significant:
inherit_from => Other targets to inherit values from.
Explained further below. [1]
template => Set to 1 if this isn't really a platform
target. Instead, this target is a template
upon which other targets can be built.
Explained further below. [1]
sys_id => System identity for systems where that
is difficult to determine automatically.
enable => Enable specific configuration features.
This MUST be an array of words.
disable => Disable specific configuration features.
This MUST be an array of words.
Note: if the same feature is both enabled
and disabled, disable wins.
as => The assembler command. This is not always
used (for example on Unix, where the C
compiler is used instead).
asflags => Default assembler command flags [4].
cpp => The C preprocessor command, normally not
given, as the build file defaults are
usually good enough.
cppflags => Default C preprocessor flags [4].
defines => As an alternative, macro definitions may be
given here instead of in 'cppflags' [4].
If given here, they MUST be as an array of
the string such as "MACRO=value", or just
"MACRO" for definitions without value.
includes => As an alternative, inclusion directories
may be given here instead of in 'cppflags'
[4]. If given here, the MUST be an array
of strings, one directory specification
each.
cc => The C compiler command, usually one of "cc",
"gcc" or "clang". This command is normally
also used to link object files and
libraries into the final program.
cxx => The C++ compiler command, usually one of
"c++", "g++" or "clang++". This command is
also used when linking a program where at
least one of the object file is made from
C++ source.
cflags => Defaults C compiler flags [4].
cxxflags => Default C++ compiler flags [4]. If unset,
it gets the same value as cflags.
(linking is a complex thing, see [3] below)
ld => Linker command, usually not defined
(meaning the compiler command is used
instead).
(NOTE: this is here for future use, it's
not implemented yet)
lflags => Default flags used when linking apps,
shared libraries or DSOs [4].
ex_libs => Extra libraries that are needed when
linking shared libraries, DSOs or programs.
The value is also assigned to Libs.private
in $(libdir)/pkgconfig/libcrypto.pc.
shared_cppflags => Extra C preprocessor flags used when
processing C files for shared libraries.
shared_cflag => Extra C compiler flags used when compiling
for shared libraries, typically something
like "-fPIC".
shared_ldflag => Extra linking flags used when linking
shared libraries.
module_cppflags
module_cflags
module_ldflags => Has the same function as the corresponding
'shared_' attributes, but for building DSOs.
When unset, they get the same values as the
corresponding 'shared_' attributes.
ar => The library archive command, the default is
"ar".
(NOTE: this is here for future use, it's
not implemented yet)
arflags => Flags to be used with the library archive
command. On Unix, this includes the
command letter, 'r' by default.
ranlib => The library archive indexing command, the
default is 'ranlib' it it exists.
unistd => An alternative header to the typical
'<unistd.h>'. This is very rarely needed.
shared_extension => File name extension used for shared
libraries.
obj_extension => File name extension used for object files.
On unix, this defaults to ".o" (NOTE: this
is here for future use, it's not
implemented yet)
exe_extension => File name extension used for executable
files. On unix, this defaults to "" (NOTE:
this is here for future use, it's not
implemented yet)
shlib_variant => A "variant" identifier inserted between the base
shared library name and the extension. On "unixy"
platforms (BSD, Linux, Solaris, MacOS/X, ...) this
supports installation of custom OpenSSL libraries
that don't conflict with other builds of OpenSSL
installed on the system. The variant identifier
becomes part of the SONAME of the library and also
any symbol versions (symbol versions are not used or
needed with MacOS/X). For example, on a system
where a default build would normally create the SSL
shared library as 'libssl.so -> libssl.so.1.1' with
the value of the symlink as the SONAME, a target
definition that sets 'shlib_variant => "-abc"' will
create 'libssl.so -> libssl-abc.so.1.1', again with
an SONAME equal to the value of the symlink. The
symbol versions associated with the variant library
would then be
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
openssl-3.2.3.tar.gz 【OpenSSL 3.2.3版本源码 】 (2000个子文件)
ecp_sm2p256_table.c 1.31MB
ecp_nistz256_table.c 603KB
sslapitest.c 410KB
ssl_lib.c 209KB
curve25519.c 201KB
quic_record_test.c 160KB
quic_multistream_test.c 159KB
statem_srvr.c 144KB
ec_curve.c 143KB
statem_clnt.c 134KB
e_aes.c 134KB
s3_lib.c 131KB
t1_lib.c 130KB
quic_channel.c 127KB
evp_test.c 127KB
ectest.c 126KB
x509_vfy.c 119KB
quic_txp.c 111KB
ctrl_params_translate.c 108KB
bntest.c 105KB
quic_impl.c 105KB
ssl_old_test.c 99KB
curve448_tables.c 97KB
statem_lib.c 96KB
bss_dgram.c 87KB
aes_core.c 80KB
hpke_test.c 75KB
ecp_nistp256.c 74KB
evp_kdf_test.c 73KB
ecp_nistp521.c 73KB
extensions_srvr.c 73KB
provider_core.c 73KB
extensions_clnt.c 72KB
p_lib.c 71KB
ssl_ciph.c 70KB
evp_pkey_provided_test.c 70KB
quicapitest.c 69KB
pmeth_lib.c 69KB
ecp_nistp384.c 69KB
extensions.c 68KB
tls_common.c 68KB
quic_txp_test.c 63KB
t1_trce.c 62KB
bn_dh.c 61KB
handshake.c 59KB
ecp_nistp224.c 59KB
quic_ackm.c 59KB
endecode_test.c 58KB
quic_rx_depack.c 58KB
evp_extra_test2.c 57KB
e_loader_attic.c 55KB
e_capi.c 55KB
encode_key2any.c 54KB
evp_enc.c 52KB
acvp_test.c 52KB
rec_layer_s3.c 51KB
http_client.c 51KB
ec_lib.c 50KB
rsa_sig.c 50KB
ecp_nistz256.c 50KB
ec_kmgmt.c 49KB
hpke.c 49KB
ecp_smpl.c 49KB
bn_exp.c 49KB
argon2.c 48KB
params.c 47KB
quic_wire_test.c 44KB
aria.c 44KB
gcm128.c 44KB
quic_record_rx.c 43KB
statem_dtls.c 43KB
ssltestlib.c 43KB
e_devcrypto.c 43KB
ssl_sess.c 42KB
v3_addr.c 42KB
keccak1600.c 41KB
aes_x86core.c 40KB
v3_utl.c 39KB
tasn_dec.c 38KB
bn_nist.c 38KB
ec_asn1.c 38KB
pkcs12_format_test.c 38KB
cms_env.c 37KB
ecx_meth.c 37KB
cmp_msg.c 36KB
pk7_doit.c 36KB
fipsprov.c 36KB
dhtest.c 36KB
curve448_internal_test.c 36KB
quic_ackm_test.c 36KB
cms_sd.c 36KB
v3_purp.c 35KB
rsa_lib.c 35KB
ssl_conf.c 35KB
decoder_lib.c 35KB
bss_dgram_pair.c 35KB
quictestlib.c 35KB
wp_block.c 34KB
rsa_ossl.c 34KB
ssl_cert.c 34KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
ZuuuuYao
- 粉丝: 224
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- STM32芯片数据手册芯片资料STM32F10x闪存编程手册(2009年6月第6版)
- STM32芯片数据手册芯片资料STM32F10xxCDE局限性列表(2009年6月第5版)
- STM32芯片数据手册芯片资料STM32F10xx8-B局限性列表(2009年2月第6版)
- GF-ISSUEDDOMESTICGRNBOND(2014-2023年).xlsx
- STM32芯片数据手册芯片资料STM32F10xx4-6局限性列表(2009年2月第2版)
- STM32芯片数据手册芯片资料STM32F103ZET6
- 宝塔面板Nginx的Lua-Waf防火墙终极改进 动态封禁IP
- 999.fend-图文.html
- STM32芯片数据手册芯片资料STM32F103x8-B增强型系列中容量产品数据手册(2009年4月)
- java.自定义异常(处理方案示例).md
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功