Fix grammar in certificates.txt
[openssl.git] / crypto / x509 / x509_vfy.c
2023-08-17 vl-lozAdd X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_c...
2023-04-21 Petr MikhalicinFix checking return code of EVP_PKEY_get_int_param...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-28 Matt CaswellEnsure that EXFLAG_INVALID_POLICY is checked even in...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-13 Dr. David von Oheimbcrypto/x509/x509_vfy.c: Improve coding style
2022-07-12 Dr. David von Oheimbx509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-05-04 Dr. David von OheimbX509{,_LOOKUP}: Improve distinction between not found...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-27 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-14 Tobias NießenFix infinite verification loops due to has_san_id
2021-11-09 PW HuFix: invoking X509_self_signed improperly
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-03 Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
2021-06-22 Hubert Kariocross-reference the DH and RSA SECLEVEL to level of...
2021-06-08 Dr. David von OheimbImprove the documentation of cert path building and...
2021-06-08 Dr. David von Oheimbx509_vfy.c: Improve a couple of internally documenting...
2021-06-02 Paulix509: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-19 Dr. David von OheimbX509 build_chain(): Fix two potential memory leaks...
2021-05-19 Dr. David von OheimbX509 build_chain(): Make the variable 'curr' local...
2021-05-19 Dr. David von OheimbX509 build_chain(): Rename variable 'depth' to 'max_depth'
2021-05-19 Dr. David von OheimbX509 build_chain(): Restrict scope of 'self_signed...
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-02-27 Dr. David von OheimbCode cleanup mostly in crypto/x509/v3_purp.c
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von Oheimbchain_build(): Call verify_cb_cert() if a preliminary...
2021-02-17 Dr. David von Oheimbx509_vfy: fix mem leaks in chain_build() on malloc...
2021-02-15 Benjamin Kadukx509_vfy: remove redundant stack allocation
2021-02-11 Dr. David von OheimbX509_STORE_CTX_cleanup(): Use internally so no need...
2021-02-11 Dr. David von Oheimbx509_vfy.c: Make chain_build() error diagnostics to...
2021-02-09 Dr. David von Oheimbx509_vfy.c: Sort out return values 0 vs. -1 (failure...
2021-02-09 Dr. David von OheimbX509_get_pubkey_parameters(): Correct failure behavior...
2021-02-09 Dr. David von Oheimbx509_vfy.c: Fix various coding style and documentation...
2021-02-06 Dr. David von OheimbAdd X509_STORE_CTX_verify(), which takes the first...
2021-02-04 Dr. David von Oheimbx509_vfy.c: Improve coding style and comments all over...
2021-02-04 Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Dr. David von Oheimbx509_vfy.c: Rename CHECK_CB() to the more intuitively...
2021-01-14 Dr. David von Oheimbfind_issuer(): When returning an expired issuer, take...
2021-01-13 Dr. David von Oheimbx509_vfy.c: Fix a regression in find_issuer()
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-12-04 Dr. David von Oheimbx509_vfy.c: Improve comments (correcting typos etc.)
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-03 Pauliremove unused assignments
2020-11-22 Ankita Shettyx509_vfy.c: Remove superfluous assignment to 'ret'...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-06 David von Oheimbx509_vfy.c: Call verification callback individually...
2020-11-06 David von Oheimbx509_vfy.c: Introduce CHECK_CB macro simplifying use...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-08 André KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-17 Tomas MrazRename check_chain_extensions to check_chain
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-15 Paulifree memory use on error in cert verify
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Require X.509 v3 if extension...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Change exclusion condition...
2020-09-11 Dr. David von Oheimbx509_vfy.c: Make sure that strict checks are not done...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that CA cert includ...
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-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
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-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-07-01 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01 Dr. David von OheimbOptimization and safety precaution in find_issuer(...
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-05-25 PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-04-30 Paulicoverity 1462560 Resource leak
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-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-08 Matt CaswellUse the libctx and propq from the X509_STORE_CTX
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
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-12-04 Dr. David von Oheimbadd X509_cmp_timeframe() including its documentation
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
next