]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cmp/cmp_vfy.c
ssl/statem: Replace size_t with int and add the checks
[thirdparty/openssl.git] / crypto / cmp / cmp_vfy.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-17  Dr. David von Oheimbcmp_vfy.c/check_msg_all_certs(): remove needless trace...
2024-01-17  Dr. David von Oheimbossl_cmp_msg_check_update(): improve diagnostics of...
2024-01-17  Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
2023-12-21  Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21  Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-09-21  Dr. David von Oheimbcmp_vfy.c: Use verification callback if cert_acceptable...
2023-09-07  Matt CaswellCopyright year updates
2023-05-12  Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-02-08  Dr. David von OheimbCMP check_transactionID_or_nonce(): fix reason code...
2023-02-08  Dr. David von Oheimbossl_cmp_msg_check_update(): fix two wrong error return...
2022-12-08  Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-07  Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-11-24  Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-10-12  FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-08-24  Dr. David von OheimbCMP: fix crash in check_transactionID_or_nonce() on...
2022-07-20  Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-01  Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-05-03  Matt CaswellUpdate copyright year
2022-01-05  Dimitris ApostolouFix typos
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-13  Dr. David von Oheimbossl_cmp_msg_check_update(): align recipNone check...
2021-12-10  x2018remove redundant ERR_raise
2021-12-10  x2018check the return value of BIO_new() in t_x509.c:471...
2021-12-09  Dr. David von OheimbCMP check_msg_find_cert(): improve diagnostics on trans...
2021-10-12  Tomas Mrazcmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
2021-06-30  Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-02  Paulicmp: remove TODOs
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-03-11  Matt CaswellUpdate copyright year
2021-02-18  Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-08  Dr. David von OheimbAllow unauthenticated CMP server if missing -trusted...
2020-09-05  Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-01  Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-21  Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21  Dr. David von Oheimbcmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build...
2020-08-21  Dr. David von Oheimbcrypto/cmp: Prevent misleading errors in case x509v3_ca...
2020-08-21  Dr. David von Oheimbcmp_vfy.c: Fix bug: must verify msg signature also...
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-06-13  Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13  Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13  Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-13  Dr. David von OheimbImprove cert checking diagnostics of OSSL_CMP_validate_...
2020-06-13  Dr. David von OheimbRemove misleading diagnostics on pinned sender cert...
2020-06-13  Dr. David von OheimbCorrect error reason of verify_signature() in cmp_vfy.c
2020-06-13  Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13  Dr. David von OheimbStreamline the approach to set CMP message recipient...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-18  Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18  Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-07  Dr. David von OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07  Dr. David von OheimbFix bugs in 3GPP exception checking and improve diagnos...
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-02-17  Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL