Document the new EVP_KEYEXCH type and related functions
authorMatt Caswell <matt@openssl.org>
Fri, 28 Jun 2019 08:50:56 +0000 (09:50 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Jul 2019 09:16:32 +0000 (10:16 +0100)
commit12df11bdf11fb6a3410483b0097f032e329b4623
treec714808968a70d8196c0f51e40c088a21c397c2c
parent35aca9eccbaf0abbd0d7f350e199a7c97274845a
Document the new EVP_KEYEXCH type and related functions

Previous commits added the EVP_KEYEXCH type for representing key exchange
algorithms. They also added various functions for fetching and using them,
so we document all of those functions.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9266)
CHANGES
doc/man3/EVP_KEYEXCH_free.pod [new file with mode: 0644]
doc/man3/EVP_MD_fetch.pod
doc/man3/EVP_PKEY_CTX_ctrl.pod
doc/man3/EVP_PKEY_derive.pod