openssl/include/openssl
Damian Hobson-Garcia dab96a4f60 x509_acert: Load attributes from config file section
Several of the attribute values defined for use by attribute certificates
use multi-valued data in an ASN.1 SEQUENCE. Allow reading of these values
from a configuration file, similar to how generic X.509 extensions are
handled.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)
2024-04-24 14:08:05 +01:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes.h
asn1.h.in Copyright year updates 2023-09-07 09:59:15 +01:00
asn1_mac.h
asn1err.h Copyright year updates 2024-04-09 13:43:26 +02: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 Copyright year updates 2024-04-09 13:43:26 +02: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
cast.h
cmac.h
cmp.h.in Copyright year updates 2024-04-09 13:43:26 +02:00
cmp_util.h Update copyright year 2021-02-18 15:05:17 +00:00
cmperr.h Copyright year updates 2024-04-09 13:43:26 +02: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 CMS_add1_signer(): add missing ERR_raise() calls 2023-10-17 22:02:29 +02: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 Detect and prevent recursive config parsing 2023-12-21 13:38:31 -05: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 Copyright year updates 2023-09-07 09:59:15 +01:00
core_dispatch.h Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
core_names.h.in Copyright year updates 2023-09-07 09:59:15 +01:00
core_object.h Update copyright year 2021-02-18 15:05:17 +00:00
crmf.h.in Copyright year updates 2023-09-07 09:59:15 +01:00
crmferr.h Update copyright year 2021-02-18 15:05:17 +00:00
crypto.h.in Introduce new internal hashtable implementation 2024-04-24 12:03:30 +10: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
dh.h Avoid setting gen_type to -1 in dsa_gen_set_params 2023-12-14 11:17:48 +01:00
dherr.h Make DH_check_pub_key() and DH_generate_key() safer yet 2023-11-06 07:55:01 +00:00
dsa.h Header file cleanup for C++20 header-units 2022-05-09 10:04:58 +10:00
dsaerr.h Fix infinite loops in DSA sign code. 2023-03-01 09:20:49 +11:00
dtls1.h Fix dtls timeout dead code 2021-07-29 10:08:07 -07:00
e_os2.h Copyright year updates 2023-09-07 09:59:15 +01:00
e_ostime.h Only include winsock2.h for struct timeval if needed 2023-11-27 07:33:19 +00:00
ebcdic.h
ec.h Remove repeated words 2023-09-11 10:15:30 +02:00
ecdh.h
ecdsa.h
ecerr.h Fix potential infinite loops in ECDSA signing. 2023-03-01 09:20:49 +11: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 ERR: Add ERR_pop() 2023-12-21 08:12:06 +00: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 Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
evperr.h EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on failure 2023-10-26 16:03:48 +01:00
fips_names.h Copyright year updates 2023-09-07 09:59:15 +01: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 Copyright year updates 2024-04-09 13:43:26 +02:00
http.h Copyright year updates 2024-04-09 13:43:26 +02:00
httperr.h Limit the number of http headers when receiving the http response 2024-03-12 19:35:41 +01:00
idea.h
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 Copyright year updates 2024-04-09 13:43:26 +02:00
macros.h macros.h: There are just 3.1 deprecations, no 3.2 deprecations 2023-10-04 07:52:41 +11:00
md2.h
md4.h
md5.h
mdc2.h
modes.h
obj_mac.h Add Content Type OID for id-ct-rpkiSignedPrefixList 2024-03-15 09:10:22 +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 Add RFC 5755 attribute certificate support 2024-04-24 14:05:32 +01: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_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest fields 2023-10-17 22:02:16 +02:00
pkcs7err.h Update copyright year 2021-02-18 15:05:17 +00:00
pkcs12.h.in Copyright year updates 2023-09-07 09:59:15 +01:00
pkcs12err.h Allow PKCS12 export to set arbitrary bag attributes 2022-09-23 17:40:02 +01:00
prov_ssl.h Copyright year updates 2023-09-07 09:59:15 +01:00
proverr.h providers: add Argon2 KDF 2023-03-17 11:12:47 +11:00
provider.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic.h Copyright year updates 2024-04-09 13:43:26 +02:00
rand.h rand: add set0 calls for the private and public DRBGs 2022-11-02 08:42:46 +11:00
randerr.h rand: add extra error code 2023-09-27 17:22:54 +01:00
rc2.h
rc4.h
rc5.h
ripemd.h
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
self_test.h Copyright year updates 2024-04-09 13:43:26 +02:00
sha.h Copyright year updates 2023-09-07 09:59:15 +01: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 Copyright year updates 2024-04-09 13:43:26 +02:00
ssl2.h
ssl3.h Copyright year updates 2023-09-07 09:59:15 +01:00
sslerr.h make update 2024-02-10 11:37:14 +00:00
sslerr_legacy.h Copyright year updates 2024-04-09 13:43:26 +02:00
stack.h Update copyright year 2021-05-06 13:03:23 +01:00
store.h Copyright year updates 2023-09-28 14:23:29 +01: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 Copyright year updates 2023-09-07 09:59:15 +01:00
tls1.h RFC7250 (RPK) support 2023-03-28 13:49:54 -04:00
trace.h Copyright year updates 2023-09-07 09:59:15 +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
x509.h.in Define KU_ constants via corresponding X509v3_KU_ 2024-04-17 09:09:25 +02:00
x509_acert.h.in x509_acert: Load attributes from config file section 2024-04-24 14:08:05 +01:00
x509_vfy.h.in Copyright year updates 2024-04-09 13:43:26 +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 Define KU_ constants via corresponding X509v3_KU_ 2024-04-17 09:09:25 +02:00
x509v3err.h Update copyright year 2022-05-03 13:34:51 +01:00