]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement Provider side Key Management for X25519 and X448
authorMatt Caswell <matt@openssl.org>
Mon, 27 Jan 2020 16:57:03 +0000 (16:57 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Feb 2020 22:32:56 +0000 (22:32 +0000)
commit90d3cb57c6caafbe031e32a99051386b8c5a90c0
tree02f761db4d8bd08a329845fbe623f08ae3ac7d60
parent4de88fe6daad0b7bd65b20bc887ff1ac62ae2ce8
Implement Provider side Key Management for X25519 and X448

Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10964)
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
include/openssl/core_names.h
providers/defltprov.c
providers/fips/fipsprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c [new file with mode: 0644]
test/evp_pkey_provided_test.c