]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: add missing DH_check_pub_key documentation and fix typo
authorkovan <xaum.io@gmail.com>
Tue, 27 Jan 2026 05:01:51 +0000 (06:01 +0100)
committerPauli <paul.dale@oracle.com>
Wed, 28 Jan 2026 22:08:14 +0000 (09:08 +1100)
commit5ebffe48b5c723565f3c3f26adee905d562770df
treebc13450fdf32f15c913af0e8fa96bad4c9f08759
parent98b60fa84877e14900d7646cc7f5651bd10f685c
doc: add missing DH_check_pub_key documentation and fix typo

Add DH_check_pub_key to NAME and SYNOPSIS sections. Fix typo where
DH_check_params() was incorrectly written instead of DH_check_params_ex()
in the description of the _ex functions.

Also remove DH_check_pub_key from util/missingcrypto.txt since it is
now documented.

Fixes #8473

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29768)
doc/man3/DH_generate_parameters.pod
util/missingcrypto.txt