]> git.ipfire.org Git - thirdparty/openssl.git/history - test/cmp_vfy_test.c
Fix various typos, repeated words, align some spelling to LDP.
[thirdparty/openssl.git] / test / cmp_vfy_test.c
2022-07-20  Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-05-03  Matt CaswellUpdate copyright year
2022-01-05  Dimitris ApostolouFix typos
2021-12-30  Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-17  Peiwei Hutest/cmp_vfy_test.c: free before return
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-10  Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-01  Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Matt CaswellFix safestack issues in crmf.h
2020-09-05  Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-08-21  Dr. David von OheimbAdd libctx/provider support to cmp_vfy_test
2020-08-21  Dr. David von OheimbAdd libctx/provider support to cmp_client_test
2020-08-21  Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21  Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-21  Dr. David von Oheimbtestutil: Make SETUP_TEST_FIXTURE return 0 on fixture...
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-06-22  Dr. David von OheimbDisable tests in cmp_vfy_test.c that make no sense...
2020-06-13  Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13  Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-21  Dr. David von OheimbFix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAF...
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-10  Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-17  Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL