summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
AgeCommit message (Expand)Author
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-04Fix error message on setting cert validity period in apps/cmp.cDr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-08-04apps/cmp.c: Defer diagnostic output on server+proxy to be contactedDr. David von Oheimb
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb
2020-07-22Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb
2020-07-05cmp: remove NULL check.Pauli
2020-06-25apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb
2020-06-25apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-13Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb
2020-06-13Fix use of -no-proxy option of CMP appDr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb