EVP_CIPHER Documentation updates
authorShane Lontis <shane.lontis@oracle.com>
Sat, 22 May 2021 02:29:18 +0000 (12:29 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 May 2021 12:28:44 +0000 (14:28 +0200)
commit97aede6846f32287877e7730055b4e782004a05d
tree34dec9406d55e49b113398c176f56647cdbc407f
parent29253e1e87f4d417f4a082f6193ba539f9b9b1a5
EVP_CIPHER Documentation updates

EVP_EncryptInit.pod now follows the pattern used in EVP_DigestInit.pod.
i.e.
'=item' is used for methods
PARAMETERS and CONTROLS sections have been added.

The PARAMETERS list has been moved from provider-cipher.pod (this file just
has a link now).
Missing fields were updated.

The CONTROLS shows the mappings to OSSL_PARAM keys.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15416)
doc/man3/EVP_EncryptInit.pod
doc/man7/provider-cipher.pod