]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/v3_purp.c
Fix up path generation to use OPENSSL_MODULES
[thirdparty/openssl.git] / crypto / x509 / v3_purp.c
2023-09-07  Matt CaswellCopyright year updates
2023-06-12  Theo BuehlerFix incorrect ERR_raise() calls
2022-11-18  Dr. David von Oheimbx509/v3_purp.c: rename 'require_ca' parameters to the...
2022-11-18  Dr. David von Oheimbx509/v3_purp.c etc.: improve doc/comments on codesign...
2022-10-12  FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-18  Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-18  Dr. David von OheimbFix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-07-13  Dr. David von Oheimbcrypto/x509/v3_purp.c: Improve coding style
2021-06-08  Dr. David von OheimbImprove the documentation of cert path building and...
2021-05-30  Matt CaswellUpdate check_sig_alg_match() to work with provided...
2021-04-28  David BenjaminAdd X509 version constants.
2021-03-25  Paulix509: fix coverity 1461225: data race condition
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-02-27  Dr. David von OheimbCode cleanup mostly in crypto/x509/v3_purp.c
2021-01-28  Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-26  Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-17  Tomas MrazRename check_chain_extensions to check_chain
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-09-11  Dr. David von Oheimbcheck_chain_extensions(): Add check that on empty Subje...
2020-09-11  Dr. David von Oheimbcheck_chain_extensions(): Add check that AKID and SKID...
2020-09-11  Dr. David von Oheimbcheck_chain_extensions(): Add check that Basic Constrai...
2020-09-11  Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-08-21  Dr. David von OheimbMake sure x509v3_cache_extensions() does not modify...
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-16  Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16  Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-01  Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01  Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01  Dr. David von OheimbRefactor (without semantic changes) crypto/x509/{v3_pur...
2020-07-01  Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-16  Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-11  Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-06  Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-03-30  Matt CaswellAdd the X509v3_cache_extensions() function
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21  Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-01  Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-05-29  Richard LevitteJoin the x509 and x509v3 directories