openssl/crypto/x509
Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Many of the new types introduced by OpenSSL 3.0 have an OSSL_ prefix,
e.g., OSSL_CALLBACK, OSSL_PARAM, OSSL_ALGORITHM, OSSL_SERIALIZER.

The OPENSSL_CTX type stands out a little by using a different prefix.
For consistency reasons, this type is renamed to OSSL_LIB_CTX.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12621)
2020-10-15 11:59:53 +01:00
..
build.info Issuer Sign Tool extention support 2020-03-25 15:33:53 +03:00
by_dir.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
by_file.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
by_store.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
ext_dat.h Issuer Sign Tool extention support 2020-03-25 15:33:53 +03:00
pcy_cache.c Fix safestack issues in x509v3.h 2020-09-13 11:09:45 +01:00
pcy_data.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
pcy_lib.c Fix safestack issues in x509v3.h 2020-09-13 11:09:45 +01:00
pcy_local.h Reorganize local header files 2019-09-28 20:26:35 +02:00
pcy_map.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
pcy_node.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
pcy_tree.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
standard_exts.h Issuer Sign Tool extention support 2020-03-25 15:33:53 +03:00
t_crl.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
t_req.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
t_x509.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
v3_addr.c Ignore unused return values from some sk_*() macros 2020-09-13 11:11:57 +01:00
v3_admis.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
v3_admis.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
v3_akey.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_akeya.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_alt.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_asid.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_bcons.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_bitst.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_conf.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_cpols.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_crld.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_enum.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_extku.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_genn.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_ia5.c Code cleanup in X509v3 String Extentions 2020-04-24 20:05:22 +03:00
v3_info.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_int.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_ist.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_lib.c Fix safestack issues in x509v3.h 2020-09-13 11:09:45 +01:00
v3_ncons.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_pci.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_pcia.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_pcons.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_pku.c Join the x509 and x509v3 directories 2019-05-29 09:32:50 +02:00
v3_pmaps.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_prn.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_purp.c Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify() 2020-09-26 14:03:44 +02:00
v3_skey.c Reorganize private crypto header files 2019-09-28 20:26:34 +02:00
v3_sxnet.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_tlsf.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3_utf8.c Code cleanup in X509v3 String Extentions 2020-04-24 20:05:22 +03:00
v3_utl.c Fix safestack issues in conf.h 2020-09-13 11:11:20 +01:00
v3err.c Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c 2020-09-11 07:42:22 +02:00
x509_att.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
x509_cmp.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509_d2.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x509_def.c Following the license change, modify the boilerplates in crypto/x509/ 2018-12-06 15:30:09 +01:00
x509_err.c Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c 2020-09-11 07:42:22 +02:00
x509_ext.c Reorganize private crypto header files 2019-09-28 20:26:34 +02:00
x509_local.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x509_lu.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x509_meth.c Reorganize public header files (part 1) 2019-09-28 20:26:36 +02:00
x509_obj.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509_r2x.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509_req.c Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq() 2020-05-27 14:36:13 +02:00
x509_set.c Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c 2020-09-11 07:42:22 +02:00
x509_trs.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
x509_txt.c Disallow certs with explicit curve in verification chain 2020-09-17 17:15:15 +02:00
x509_v3.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509_vfy.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x509_vpm.c Fix safestack issues in x509_vfy.h 2020-09-13 11:10:41 +01:00
x509cset.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509name.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
x509rset.c Update copyright year 2020-04-23 13:55:52 +01:00
x509spki.c Following the license change, modify the boilerplates in crypto/x509/ 2018-12-06 15:30:09 +01:00
x509type.c Following the license change, modify the boilerplates in crypto/x509/ 2018-12-06 15:30:09 +01:00
x_all.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x_attrib.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
x_crl.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x_exten.c Reorganize local header files 2019-09-28 20:26:35 +02:00
x_name.c Ignore unused return values from some sk_*() macros 2020-09-13 11:11:57 +01:00
x_pubkey.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x_req.c Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with NO_SM2 2020-10-01 14:13:18 +02:00
x_x509.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
x_x509a.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00