]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cmp/cmp_ctx.c
Copyright year updates
[thirdparty/openssl.git] / crypto / cmp / cmp_ctx.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-17  Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
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-07  Matt CaswellCopyright year updates
2023-07-10  Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-06-06  Vladimír Kotalallow to disable http
2023-05-12  Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-03-21  FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-02-08  Dr. David von Oheimbcmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_...
2023-01-26  PauliFix Coverity 1520485: logically dead code
2023-01-23  Dr. David von Oheimbcmp_client_test.c: add tests for end_time being initial...
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-24  Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
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 some...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-20  Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
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-06-02  Paulicmp: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-28  Petr GotthardFix memory leak in OSSL_CMP_CTX
2021-05-14  Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-04-20  Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-17  Dr. David von OheimbOSSL_CMP_CTX_new(): Fix distinction of out-of-memory...
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-02-18  Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-04  Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Matt CaswellFix safestack issues in cmp.h
2020-09-13  Matt CaswellFix safestack issues in asn1.h
2020-09-13  Matt CaswellFix safestack issues in x509v3.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-10  Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-05  Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05  Dr. David von OheimbStrengthen chain building for CMP
2020-09-05  Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-01  Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-21  Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21  Dr. David von Oheimbcrypto/cmp: Prevent misleading errors in case x509v3_ca...
2020-08-21  Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-06-22  Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-13  Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-05-13  Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-02  Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02  Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-02-17  Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2020-02-17  Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-12-12  Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
2019-12-03  raja-ashokSet argument only after successful dup on CMP APIs
2019-10-29  Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-27  Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...