summaryrefslogtreecommitdiff
path: root/test/cmp_ctx_test.c
Commit message (Expand)AuthorAgeFilesLines
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-2/+17
* Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb2022-08-181-15/+6
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-3/+3
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-2/+3
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* test_cmp_ctx: Avoid using empty X509 with i2dTomas Mraz2021-07-101-3/+19
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-4/+3
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-1/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-3/+3
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-2/+2
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-0/+4
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-1/+1
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-2/+2
* Fix aix compile error in cmp_ctx_test.cShane Lontis2020-05-051-8/+16
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-021-6/+5
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-4/+4
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-3/+3
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Fix the compile error once enabled WerrorXiaokang Qian2020-03-161-1/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-0/+1
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-3/+2
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-171-19/+19
* improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb2020-02-171-23/+16
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-4/+5
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-121-55/+63
* chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb2019-10-291-2/+3
* Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis2019-10-081-1/+2
* Fix no-autoerrinitMatt Caswell2019-10-071-2/+2
* Fix no-errMatt Caswell2019-10-031-5/+10
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-271-0/+859