| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Matt Caswell | 2021-03-11 | 5 | -5/+5 |
* | cmp_hdr.c: Fix minor Coverity issue CID 1473605 | Dr. David von Oheimb | 2021-03-09 | 1 | -3/+0 |
* | CMP: On NULL-DN subject or issuer input omit field in cert template | Dr. David von Oheimb | 2021-03-02 | 3 | -9/+23 |
* | Handle NULL result of ERR_reason_error_string() in some apps | Dr. David von Oheimb | 2021-02-22 | 1 | -5/+20 |
* | CMP: Fix total_timeout behavior; small doc and diagnostic improvements | Dr. David von Oheimb | 2021-02-19 | 2 | -37/+38 |
* | Rename internal X509_add_cert_new() to ossl_x509_add_cert_new() | Dr. David von Oheimb | 2021-02-18 | 1 | -1/+1 |
* | Add internal X509_add_certs_new(), which simplifies matters | Dr. David von Oheimb | 2021-02-18 | 6 | -35/+20 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack | Dr. David von Oheimb | 2021-02-04 | 1 | -19/+8 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 3 | -3/+3 |
* | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 2021-01-21 | 3 | -46/+88 |
* | cmp_client.c: Fix indentation and remove empty line | Ankita Shetty | 2020-12-02 | 1 | -4/+3 |
* | cmp_client.c: Remove dead code of variable 'txt' in cert_response() | Ankita Shetty | 2020-12-02 | 1 | -6/+1 |
* | ERR: Rebuild all generated error headers and source files | Richard Levitte | 2020-11-24 | 1 | -5/+11 |
* | ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public key | Dr. David von Oheimb | 2020-11-20 | 1 | -1/+6 |
* | CMP: prevent misleading PKIStatusInfo output if not response available | Dr. David von Oheimb | 2020-11-20 | 1 | -0/+1 |
* | CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() | Richard Levitte | 2020-11-13 | 3 | -26/+17 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 11 | -200/+202 |
* | cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplate | Dr. David von Oheimb | 2020-11-11 | 1 | -3/+4 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 4 | -5/+5 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 3 | -11/+11 |
* | Fix safestack issues in conf.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in crmf.h | Matt Caswell | 2020-09-13 | 3 | -7/+0 |
* | Fix safestack issues in x509_vfy.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in cmp.h | Matt Caswell | 2020-09-13 | 6 | -14/+0 |
* | Fix safestack issues in asn1.h | Matt Caswell | 2020-09-13 | 6 | -7/+0 |
* | Fix safestack issues in x509v3.h | Matt Caswell | 2020-09-13 | 2 | -3/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 7 | -12/+0 |
* | bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer... | Dr. David von Oheimb | 2020-09-10 | 1 | -7/+8 |
* | bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also fo... | Dr. David von Oheimb | 2020-09-10 | 1 | -12/+12 |
* | bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using... | Dr. David von Oheimb | 2020-09-10 | 1 | -1/+2 |
* | Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certs | Dr. David von Oheimb | 2020-09-10 | 4 | -40/+67 |
* | Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o... | Dr. David von Oheimb | 2020-09-08 | 1 | -0/+8 |
* | OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u... | Dr. David von Oheimb | 2020-09-05 | 5 | -28/+28 |
* | Strengthen chain building for CMP | Dr. David von Oheimb | 2020-09-05 | 5 | -33/+58 |
* | Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout | Dr. David von Oheimb | 2020-09-05 | 2 | -0/+32 |
* | Add -verbosity option to apps/cmp.c and add log output also in crypto/cmp | Dr. David von Oheimb | 2020-09-01 | 4 | -14/+35 |
* | Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt | Dr. David von Oheimb | 2020-08-21 | 10 | -198/+213 |
* | cmp_msg.c: Copy libctx and propq of CMP_CTX to newly enrolled certificate | Dr. David von Oheimb | 2020-08-21 | 1 | -0/+3 |
* | cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve... | Dr. David von Oheimb | 2020-08-21 | 4 | -11/+16 |
* | cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen... | Dr. David von Oheimb | 2020-08-21 | 1 | -20/+9 |
* | crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() fails | Dr. David von Oheimb | 2020-08-21 | 2 | -6/+14 |
* | Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its doc | Dr. David von Oheimb | 2020-08-21 | 2 | -4/+4 |
* | Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc... | Dr. David von Oheimb | 2020-08-21 | 3 | -4/+11 |
* | cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP mode | Dr. David von Oheimb | 2020-08-21 | 1 | -14/+14 |
* | Introduce X509_add_cert[s] simplifying various additions to cert lists | Dr. David von Oheimb | 2020-08-12 | 6 | -74/+34 |
* | Add OSSL_CMP_MSG_write(), use it in apps/cmp.c | Dr. David von Oheimb | 2020-07-30 | 1 | -0/+18 |
* | Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.c | Dr. David von Oheimb | 2020-07-30 | 2 | -3/+4 |
* | Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM() | Dr. David von Oheimb | 2020-07-30 | 1 | -12/+10 |
* | Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_... | Dr. David von Oheimb | 2020-07-30 | 5 | -52/+42 |