]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/dh.h
Add KDF for DH.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 30 Jul 2013 17:05:08 +0000 (18:05 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 5 Aug 2013 14:45:01 +0000 (15:45 +0100)
commitdc1ce3bc64845d16314af1f11acf5384e4ae9b34
treea2d3c888ad4c955a57e2f805d410914b56d3ecb3
parent3909087801729bebb3a1182936a855a47e4ee9c9
Add KDF for DH.

Add X9.42 DH KDF. Move sharedinfo generation code to CMS library as the
same structure is used by DH and ECDH.

Move ASN1_OBJECT typedef to ossl_typ.h so it can be picked up by dh headers
without the need to use ASN1.
crypto/asn1/asn1.h
crypto/cms/cms.h
crypto/cms/cms_asn1.c
crypto/dh/Makefile
crypto/dh/dh.h
crypto/dh/dh_kdf.c [new file with mode: 0644]
crypto/ec/ec_ameth.c
crypto/ossl_typ.h