SM4 optimization for ARM by HW instruction
[openssl.git] / apps / cmp.c
2022-01-07 Dr. David von Oheimbapps/cmp.c: fix coding style nits reported by check...
2022-01-05 Dimitris ApostolouFix typos
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-30 Dr. David von OheimbAPPS/cmp: improve diagnostics for presence of TLS options
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-15 Dr. David von OheimbAPPS/cmp: Fix logic and doc of mutually exclusive ...
2021-12-13 Dr. David von OheimbAPPS/cmp: Simplify read_write_req_resp() - 'req' arg...
2021-12-09 Dr. David von OheimbAPPS/cmp: Fix use of OPENSSL_NO_SOCK: options like...
2021-12-09 Dr. David von OheimbAPPS/cmp: fix -rspin option such that it works again...
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbFix verbosity of CMP client diagnostics
2021-11-08 Dr. David von OheimbAPPS/cmp: make the -sans option support email addresses...
2021-10-25 Tomas Mrazcmp.c: Avoid dereference with negative index and use...
2021-09-17 Dr. David von OheimbAPPS/cmp.c: Move warning on overlong section name to...
2021-08-06 Dr. David von OheimbFix CMP app TLS connection not respecting vpm options...
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02 Pauliapps: remove TODOs
2021-05-20 Dr. David von Oheimbapps/cmp.c: Move CMP server code portion to separate...
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-14 Dr. David von Oheimbhttp_client.c: Rename internal fields and functions...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP test server: Improve connection management and...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-04-29 Paulirunchecker: fix no-sock build by conditioning clean...
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-22 Dr. David von Oheimbapps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free...
2021-04-21 Dr. David von Oheimbapps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR...
2021-04-19 Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-04-17 Dr. David von Oheimbapps/cmp.c: Fix TLS hostname checking in case -server...
2021-04-14 Dr. David von Oheimbapps/cmp: Add generic random state options, e.g., for...
2021-04-14 Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-07 Nan XiaoRemove unnecessary setting SSL_MODE_AUTO_RETRY
2021-03-13 Dr. David von Oheimbapps/ts.c: Allow -untrusted arg to refer to multiple...
2021-03-11 Dr. David von Oheimbopenssl-cmp.pod.in and apps/cmp.c: Various minor do...
2021-03-02 Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-19 Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-17 Dr. David von Oheimbapps/cmp.c: Improve initialization of ext_ctx structure...
2021-02-04 Dr. David von Oheimbapps/cmp.c: check and exit on engine load error
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21 Dr. David von Oheimbapps/cmp.c: Check self-signature on CSR input and warn...
2021-01-21 Dr. David von Oheimbapps/cmp.c: Improve diagnostics on loading private...
2021-01-11 Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-12-17 Dr. David von Oheimbapps/cmp.c: Correct -keyform option range w.r.t engine
2020-12-17 Dr. David von Oheimbapps/cmp.c: Fix bug on -path option introduced in commi...
2020-12-15 Rich SalzCheck non-option arguments
2020-12-02 Richard LevitteAPPS: Adapt load_key() and load_pubkey() for the engine...
2020-11-26 Richard LevitteAPPS: Modify apps/cmp.c to use set_base_ui_method(...
2020-11-25 Dr. David von Oheimbapps/cmp.c: fix crash with -batch option on OPENSSL_NO_...
2020-11-25 Dr. David von Oheimbapps/cmp.c: Improve description of key loaded due to...
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-20 Dr. David von Oheimbapps/cmp.c: Improve diagnostics on -server URL parse...
2020-11-20 Dr. David von Oheimbapps/cmp.c: Add diagnostics on config file section...
2020-11-10 Dr. David von Oheimbapps/cmp.c: Improve order of -path option: just after...
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-08 Dr. David von OheimbCorrect and simplify use of ERR_clear_error() etc....
2020-09-17 Xiaofei BaiFIX strncpy warning in apps/cmp.c.
2020-09-13 Matt CaswellFix safestack issues in cmp.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve example given for -geninfo option...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve user guidance on missing -subject...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve documentation of -extracerts, ...
2020-09-11 Dr. David von Oheimbapps/cmp.c: Improve documentation of -secret, -cert...
2020-09-10 Dr. David von Oheimbapps/cmp.c: Improve safeguard assertion on consistency...
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von Oheimbapps/cmp.c: clear leftover errors on loading libengines...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-08 Dr. David von OheimbAllow unauthenticated CMP server if missing -trusted...
2020-09-08 Dr. David von Oheimbapps/cmp.c: Allow default HTTP path (aka CMP alias...
2020-09-08 Dr. David von Oheimbapps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removin...
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-02 Dr. David von Oheimbapps/cmp.c: Clean up loading of certificates and CRLs
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-20 Paulicmp: handle error return from OBJ_obj2txt()
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-04 Dr. David von OheimbFix error message on setting cert validity period in...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-08-04 Dr. David von Oheimbapps/cmp.c: Defer diagnostic output on server+proxy...
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von Oheimbapps/cmp.c: Improve documentation of -recipient option
2020-07-22 Dr. David von OheimbFix UI method setup, which should be independent of...
2020-07-05 Paulicmp: remove NULL check.
2020-06-24 Dr. David von Oheimbapps/cmp.c: Add workaround for Coverity false positive...
2020-06-24 Dr. David von Oheimbapps/cmp.c: Fix memory leaks in handle_opt_geninfo...
next