summaryrefslogtreecommitdiff
path: root/doc/man1/openssl-cmp.pod.in
Commit message (Expand)AuthorAgeFilesLines
* OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb2023-01-261-2/+2
* CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb2023-01-231-4/+6
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-8/+10
* CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb2022-08-241-6/+7
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+6
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-0/+4
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-2/+2
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+3
* Apply the correct Apache v2 licenseTomas Mraz2022-02-141-2/+2
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-0/+5
* APPS/cmp: improve diagnostics for presence of TLS optionsDr. David von Oheimb2021-12-301-6/+8
* APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb2021-12-151-6/+16
* APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb2021-12-091-6/+6
* APPS/cmp: make the -sans option support email addresses (type rfc822Name)Dr. David von Oheimb2021-11-081-1/+2
* doc: remove end of line whitespacePauli2021-09-221-1/+1
* Remove '=for openssl ifdef'Rich Salz2021-05-191-2/+0
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-1/+11
* Document the behavior of the -inform and related optionsTomas Mraz2021-05-061-2/+1
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-041-17/+19
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-1/+1
* apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2021-04-141-0/+12
* openssl-cmp.pod.in: Fix missing provider options descriptionDr. David von Oheimb2021-04-141-2/+10
* openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb2021-03-111-56/+53
* openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb2021-03-021-20/+32
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-6/+10
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-191-8/+8
* apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb2021-02-171-0/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-211-49/+56
* DOCS: Fix the last few remaining pass phrase options referencesRichard Levitte2021-01-191-10/+10
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-021-20/+26
* cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb2020-11-111-2/+4
* openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver...Dr. David von Oheimb2020-11-101-65/+28
* openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri...Dr. David von Oheimb2020-11-101-115/+119
* DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte2020-09-211-0/+5
* apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2020-09-111-1/+1
* openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb2020-09-111-1/+1
* apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2020-09-111-6/+10
* apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2020-09-111-5/+10
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-13/+10
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-4/+4
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-0/+1
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-081-0/+8
* apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb2020-09-081-3/+4
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-1/+13
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-0/+5
* apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb2020-09-021-1/+1
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-011-0/+8
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-9/+3
* openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb2020-08-041-0/+6