Commit History

Author SHA1 Message Date
  Dr. David von Oheimb bb30bce22b bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCerts in code and doc 4 years ago
  Dr. David von Oheimb a877d2629b apps/cmp.c: clear leftover errors on loading libengines.so etc. 4 years ago
  Dr. David von Oheimb a0745e2be6 Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs 4 years ago
  Dr. David von Oheimb b434b2c08d Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret options 4 years ago
  Dr. David von Oheimb d96486dc80 apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server option 4 years ago
  Dr. David von Oheimb 6e477a60e4 apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and atoint() 4 years ago
  Dr. David von Oheimb 0b86eefd43 OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'untrusted 4 years ago
  Dr. David von Oheimb 15076c26d7 Strengthen chain building for CMP 4 years ago
  Dr. David von Oheimb 39082af2fa Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout 4 years ago
  Dr. David von Oheimb 2c0e356ef7 apps/cmp.c: Clean up loading of certificates and CRLs 4 years ago
  Dr. David von Oheimb 1a5ae1da14 Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp 4 years ago
  Dr. David von Oheimb 6d1f50b520 Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt 4 years ago
  Dr. David von Oheimb 1a7cd250ad Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_mock_srv_new() 4 years ago
  Dr. David von Oheimb b3c5aadf4c apps: make use of OSSL_STORE for generalized certs and CRLs loading 4 years ago
  Pauli 3b1fd0b003 cmp: handle error return from OBJ_obj2txt() 4 years ago
  Dr. David von Oheimb eeccc23723 Introduce X509_add_cert[s] simplifying various additions to cert lists 4 years ago
  Dr. David von Oheimb aff8c0a411 Fix error message on setting cert validity period in apps/cmp.c 4 years ago
  Dr. David von Oheimb 57c05c57c3 apps: Correct and extend diagnostics of parse_name() 4 years ago
  Dr. David von Oheimb 8f7e897995 apps/cmp.c: Defer diagnostic output on server+proxy to be contacted 4 years ago
  Dr. David von Oheimb 1202de4481 Add OSSL_CMP_MSG_write(), use it in apps/cmp.c 4 years ago
  Dr. David von Oheimb fafa56a14f Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.c 4 years ago
  Dr. David von Oheimb 87d20a9651 apps/cmp.c: Improve documentation of -recipient option 4 years ago
  Dr. David von Oheimb bf19b64aae Fix UI method setup, which should be independent of (deprecated) engine use 4 years ago
  Pauli 9283e9bd11 cmp: remove NULL check. 4 years ago
  Dr. David von Oheimb 19765f5bcf apps/cmp.c: Add workaround for Coverity false positive; rename e -> engine 4 years ago
  Dr. David von Oheimb 33c41876ed apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by Coverity 4 years ago
  Dr. David von Oheimb 11baa470a2 Fix CMP -days option range checking and test failing with enable-ubsan 4 years ago
  Dr. David von Oheimb 5e7be6e666 Remove extra newline from CMP mock server error and add TODO on using request template 4 years ago
  Dr. David von Oheimb 8b22c283b8 Improve description of CMP untrusted certs and msg 'sender' field 4 years ago
  Dr. David von Oheimb 50e09788d5 Fix use of -no-proxy option of CMP app 4 years ago