]> git.ipfire.org Git - thirdparty/gnutls.git/commit
abstract: add gnutls_pubkey_export_dh_raw
authorDaiki Ueno <ueno@gnu.org>
Sun, 10 Sep 2023 11:19:13 +0000 (20:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 12 Sep 2023 05:43:55 +0000 (14:43 +0900)
commit2debfac7f2dfe00767d5fa5bc7c531cf953a1c3d
treeb23a080943fec82c566560ab9c8b770c0f348546
parent25de63d7a2ca5453a839a79967044e8e5ccf3782
abstract: add gnutls_pubkey_export_dh_raw

This adds gnutls_pubkey_export_dh_raw, a public key counterpart of
gnutls_privkey_export_dh_raw.  This also replaces the P, Q, G
parameters with gnutls_dh_params_t in the function signatures to avoid
unnecessary serialization of bignums.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
13 files changed:
NEWS
devel/libgnutls.abignore
devel/symbols.last
doc/Makefile.am
doc/manpages/Makefile.am
lib/includes/gnutls/abstract.h
lib/includes/gnutls/x509.h
lib/libgnutls.map
lib/privkey.c
lib/privkey_raw.c
lib/pubkey.c
lib/x509/privkey.c
tests/dh-compute2.c