]> git.ipfire.org Git - thirdparty/openssl.git/commit
DH: make the private key length importable / exportable
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Oct 2020 05:10:29 +0000 (07:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Oct 2020 10:14:11 +0000 (12:14 +0200)
commit0ba71d6a63add7efb244965c0f18502bd786a0f7
tree95c205161b20599ac718a87645b9003c1832d579
parent6c8149df1fb6fce50a914a70040955d3512b0bd6
DH: make the private key length importable / exportable

The DH private key length, which is an optional parameter, wasn't
properly imported / exported between legacy and provider side
implementations.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13166)
crypto/dh/dh_ameth.c
crypto/dh/dh_backend.c
crypto/dh/dh_lib.c
crypto/param_build_set.c
include/crypto/dh.h
include/internal/param_build_set.h
providers/implementations/keymgmt/dh_kmgmt.c