Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / cmp / cmp_client.c
9 days ago Richard LevitteCopyright year updates
2024-03-06 Dr. David von Oheimbapps/cmp: add -reqout_only option for dumping/saving...
2023-12-21 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
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-09-07 Matt CaswellCopyright year updates
2023-08-03 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
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-05-12 Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
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-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-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-10-06 Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
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-25 Dr. David von OheimbCMP: Improve reporting of error codes and related strin...
2021-06-23 Dr. David von Oheimbcmp_client.c: Print checkAfter value from pollRep befor...
2021-06-02 Paulicms: remove TODOs
2021-06-02 Paulicmp: remove TODOs
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-02-19 Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2020-12-02 Ankita Shettycmp_client.c: Fix indentation and remove empty line
2020-12-02 Ankita Shettycmp_client.c: Remove dead code of variable 'txt' in...
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in crmf.h
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 x509.h
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
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-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18 Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Bernd EdlingerFix a printf format error in cmp_client.c
2020-03-25 Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...