]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cmp
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / cmp /
2024-04-22  Rajeev Ranjanfix sending error when no root CA cert update available
2024-04-09  Richard LevitteCopyright year updates
2024-03-06  Dr. David von Oheimbcrypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey...
2024-03-06  Dr. David von Oheimbapps/cmp: add -reqout_only option for dumping/saving...
2024-01-17  Dr. David von Oheimbcmp_vfy.c/check_msg_all_certs(): remove needless trace...
2024-01-17  Dr. David von Oheimbossl_cmp_msg_check_update(): improve diagnostics of...
2024-01-17  Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-12-21  Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-12-21  Rajeev Ranjancmp_server.c,apps/lib/cmp_mock_srv.c: move polling...
2023-12-21  Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21  Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-19  Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-10-10  Dr. David von OheimbCMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-09-21  Dr. David von Oheimbcmp_vfy.c: Use verification callback if cert_acceptable...
2023-09-07  Matt CaswellCopyright year updates
2023-09-05  Dr. David von OheimbCMP: generalize ossl_cmp_calc_protection() to handle...
2023-08-18  Tomas Mrazcmp_genm.c: Remove superfluous store_ctx != 0 check
2023-08-03  Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-07-16  Dr. David von OheimbCMP: add support for genm with rootCaCert and genp...
2023-07-16  Dr. David von Oheimbrename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_ex...
2023-07-10  Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-06-06  Vladimír Kotalallow to disable http
2023-06-01  Dr. David von Oheimbcmp_client.c: add comment on certConf and add 'ossl_unu...
2023-06-01  Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-05-30  Dr. David von Oheimbcmp_http.c: Remove obsolete comment w.r.t. ERR_clear_er...
2023-05-12  Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-05-12  Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-04-18  Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-03-25  Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-03-21  FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-03-20  JAVAID Mohammad... cmp_msg.c: free memory of certStatus before goto err
2023-02-13  Dr. David von OheimbOSSL_CMP_certConf_cb(): fix regression on checking...
2023-02-08  Dr. David von OheimbCMP cert_response(): add missing rejection status on...
2023-02-08  Dr. David von OheimbOSSL_CMP_SRV_process_request(): fix recipNonce on error...
2023-02-08  Dr. David von Oheimbcmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_...
2023-02-08  Dr. David von OheimbCMP check_transactionID_or_nonce(): fix reason code...
2023-02-08  Dr. David von Oheimbossl_cmp_msg_check_update(): fix two wrong error return...
2023-01-26  PauliFix Coverity 1520485: logically dead code
2023-01-23  Dr. David von Oheimbcmp_client.c: fix handling of total_timeout for RR...
2023-01-23  Dr. David von Oheimbcmp_client_test.c: add tests for end_time being initial...
2022-12-08  Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-07  Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-11-25  Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25  Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25  Dr. David von OheimbCMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-24  Dr. David von OheimbCMP: fix handling of unset or missing failInfo PKI...
2022-11-24  Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24  Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-11-23  Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-10-12  FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-12  FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-06  Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30  Graham WoodwardFix missing null check
2022-08-24  Dr. David von OheimbCMP: correct handling of fallback subject in OSSL_CMP_C...
2022-08-24  Dr. David von OheimbCMP: fix crash in check_transactionID_or_nonce() on...
2022-07-20  Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-19  Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-11  Dr. David von Oheimbcmp_http.c: extend comment in keep_alive()
2022-07-01  Dr. David von OheimbCMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01  Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-06-29  slontisFix memory leak in cmp_calc_protection()
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-03-12  Dr. David von OheimbOSSL_CMP_CTX_setup_CRM(): Fix handling of defaults...
2022-02-22  Dr. David von OheimbCMP: add subject of any provided CSR as default message...
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-07  Dr. David von Oheimbasn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid...
2022-01-05  Dimitris ApostolouFix typos
2021-12-30  Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-18  Dr. David von Oheimbcmp_ctx.c: Remove redundancy form the defs of many...
2021-12-13  Dr. David von Oheimbossl_cmp_msg_check_update(): align recipNone check...
2021-12-10  x2018remove redundant ERR_raise
2021-12-10  x2018check the return value of BIO_new() in t_x509.c:471...
2021-12-09  Dr. David von OheimbCMP check_msg_find_cert(): improve diagnostics on trans...
2021-12-09  Dr. David von OheimbOSSL_CMP_MSG_read(): Fix mem leak on file read error
2021-11-17  Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-17  Dr. David von Oheimbcmp_server.c: Log received request type before checking...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-12  Tomas Mrazcmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
2021-09-07  Richard LevitteUpdate copyright year
2021-08-24  Matt CaswellFix CMP code to not assume NUL terminated strings
2021-06-30  Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30  Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-29  Dr. David von Oheimbossl_cmp_error_new(): Fix Coverity issue 1486534, and...
2021-06-25  Dr. David von OheimbCMP: Improve reporting of error codes and related strin...
2021-06-25  Dr. David von OheimbCMP: Clean up internal message creation API and its...
2021-06-23  Dr. David von Oheimbcmp_server.c: Fix check: certConf not allowed after...
2021-06-23  Dr. David von Oheimbcmp_client.c: Print checkAfter value from pollRep befor...
2021-06-17  Matt CaswellUpdate copyright year
2021-06-16  Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-05  Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02  Paulicms: remove TODOs
2021-06-02  Paulicmp: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
next