openssl/crypto
yavtuk dbe58ce23e Prefer .inst rather than .long for probe instructions in arm64cpuid.pl
Fixes an issue disassembling the functions because the symtab contains
an attribute indicating the presence of data within them.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18086)

(cherry picked from commit 4d63eaf99b)
2022-11-21 10:49:51 +01:00
..
aes Fix gcc 6.3 builds of aarch64 BSAES 2022-11-21 10:49:51 +01:00
aria
asn1 Update copyright year 2022-10-11 13:20:27 +01:00
async
bf
bio Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
bn Limit size of modulus for BN_mod_exp_mont_consttime() 2022-11-10 17:42:49 +01:00
buffer
camellia
cast
chacha Fixed conditional statement testing 64 and 256 bytes 2022-11-11 10:04:11 +01:00
cmac Update copyright year 2022-06-21 14:03:39 +01:00
cmp Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
cms enable CMS sign/verify for provider-implemented PKEYs 2022-11-11 10:04:10 +01:00
comp
conf Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
crmf Update copyright year 2022-06-21 14:03:39 +01:00
ct Update copyright year 2022-06-21 14:03:39 +01:00
des Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
dh DH_check[_params]() use libctx of the dh for prime checks 2022-11-18 06:58:36 +00:00
dsa dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comment 1 2022-11-02 08:41:05 +11:00
dso Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
ec Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
encode_decode Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
engine Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
err Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
ess
evp SM4 optimization for ARM by ASIMD 2022-11-21 10:49:51 +01:00
ffc Fix typos 2022-11-09 15:30:29 +01:00
hmac
http Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
idea
kdf
lhash
md2
md4
md5
mdc2
modes Fix incorrect comments in aes-gcm-armv8-unroll8_64.pl 2022-11-11 10:04:11 +01:00
objects Add testing of OBJ_find_sigid_by_algs() 2022-11-11 10:04:10 +01:00
ocsp
pem pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKey 2022-11-10 18:11:46 +01:00
perlasm aes-gcm-avx512.pl: Fixed mingw64 build 2022-11-11 10:04:11 +01:00
pkcs7 pkcs7: Remove unused includes 2022-11-10 08:12:26 +11:00
pkcs12 Update copyright year 2022-10-11 13:20:27 +01:00
poly1305 Don't use __ARMEL__/__ARMEB__ in aarch64 assembly 2022-11-09 15:30:43 +01:00
property Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
rand Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
rc2
rc4
rc5
ripemd Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source 2022-10-19 13:28:10 +02:00
rsa Fix typos 2022-11-09 15:30:29 +01:00
seed
sha aarch64: fix branch target indications in arm64cpuid.pl and keccak1600 2022-11-11 10:04:05 +01:00
siphash
sm2
sm3 Fix sm3ss1 translation issue in sm3-armv8.pl 2022-11-09 15:32:44 +01:00
sm4 SM4 optimization for ARM by ASIMD 2022-11-21 10:49:51 +01:00
srp
stack Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO 2022-10-21 18:03:37 +02:00
store Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
ts Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
txt_db txt_db: fix -Wunused-but-set-variable 2022-10-27 11:44:04 +02:00
ui Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
whrlpool
x509 Clear unused variables in X509_print_ex() 2022-11-21 10:49:51 +01:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win.c
LPdir_win32.c
LPdir_wince.c
README-sparse_array.md
alphacpuid.pl
arm64cpuid.pl Prefer .inst rather than .long for probe instructions in arm64cpuid.pl 2022-11-21 10:49:51 +01:00
arm_arch.h Optimize AES-GCM for uarchs with unroll and new instructions 2022-11-11 10:02:44 +01:00
armcap.c Optimize AES-GCM for uarchs with unroll and new instructions 2022-11-11 10:02:44 +01:00
armv4cpuid.pl
asn1_dsa.c
bsearch.c
build.info Statically link the legacy provider to endecode_test 2022-11-09 15:30:43 +01:00
c64xpluscpuid.pl
context.c Remove unused libctx functions (runonce, onfree) 2022-11-21 10:49:51 +01:00
core_algorithm.c "Reserve" the method store when constructing methods 2022-07-20 07:29:23 +01:00
core_fetch.c "Reserve" the method store when constructing methods 2022-07-20 07:29:23 +01:00
core_namemap.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
cpt_err.c err: add additional errors 2022-11-09 15:30:52 +01:00
cpuid.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
cryptlib.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
ctype.c
cversion.c
der_writer.c Update copyright year 2022-07-05 10:33:12 +02:00
dllmain.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
ebcdic.c
ex_data.c
getenv.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
ia64cpuid.S
info.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
init.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
initthread.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
mem.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
mem_clr.c
mem_sec.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
mips_arch.h
o_dir.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
o_fopen.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
o_init.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
o_str.c Move e_os.h to include/internal 2022-11-11 10:03:45 +01:00
o_time.c
packet.c Update copyright year 2022-10-11 13:20:27 +01:00
param_build.c param build: add errors to failure returns 2022-11-09 15:31:11 +01:00
param_build_set.c param build set: add errors to failure returns 2022-11-09 15:31:16 +01:00
params.c OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch 2022-11-21 10:49:51 +01:00
params_dup.c param dup: add errors to failure returns 2022-11-09 15:31:22 +01:00
params_from_text.c
pariscid.pl
passphrase.c
ppccap.c chacha20 performance optimizations for ppc64le with 8x lanes, 2022-11-11 10:04:10 +01:00
ppccpuid.pl chacha20 performance optimizations for ppc64le with 8x lanes, 2022-11-11 10:04:10 +01:00
provider.c
provider_child.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
provider_conf.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
provider_core.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
provider_local.h
provider_predefined.c
punycode.c punycode: update to use WPACKET instead of using custom range checking 2022-11-11 08:21:28 +11:00
s390x_arch.h
s390xcap.c s390: Add new machine generation 2022-11-21 10:49:51 +01:00
s390xcpuid.pl
self_test_core.c Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA 2022-11-21 10:49:51 +01:00
sparccpuid.S
sparcv9cap.c
sparse_array.c Coverity 1507376: Dereference after null check 2022-07-22 14:42:44 +02:00
threads_lib.c
threads_none.c
threads_pthread.c
threads_win.c Update copyright year 2022-10-11 13:20:27 +01:00
trace.c
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl