aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_CMP_CTX_new.pod
Commit message (Expand)AuthorAgeFilesLines
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-171-0/+7
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-2/+11
* CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb2023-10-101-0/+12
* OSSL_CMP_CTX_new.pod: remove overlap with OSSL_HTTP_transfer.pod; improve the...Dr. David von Oheimb2023-10-101-19/+11
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-07-181-1/+1
* CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb2023-07-171-14/+15
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-7/+19
* cmp: fix --strict-warnings windows buildsFdaSilvaYY2023-03-211-1/+1
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-3/+3
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-0/+1
* CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb2023-02-081-13/+14
* CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb2023-01-231-5/+8
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-1/+9
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-2/+4
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-241-1/+2
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-3/+23
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-3/+14
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-071-2/+2
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+12
* Update copyright yearMatt Caswell2022-05-031-1/+1
* OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb2022-03-181-4/+4
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-121-4/+6
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+2
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-5/+18
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-1/+12
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Make the OSSL_CMP manual conform with man-pages(7)Richard Levitte2021-01-141-1/+1
* cmp_msg.c: Use issuer of reference cert as default issuer entry in certTemplateDr. David von Oheimb2020-11-111-1/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}Dr. David von Oheimb2020-09-111-2/+3
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-5/+5
* Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_...Dr. David von Oheimb2020-09-101-80/+84
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-1/+18
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-8/+7
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-0/+17
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-1/+8
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-3/+8
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-2/+3
* Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann2020-07-221-1/+1
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-1/+1
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-1/+1
* Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb2020-06-131-11/+12
* Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb2020-06-131-1/+2
* Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb2020-06-131-1/+1
* Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb2020-06-131-31/+41
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-47/+51
* Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb2020-05-131-4/+4
* Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.podDr. David von Oheimb2020-05-131-8/+8