summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/EVP_CIPHER_meth_new.316
1 files changed, 2 insertions, 14 deletions
diff --git a/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 b/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3
index 4ea8f8dfe2..187dab6d8a 100644
--- a/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3
+++ b/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.5 2023/09/10 05:22:46 jsg Exp $ 1.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.6 2024/03/04 09:49:07 tb Exp $
2.\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 2.\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: September 10 2023 $ 69.Dd $Mdocdate: March 4 2024 $
70.Dt EVP_CIPHER_METH_NEW 3 70.Dt EVP_CIPHER_METH_NEW 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -233,18 +233,6 @@ function with a command
233of 233of
234.Dv EVP_CTRL_INIT 234.Dv EVP_CTRL_INIT
235early during the setup. 235early during the setup.
236.It Dv EVP_CIPH_CUSTOM_KEY_LENGTH
237Instruct
238.Xr EVP_CIPHER_CTX_set_key_length 3
239to not check and set the key length itself,
240but to leave that to the implementation by instead calling its
241.Fa ctrl
242function with a command
243.Fa type
244of
245.Dv EVP_CTRL_SET_KEY_LENGTH
246and the key length in
247.Fa arg .
248.It Dv EVP_CIPH_NO_PADDING 236.It Dv EVP_CIPH_NO_PADDING
249Instruct 237Instruct
250.Xr EVP_CipherFinal_ex 3 238.Xr EVP_CipherFinal_ex 3