summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_CIPHER_meth_new.310
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 b/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3
index 21555edfd3..0ecb87340e 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.1 2023/03/16 15:05:23 tb Exp $ 1.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.2 2023/08/26 15:14:28 schwarze 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.\" The original file was written by Richard Levitte <levitte@openssl.org> 4.\" The original file was written by Richard Levitte <levitte@openssl.org>
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 16 2023 $ 52.Dd $Mdocdate: August 26 2023 $
53.Dt EVP_CIPHER_METH_NEW 3 53.Dt EVP_CIPHER_METH_NEW 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -179,7 +179,10 @@ At most one of the following cipher modes can be set:
179.Dv EVP_CIPH_XTS_MODE , 179.Dv EVP_CIPH_XTS_MODE ,
180and 180and
181.Dv EVP_CIPH_WRAP_MODE . 181.Dv EVP_CIPH_WRAP_MODE .
182The available flags are: 182.Pp
183Zero or more of the following flags can be OR'ed into the
184.Fa flags
185argument:
183.Bl -tag -width Ds 186.Bl -tag -width Ds
184.It EVP_CIPH_VARIABLE_LENGTH 187.It EVP_CIPH_VARIABLE_LENGTH
185This cipher is of variable length. 188This cipher is of variable length.
@@ -329,6 +332,7 @@ All
329.Fn EVP_CIPHER_meth_set_* 332.Fn EVP_CIPHER_meth_set_*
330functions return 1. 333functions return 1.
331.Sh SEE ALSO 334.Sh SEE ALSO
335.Xr evp 3 .
332.Xr EVP_EncryptInit 3 336.Xr EVP_EncryptInit 3
333.Sh HISTORY 337.Sh HISTORY
334These functions first appeared in OpenSSL 1.1.0 and have been available since 338These functions first appeared in OpenSSL 1.1.0 and have been available since