summaryrefslogtreecommitdiff
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2022-11-091-3/+3
* Update copyright yearMatt Caswell2022-10-112-2/+2
* Fix missing null check in ossl_cmp_log_parse_metadata()Graham Woodward2022-09-301-2/+2
* CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb2022-08-241-8/+7
* cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb2022-07-111-1/+4
* Update copyright yearRichard Levitte2022-07-051-1/+1
* Fix memory leak in cmp_calc_protection()slontis2022-06-291-1/+1
* Update copyright yearMatt Caswell2022-03-151-1/+1
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-7/+10
* OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb2021-12-091-3/+2
* cmp_server.c: Log received request type before checking detailsDr. David von Oheimb2021-11-171-3/+3
* cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz2021-10-121-1/+3
* Update copyright yearRichard Levitte2021-09-071-1/+1
* Fix CMP code to not assume NUL terminated stringsMatt Caswell2021-08-245-8/+10
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-302-2/+2
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-306-16/+18
* ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issue...Dr. David von Oheimb2021-06-291-1/+2
* 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