summaryrefslogtreecommitdiff
path: root/test/cmp_vfy_test.c
Commit message (Expand)AuthorAgeFilesLines
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-161-0/+2
* test: cmp_vfy_test: fix defined but unusedČestmír Kalina2022-12-141-1/+3
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-081-28/+47
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-4/+8
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-3/+15
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-5/+5
* test/cmp_vfy_test.c: free before returnPeiwei Hu2021-12-171-1/+3
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-051-14/+14
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-8/+8
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix safestack issues in crmf.hMatt Caswell2020-09-131-1/+0
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-1/+1
* Add libctx/provider support to cmp_vfy_testDr. David von Oheimb2020-08-211-16/+27
* Add libctx/provider support to cmp_client_testDr. David von Oheimb2020-08-211-8/+8
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-1/+1
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-1/+1
* testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb2020-08-211-3/+7
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-2/+2
* Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...Dr. David von Oheimb2020-06-221-1/+20
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-1/+2
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-41/+38
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTIONDr. David von Oheimb2020-04-211-0/+16
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-6/+0
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-3/+7
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-0/+636