summaryrefslogtreecommitdiff
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb2021-12-093-10/+16
* OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb2021-12-091-3/+2
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+0
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-2/+1
* cmp_server.c: Log received request type before checking detailsDr. David von Oheimb2021-11-171-3/+3
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* 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