aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-205-73/+6
* OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb2021-04-171-3/+4
* cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb2021-04-141-2/+6
* Add ossl_ x509 symbolsShane Lontis2021-03-183-4/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-181-4/+4
* Update copyright yearMatt Caswell2021-03-115-5/+5
* cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb2021-03-091-3/+0
* CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb2021-03-023-9/+23
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-5/+20
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-192-37/+38
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-186-35/+20
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-19/+8
* Update copyright yearRichard Levitte2021-01-283-3/+3
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-213-46/+88
* cmp_client.c: Fix indentation and remove empty lineAnkita Shetty2020-12-021-4/+3
* cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty2020-12-021-6/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb2020-11-201-1/+6
* CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2020-11-201-0/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-133-26/+17
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1311-200/+202
* cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb2020-11-111-3/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-154-5/+5
* Run the withlibctx.pl scriptMatt Caswell2020-10-013-11/+11
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in crmf.hMatt Caswell2020-09-133-7/+0
* Fix safestack issues in x509_vfy.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-136-14/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-136-7/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-132-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-137-12/+0
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-7/+8
* bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also fo...Dr. David von Oheimb2020-09-101-12/+12
* bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using...Dr. David von Oheimb2020-09-101-1/+2
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-104-40/+67
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-081-0/+8
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-055-28/+28
* Strengthen chain building for CMPDr. David von Oheimb2020-09-055-33/+58
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-052-0/+32
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-014-14/+35
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-2110-198/+213
* cmp_msg.c: Copy libctx and propq of CMP_CTX to newly enrolled certificateDr. David von Oheimb2020-08-211-0/+3
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-214-11/+16
* cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen...Dr. David von Oheimb2020-08-211-20/+9
* crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() failsDr. David von Oheimb2020-08-212-6/+14
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-212-4/+4
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-213-4/+11
* cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP modeDr. David von Oheimb2020-08-211-14/+14