Document the provider CIPHER operation
authorMatt Caswell <matt@openssl.org>
Thu, 25 Jul 2019 10:55:00 +0000 (11:55 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Jul 2019 09:17:12 +0000 (10:17 +0100)
commit11dbdc0714b117fcac4af59d61184b0770fcee7e
tree550d7cca67cd1bdd54fe7c64317f0d557574f6b5
parentd753cc333d941d0990ce74821c80b0bfb81e10dc
Document the provider CIPHER operation

Extends the existing provider documentation with information about the
CIPHER operation. This is primarily for provider authors.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9473)
crypto/evp/evp_enc.c
doc/man3/EVP_EncryptInit.pod
doc/man7/provider-cipher.pod [new file with mode: 0644]