aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/exchange
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-04 12:18:51 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-08-04 12:18:51 +1000
commite5b2cd5899b2631363740a40c76d96fd15d32d1c (patch)
tree4953c2a16f26c0c890725b7d576f7cb43b1c8ead /providers/implementations/exchange
parent37d898df348b87a423133afdbb828383be22fda7 (diff)
downloadopenssl-e5b2cd5899b2631363740a40c76d96fd15d32d1c.zip
openssl-e5b2cd5899b2631363740a40c76d96fd15d32d1c.tar.gz
openssl-e5b2cd5899b2631363740a40c76d96fd15d32d1c.tar.bz2
Change the provider implementation of X942kdf to use wpacket to do der encoding of sharedInfo
Added der_writer functions for writing octet string primitives. Generate OID's for key wrapping algorithms used by X942 KDF. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12554)
Diffstat (limited to 'providers/implementations/exchange')
-rw-r--r--providers/implementations/exchange/ecdh_exch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/providers/implementations/exchange/ecdh_exch.c b/providers/implementations/exchange/ecdh_exch.c
index 6334d0e..ba28d51 100644
--- a/providers/implementations/exchange/ecdh_exch.c
+++ b/providers/implementations/exchange/ecdh_exch.c
@@ -521,8 +521,6 @@ int ecdh_derive(void *vpecdhctx, unsigned char *secret,
return 0;
}
-
-
const OSSL_DISPATCH ecdh_keyexch_functions[] = {
{ OSSL_FUNC_KEYEXCH_NEWCTX, (void (*)(void))ecdh_newctx },
{ OSSL_FUNC_KEYEXCH_INIT, (void (*)(void))ecdh_init },