aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmp
AgeCommit message (Expand)AuthorFilesLines
2021-06-05Give ASN.1 objects the ability to report their libctx/propqMatt Caswell1-3/+17
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell3-10/+119
2021-06-02cms: remove TODOsPauli1-11/+2
2021-06-02cmp: remove TODOsPauli7-34/+5
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz2-5/+5
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli1-1/+1
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard2-1/+2
2021-05-27Use <> for #include openssl/xxxRich Salz2-3/+2
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-20Update copyright yearMatt Caswell1-1/+1
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb1-0/+1
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb3-8/+49
2021-05-14CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb1-1/+1
2021-05-14cmp_server.c: Improve transaction management and loggingDr. David von Oheimb1-6/+16
2021-05-14OSSL_CMP_SRV_process_request(): Log any error queue entries on responseDr. David von Oheimb1-0/+1
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb1-10/+20
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb5-73/+6
2021-04-17OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb1-3/+4
2021-04-14cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb1-2/+6
2021-03-18Add ossl_ x509 symbolsShane Lontis3-4/+4
2021-03-18Add ossl_asn1 symbolsShane Lontis1-4/+4
2021-03-11Update copyright yearMatt Caswell5-5/+5
2021-03-09cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb1-3/+0
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb3-9/+23
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb1-5/+20
2021-02-19CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2-37/+38
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb1-1/+1
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb6-35/+20
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb1-19/+8
2021-01-28Update copyright yearRichard Levitte3-3/+3
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb3-46/+88
2020-12-02cmp_client.c: Fix indentation and remove empty lineAnkita Shetty1-4/+3
2020-12-02cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty1-6/+1
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-5/+11
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb1-1/+6
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb1-0/+1
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte3-26/+17
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte11-200/+202
2020-11-11cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb1-3/+4
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre4-5/+5
2020-10-01Run the withlibctx.pl scriptMatt Caswell3-11/+11
2020-09-13Fix safestack issues in conf.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in crmf.hMatt Caswell3-7/+0
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in cmp.hMatt Caswell6-14/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell6-7/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell2-3/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell7-12/+0
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb1-7/+8