[openssl/openssl] 4032cd: configure: introduce no-ecx to remove ECX related ...
Yi Li
noreply at github.com
Wed Jun 14 03:08:14 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 4032cd9a1434610e4dc2bbde01f98d04faa615e5
https://github.com/openssl/openssl/commit/4032cd9a1434610e4dc2bbde01f98d04faa615e5
Author: Yi Li <yi1.li at intel.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M .github/workflows/run-checker-merge.yml
M Configure
M apps/list.c
M apps/speed.c
M crypto/asn1/standard_methods.h
M crypto/ec/build.info
M crypto/evp/p_lib.c
M crypto/evp/pmeth_lib.c
M crypto/hpke/hpke_util.c
M crypto/x509/x_pubkey.c
M include/crypto/ecx.h
M include/crypto/evp.h
M include/openssl/hpke.h
M providers/common/der/build.info
M providers/decoders.inc
M providers/defltprov.c
M providers/encoders.inc
M providers/fips/fipsprov.c
M providers/implementations/encode_decode/decode_der2key.c
M providers/implementations/encode_decode/encode_key2any.c
M providers/implementations/encode_decode/encode_key2text.c
M providers/implementations/exchange/build.info
M providers/implementations/include/prov/implementations.h
M providers/implementations/kem/build.info
M providers/implementations/keymgmt/build.info
M providers/implementations/signature/build.info
M test/build.info
M test/dhkem_test.inc
M test/evp_extra_test.c
M test/evp_extra_test2.c
M test/evp_pkey_dhkem_test.c
M test/evp_pkey_provided_test.c
M test/hpke_test.c
M test/recipes/03-test_internal_curve448.t
M test/recipes/06-test_algorithmid.t
M test/recipes/15-test_ec.t
M test/recipes/15-test_genpkey.t
M test/recipes/20-test_dgst.t
M test/recipes/20-test_pkeyutl.t
M test/recipes/25-test_req.t
M test/recipes/25-test_verify.t
M test/recipes/30-test_evp.t
M test/recipes/30-test_evp_data/evppkey_mismatch.txt
A test/recipes/30-test_evp_data/evppkey_mismatch_ecx.txt
M test/recipes/70-test_key_share.t
M test/recipes/70-test_tls13cookie.t
M test/recipes/70-test_tls13hrr.t
M test/recipes/70-test_tls13kexmodes.t
M test/recipes/70-test_tls13messages.t
M test/recipes/70-test_tls13psk.t
M test/recipes/80-test_ssl_new.t
M test/rpktest.c
M test/ssl-tests/28-seclevel.cnf.in
M test/sslapitest.c
M test/tls13ccstest.c
Log Message:
-----------
configure: introduce no-ecx to remove ECX related feature
This can effectively reduce the binary size for platforms
that don't need ECX feature(~100KB).
Signed-off-by: Yi Li <yi1.li at intel.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20781)
More information about the openssl-commits
mailing list