summaryrefslogtreecommitdiff
path: root/apps/cmp.c
Commit message (Expand)AuthorAgeFilesLines
...
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-2/+2
* runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli2021-04-291-0/+2
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-106/+110
* apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb2021-04-221-9/+1
* apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb2021-04-211-10/+7
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-191-1/+1
* apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb2021-04-171-10/+10
* apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2021-04-141-9/+18
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-0/+2
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-071-2/+0
* apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb2021-03-131-163/+11
* openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb2021-03-111-8/+10
* CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb2021-03-021-41/+76
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-1/+2
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-191-13/+18
* apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb2021-02-171-26/+28
* apps/cmp.c: check and exit on engine load errorDr. David von Oheimb2021-02-041-1/+6
* 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-29/+38
* apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb2021-01-211-0/+8
* apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb2021-01-211-2/+8
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-4/+2
* apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb2020-12-171-1/+1
* apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb2020-12-171-1/+1
* Check non-option argumentsRich Salz2020-12-151-17/+15
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-021-5/+1
* APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch optionRichard Levitte2020-11-261-6/+2
* apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb2020-11-251-5/+2
* apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb2020-11-251-2/+3
* CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2020-11-201-0/+2
* apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb2020-11-201-1/+3
* apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb2020-11-201-4/+4
* apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb2020-11-101-5/+6
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-221-1/+1
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-1/+0
* FIX strncpy warning in apps/cmp.c.Xiaofei Bai2020-09-171-1/+1
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2020-09-111-1/+1
* apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb2020-09-111-2/+3
* apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2020-09-111-1/+3
* apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2020-09-111-7/+9
* apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb2020-09-111-4/+9
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-1/+1
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-18/+22
* apps/cmp.c: clear leftover errors on loading libengines.so etc.Dr. David von Oheimb2020-09-101-0/+1
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-142/+113
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-081-4/+2