summaryrefslogtreecommitdiff
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
...
* CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb2021-06-254-17/+27
* CMP: Clean up internal message creation API and its documentationDr. David von Oheimb2021-06-253-20/+21
* cmp_server.c: Fix check: certConf not allowed after transaction is closedDr. David von Oheimb2021-06-231-1/+2
* cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb2021-06-231-12/+13
* Update copyright yearMatt Caswell2021-06-172-2/+2
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-161-3/+4
* Give ASN.1 objects the ability to report their libctx/propqMatt Caswell2021-06-051-3/+17
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-053-10/+119
* cms: remove TODOsPauli2021-06-021-11/+2
* cmp: remove TODOsPauli2021-06-027-34/+5
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-5/+5
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Fix memory leak in OSSL_CMP_CTXPetr Gotthard2021-05-282-1/+2
* Use <> for #include openssl/xxxRich Salz2021-05-272-3/+2
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-0/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-143-8/+49
* CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb2021-05-141-1/+1
* cmp_server.c: Improve transaction management and loggingDr. David von Oheimb2021-05-141-6/+16
* OSSL_CMP_SRV_process_request(): Log any error queue entries on responseDr. David von Oheimb2021-05-141-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-10/+20
* 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