Fix race for X509 store found by thread sanitizer
[openssl.git] / doc / man3 / OSSL_CMP_CTX_new.pod
2024-04-09 Richard LevitteCopyright year updates
2024-01-17 Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
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-10-10 Dr. David von OheimbOSSL_CMP_CTX_new.pod: remove overlap with OSSL_HTTP_tra...
2023-09-07 Matt CaswellCopyright year updates
2023-07-18 Dimitri PapadopoulosFix typos found by codespell
2023-07-16 Dr. David von OheimbCMP doc: various small corrections, mostly on PBM vs...
2023-07-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-03-21 FdaSilvaYYcmp: fix --strict-warnings windows builds
2023-03-21 FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-02-13 Dr. David von OheimbOSSL_CMP_certConf_cb(): fix regression on checking...
2023-02-08 Dr. David von OheimbCMP app and doc: improve texts on (un-)trusted certs...
2023-01-23 Dr. David von OheimbCMP docs: clarify behavior on message/total timeout...
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
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 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-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-18 Dr. David von OheimbOSSL_CMP_CTX_new.pod: make references to private key...
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...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Richard LevitteMake the OSSL_CMP manual conform with man-pages(7)
2020-11-11 Dr. David von Oheimbcmp_msg.c: Use issuer of reference cert as default...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-11 Dr. David von OheimbOSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_...
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von OheimbReplace all wrong usages of 'B<...>' (typically by...
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-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-22 Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbImprove description of CMP untrusted certs and msg...
2020-06-13 Dr. David von OheimbAllow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13 Dr. David von OheimbImprove description of -trusted, -srvcert, -recipient...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbImprove CMP documentation regarding use of untrusted...
2020-05-13 Dr. David von OheimbImprove description of algorithm NIDs in doc/man3/OSSL_...
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-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-01-13 Dr. David von Oheimbhandle new findings of find-doc-nits on fn typedefs...
2020-01-13 Dr. David von Oheimbhandle new findings of find-doc-nits for certain typedefs
2019-10-31 Rich SalzFix L<> entries without sections
2019-10-03 Rich SalzFix errors found by new find-doc-nits
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...