summaryrefslogtreecommitdiff
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-125-25/+30
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-122-4/+7
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-184-26/+48
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-252-0/+16
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-2/+2
* cmp_msg.c: free memory of certStatus before goto errJAVAID Mohammad-Habib2023-03-201-1/+3
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-5/+33
* CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb2023-02-081-0/+1
* OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb2023-02-081-7/+13
* cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb2023-02-081-2/+2
* CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb2023-02-081-1/+1
* ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb2023-02-081-6/+6
* Fix Coverity 1520485: logically dead codePauli2023-01-261-4/+0
* cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb2023-01-231-12/+10
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-232-5/+9
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-082-5/+10
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-074-1/+9
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+11
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-7/+10
* CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb2022-11-251-2/+1
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-242-11/+6
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-245-19/+33
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-248-34/+26
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+3
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-122-2/+2
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-2/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-6/+6
* Fix missing null checkGraham 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: fix crash in check_transactionID_or_nonce() on 'actual' being NULLDr. David von Oheimb2022-08-241-2/+2
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-203-27/+19
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-191-2/+1
* cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb2022-07-111-1/+4
* CMP: implement optional hashAlg field of certConf CMPv3 messageDr. David von Oheimb2022-07-013-4/+18
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-012-2/+3
* Fix memory leak in cmp_calc_protection()slontis2022-06-291-1/+1
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-035-5/+5
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-7/+10
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-071-28/+13
* Fix typosDimitris Apostolou2022-01-051-3/+3
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-2/+2
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-214-16/+13
* cmp_ctx.c: Remove redundancy form the defs of many getters and settersDr. David von Oheimb2021-12-181-288/+141
* ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb2021-12-131-26/+26
* remove redundant ERR_raisex20182021-12-101-3/+1
* check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x20182021-12-101-1/+4