| Commit message (Expand) | Author | Age | Files | Lines |
* | OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes... | Dr. David von Oheimb | 2023-01-26 | 1 | -2/+2 |
* | CMP docs: clarify behavior on message/total timeout values given | Dr. David von Oheimb | 2023-01-23 | 1 | -4/+6 |
* | CMP app: fix file output of certs and cert lists on non-existing cert(s) | Dr. David von Oheimb | 2023-01-16 | 1 | -8/+10 |
* | CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its... | Dr. David von Oheimb | 2022-08-24 | 1 | -6/+7 |
* | Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg() | Dr. David von Oheimb | 2022-07-20 | 1 | -0/+6 |
* | http_client.c: Dump response on error when tracing is enabled | Dr. David von Oheimb | 2022-05-30 | 1 | -0/+4 |
* | OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcert | Dr. David von Oheimb | 2022-03-12 | 1 | -2/+2 |
* | CMP: add subject of any provided CSR as default message sender | Dr. David von Oheimb | 2022-02-22 | 1 | -1/+3 |
* | Apply the correct Apache v2 license | Tomas Mraz | 2022-02-14 | 1 | -2/+2 |
* | CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set... | Dr. David von Oheimb | 2022-01-04 | 1 | -0/+5 |
* | APPS/cmp: improve diagnostics for presence of TLS options | Dr. David von Oheimb | 2021-12-30 | 1 | -6/+8 |
* | APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port... | Dr. David von Oheimb | 2021-12-15 | 1 | -6/+16 |
* | APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ... | Dr. David von Oheimb | 2021-12-09 | 1 | -6/+6 |
* | APPS/cmp: make the -sans option support email addresses (type rfc822Name) | Dr. David von Oheimb | 2021-11-08 | 1 | -1/+2 |
* | doc: remove end of line whitespace | Pauli | 2021-09-22 | 1 | -1/+1 |
* | Remove '=for openssl ifdef' | Rich Salz | 2021-05-19 | 1 | -2/+0 |
* | HTTP client: Minimal changes that include the improved API | Dr. David von Oheimb | 2021-05-12 | 1 | -1/+11 |
* | Document the behavior of the -inform and related options | Tomas Mraz | 2021-05-06 | 1 | -2/+1 |
* | HTTP client: Correct the use of optional proxy URL and its documentation | Dr. David von Oheimb | 2021-05-04 | 1 | -17/+19 |
* | APPS: Improve diagnostics for string options and options expecting int >= 0 | Dr. David von Oheimb | 2021-04-24 | 1 | -1/+1 |
* | apps/cmp: Add generic random state options, e.g., for nonce generation | Dr. David von Oheimb | 2021-04-14 | 1 | -0/+12 |
* | openssl-cmp.pod.in: Fix missing provider options description | Dr. David von Oheimb | 2021-04-14 | 1 | -2/+10 |
* | openssl-cmp.pod.in and apps/cmp.c: Various minor do improvements | Dr. David von Oheimb | 2021-03-11 | 1 | -56/+53 |
* | openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate' | Dr. David von Oheimb | 2021-03-02 | 1 | -20/+32 |
* | OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components | Dr. David von Oheimb | 2021-03-01 | 1 | -6/+10 |
* | CMP: Fix total_timeout behavior; small doc and diagnostic improvements | Dr. David von Oheimb | 2021-02-19 | 1 | -8/+8 |
* | apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSR | Dr. David von Oheimb | 2021-02-17 | 1 | -0/+2 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 2021-01-21 | 1 | -49/+56 |
* | DOCS: Fix the last few remaining pass phrase options references | Richard Levitte | 2021-01-19 | 1 | -10/+10 |
* | APPS: Adapt load_key() and load_pubkey() for the engine: loader | Richard Levitte | 2020-12-02 | 1 | -20/+26 |
* | cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplate | Dr. David von Oheimb | 2020-11-11 | 1 | -2/+4 |
* | openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver... | Dr. David von Oheimb | 2020-11-10 | 1 | -65/+28 |
* | openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuri... | Dr. David von Oheimb | 2020-11-10 | 1 | -115/+119 |
* | DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in | Richard Levitte | 2020-09-21 | 1 | -0/+5 |
* | apps/cmp.c: Improve example given for -geninfo option (also in man page) | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+1 |
* | openssl-cmp.pod.in: Update Insta Demo CA port number in case needed | Dr. David von Oheimb | 2020-09-11 | 1 | -1/+1 |
* | apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpass | Dr. David von Oheimb | 2020-09-11 | 1 | -6/+10 |
* | apps/cmp.c: Improve documentation of -secret, -cert, and -key options | Dr. David von Oheimb | 2020-09-11 | 1 | -5/+10 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 1 | -13/+10 |
* | bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer... | Dr. David von Oheimb | 2020-09-10 | 1 | -4/+4 |
* | Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs | Dr. David von Oheimb | 2020-09-10 | 1 | -0/+1 |
* | Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o... | Dr. David von Oheimb | 2020-09-08 | 1 | -0/+8 |
* | apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server option | Dr. David von Oheimb | 2020-09-08 | 1 | -3/+4 |
* | Strengthen chain building for CMP | Dr. David von Oheimb | 2020-09-05 | 1 | -1/+13 |
* | Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout | Dr. David von Oheimb | 2020-09-05 | 1 | -0/+5 |
* | apps/cmp.c: Clean up loading of certificates and CRLs | Dr. David von Oheimb | 2020-09-02 | 1 | -1/+1 |
* | Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp | Dr. David von Oheimb | 2020-09-01 | 1 | -0/+8 |
* | apps: make use of OSSL_STORE for generalized certs and CRLs loading | Dr. David von Oheimb | 2020-08-20 | 1 | -9/+3 |
* | openssl-cmp.pod.in: Update and extend example using Insta Demo CA | Dr. David von Oheimb | 2020-08-04 | 1 | -0/+6 |