openssl/include/openssl
Tomas Mraz 78bd646b2f Avoid ifdefs in trace categories
The trace code assumes all categories are present and
the category numbers are equal to the index in the table.

Fixes #19915

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19917)
2022-12-22 11:33:48 +01:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes.h
asn1.h.in libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left() 2022-07-19 08:44:19 +02:00
asn1_mac.h
asn1err.h Check for integer overflow in i2a_ASN1_OBJECT and error out if found. 2021-04-07 18:06:06 +10:00
asn1t.h.in Update copyright year 2021-06-17 13:24:59 +01:00
async.h Update copyright year 2022-05-03 13:34:51 +01:00
asyncerr.h Update copyright year 2021-02-18 15:05:17 +00:00
bio.h.in Add support for KTLS zerocopy sendfile on Linux 2022-11-24 13:19:37 +01:00
bioerr.h BIO_s_dgram_pair 2022-09-23 11:59:13 +10:00
blowfish.h
bn.h Improve FIPS RSA keygen performance. 2022-11-21 11:17:59 +01:00
bnerr.h RSA keygen update: Raise an error if no prime candidate q is found. 2022-06-13 10:56:31 +02:00
buffer.h
buffererr.h Update copyright year 2021-02-18 15:05:17 +00:00
camellia.h Switch deprecation method for Camellia 2020-12-04 20:44:23 +01:00
cast.h Switch deprecation method for CAST 2020-12-04 20:44:23 +01:00
cmac.h Switch deprecation method for CMAC 2020-12-04 20:44:23 +01:00
cmp.h.in add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function 2022-11-25 09:19:37 +01:00
cmp_util.h Update copyright year 2021-02-18 15:05:17 +00:00
cmperr.h OSSL_CMP_validate_msg(): make sure to reject protection type mismatch 2022-12-08 08:19:45 +01:00
cms.h.in CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2022-07-16 08:15:49 +02:00
cmserr.h Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OID 2022-12-22 11:01:06 +01:00
comp.h Add zlib oneshot compression 2022-11-07 11:23:13 +01:00
comperr.h Add support for compressed certificates (RFC8879) 2022-10-18 09:30:22 -04:00
conf.h.in Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
conf_api.h
conferr.h Allow absolute paths to be set 2021-05-05 13:11:17 +02:00
configuration.h.in Add support for compressed certificates (RFC8879) 2022-10-18 09:30:22 -04:00
conftypes.h Make conf_method_st and conf_st deprecated 2021-06-02 12:40:02 +10:00
core.h Make OSSL_provider_init() OPENSSL_EXPORT, not just extern 2021-12-10 12:08:48 +01:00
core_dispatch.h Add HPKE DHKEM provider support for EC, X25519 and X448. 2022-09-23 09:24:47 +01:00
core_names.h Fix-up to f3090fc7 2022-12-13 08:54:12 +11:00
core_object.h Update copyright year 2021-02-18 15:05:17 +00:00
crmf.h.in CMP+CRMF: fix formatting nits in crypto/, include/, and test/ 2022-11-24 13:45:06 +01:00
crmferr.h Update copyright year 2021-02-18 15:05:17 +00:00
crypto.h.in Rename ossl_sleep() to OSSL_sleep() and make it public 2022-10-06 08:01:09 +02:00
cryptoerr.h err: add additional errors 2022-01-12 20:10:21 +11:00
cryptoerr_legacy.h Remove all trace of FIPS_mode functions 2021-05-06 09:54:37 +10:00
ct.h.in fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
cterr.h Update copyright year 2021-02-18 15:05:17 +00:00
decoder.h libcrypto: make XXX_get_number() internal 2021-06-02 20:45:39 +10:00
decodererr.h Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
des.h Switch deprecation method for DES 2020-12-04 20:44:24 +01:00
dh.h Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
dherr.h Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
dsa.h Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
dsaerr.h Update copyright year 2021-02-18 15:05:17 +00:00
dtls1.h Fix dtls timeout dead code 2021-07-29 10:08:07 -07:00
e_os2.h Prepare NonStop for fixed-size integer types. 2022-05-19 13:30:43 +10:00
ebcdic.h
ec.h Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
ecdh.h
ecdsa.h
ecerr.h Add error code for unsupported explicit parameters 2022-04-14 08:51:18 +02:00
encoder.h ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE 2021-06-05 20:30:47 +10:00
encodererr.h Update copyright year 2021-02-18 15:05:17 +00:00
engine.h apps & al : Fix various typos, repeated words, align some spelling to LDP. 2022-10-12 16:55:28 +11:00
engineerr.h Update copyright year 2021-02-18 15:05:17 +00:00
err.h.in Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
ess.h.in CMS ESS: Move four internal aux function to where they belong in crypto/cms 2021-04-28 14:10:47 +02:00
esserr.h ESS: Export three core functions, clean up TS and CMS CAdES-BES usage 2021-04-28 14:10:45 +02:00
evp.h rand: add set0 calls for the private and public DRBGs 2022-11-02 08:42:46 +11:00
evperr.h Remove all trace of FIPS_mode functions 2021-05-06 09:54:37 +10:00
fips_names.h Update copyright year 2021-02-18 15:05:17 +00:00
fipskey.h.in Update copyright year 2021-02-18 15:05:17 +00:00
hmac.h Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC functions 2021-05-08 14:35:03 +02:00
hpke.h prevent HPKE sender setting seq unwisely 2022-12-08 10:59:03 +01:00
http.h HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c 2021-06-16 14:36:01 +01:00
httperr.h OSSL_HTTP_get(): Fix timeout handling on redirection 2021-12-09 18:10:07 +01:00
idea.h Switch deprecation method for IDEA 2020-12-04 20:44:24 +01:00
kdf.h libcrypto: make XXX_get_number() internal 2021-06-02 20:45:39 +10:00
kdferr.h Update copyright year 2021-02-18 15:05:17 +00:00
lhash.h.in Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch 2022-10-07 10:05:50 +02:00
macros.h Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch 2022-10-07 10:05:50 +02:00
md2.h Switch deprecation method for MD2 2020-12-04 20:44:24 +01:00
md4.h Switch deprecation method for MD4 2020-12-04 20:44:24 +01:00
md5.h Switch deprecation method for MD5 2020-12-04 20:44:24 +01:00
mdc2.h Switch deprecation method for MDC2 2020-12-04 20:44:24 +01:00
modes.h
obj_mac.h obj: Add SM4 XTS OID 2022-11-29 16:17:30 +01:00
objects.h
objectserr.h Update copyright year 2021-02-18 15:05:17 +00:00
ocsp.h.in Fix legacy OCSP_REQ_CTX_http() function to expect ASN.1 formatted input 2021-07-11 17:06:12 +02:00
ocsperr.h Update copyright year 2021-02-18 15:05:17 +00:00
opensslconf.h Update copyright year 2021-02-18 15:05:17 +00:00
opensslv.h.in
ossl_typ.h
param_build.h Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 2021-04-12 16:55:30 +10:00
params.h Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). 2021-04-12 16:55:29 +10:00
pem.h Support decode SM2 parameters 2022-08-23 11:08:11 +10:00
pem2.h
pemerr.h PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders 2021-03-19 16:46:39 +01:00
pkcs7.h.in PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/ 2022-09-02 21:29:38 +02:00
pkcs7err.h Update copyright year 2021-02-18 15:05:17 +00:00
pkcs12.h.in PKCS12_SAFEBAG_set0_attrs: Remove const from function signature 2022-10-13 13:21:54 +01:00
pkcs12err.h Allow PKCS12 export to set arbitrary bag attributes 2022-09-23 17:40:02 +01:00
prov_ssl.h Move libssl related defines used by fips provider to prov_ssl.h 2021-06-04 17:06:47 +02:00
proverr.h Implements Hybrid Public Key Encryption (HPKE) as per RFC9180. 2022-11-25 16:26:55 +00:00
provider.h Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests. 2022-12-06 18:24:06 +01:00
quic.h Add OSSL_QUIC methods to headers and manual pages 2022-06-03 12:07:17 +10:00
rand.h rand: add set0 calls for the private and public DRBGs 2022-11-02 08:42:46 +11:00
randerr.h err: remove the derivation function is mandatory for FIPS error message since it's no longer used and newly introduced 2021-07-20 18:34:07 +10:00
rc2.h Switch deprecation method for RC2 2020-12-04 20:44:24 +01:00
rc4.h Switch deprecation method for RC4 2020-12-04 20:44:24 +01:00
rc5.h Switch deprecation method for RC5 2020-12-04 20:44:24 +01:00
ripemd.h Switch deprecation method for RIPEMD 2020-12-04 20:44:24 +01:00
rsa.h rsa: Add option to disable implicit rejection 2022-12-12 11:30:52 +01:00
rsaerr.h rand: use size_t for size argument to RAND_bytes_ex() 2021-06-01 18:13:36 +10:00
safestack.h.in Update copyright year 2021-05-06 13:03:23 +01:00
seed.h Switch deprecation method for SEED 2020-12-04 20:44:24 +01:00
self_test.h Update FIPS KATs for 140-3 2022-11-02 08:42:46 +11:00
sha.h sha: convert SHA one shot macros back to being functions 2021-06-10 14:18:06 +10:00
srp.h.in Update copyright year 2021-02-18 15:05:17 +00:00
srtp.h Add more SRTP protection profiles 2022-05-23 10:07:51 +02:00
ssl.h.in Add support for KTLS zerocopy sendfile on Linux 2022-11-24 13:19:37 +01:00
ssl2.h
ssl3.h Add support for compressed certificates (RFC8879) 2022-10-18 09:30:22 -04:00
sslerr.h Make error reason for disallowed legacy sigalg more specific 2022-12-13 10:10:57 +11:00
sslerr_legacy.h Update copyright year 2021-02-18 15:05:17 +00:00
stack.h Update copyright year 2021-05-06 13:03:23 +01:00
store.h STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions 2021-06-11 09:09:21 +02:00
storeerr.h Better error messages if there are no encoders/decoders/store loaders 2021-05-18 15:30:25 +01:00
symhacks.h Update copyright year 2021-03-11 13:27:36 +00:00
thread.h crypto: add preemptive threading support 2022-10-17 09:45:39 +01:00
tls1.h Add support for compressed certificates (RFC8879) 2022-10-18 09:30:22 -04:00
trace.h Avoid ifdefs in trace categories 2022-12-22 11:33:48 +01:00
ts.h Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
tserr.h Update copyright year 2021-02-18 15:05:17 +00:00
txt_db.h
types.h Move types.h #undefs for wincrypt.h compatibility 2022-05-30 07:19:14 +02:00
ui.h.in
uierr.h Update copyright year 2021-02-18 15:05:17 +00:00
whrlpool.h Switch deprecation method for Whirlpool 2020-12-04 20:44:24 +01:00
x509.h.in Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio. 2022-11-02 11:25:48 +01:00
x509_vfy.h.in x509_lu.c and x509_vfy.c: improve coding style, comments, and related doc 2022-07-26 16:35:01 +02:00
x509err.h x509_att.c: improve error checking and reporting and coding style 2022-08-24 11:25:04 +02:00
x509v3.h.in X509: Add "code sign" as purpose for verification of certificates 2022-08-18 10:24:53 +02:00
x509v3err.h Update copyright year 2022-05-03 13:34:51 +01:00