diff options
author | schwarze <> | 2023-08-26 15:14:28 +0000 |
---|---|---|
committer | schwarze <> | 2023-08-26 15:14:28 +0000 |
commit | 68e3cb43b8d0d5c51af229d94863e643e9889efa (patch) | |
tree | cdddd3f9618783b996189404bbe782a9789946bd /src | |
parent | 5b9ff46888fc65f97ed8ad4af3dcf1e1486ba265 (diff) | |
download | openbsd-68e3cb43b8d0d5c51af229d94863e643e9889efa.tar.gz openbsd-68e3cb43b8d0d5c51af229d94863e643e9889efa.tar.bz2 openbsd-68e3cb43b8d0d5c51af229d94863e643e9889efa.zip |
add the missing information that and how flags can be combined,
and add the missing link to evp(3)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 | 10 |
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 , |
180 | and | 180 | and |
181 | .Dv EVP_CIPH_WRAP_MODE . | 181 | .Dv EVP_CIPH_WRAP_MODE . |
182 | The available flags are: | 182 | .Pp |
183 | Zero or more of the following flags can be OR'ed into the | ||
184 | .Fa flags | ||
185 | argument: | ||
183 | .Bl -tag -width Ds | 186 | .Bl -tag -width Ds |
184 | .It EVP_CIPH_VARIABLE_LENGTH | 187 | .It EVP_CIPH_VARIABLE_LENGTH |
185 | This cipher is of variable length. | 188 | This cipher is of variable length. |
@@ -329,6 +332,7 @@ All | |||
329 | .Fn EVP_CIPHER_meth_set_* | 332 | .Fn EVP_CIPHER_meth_set_* |
330 | functions return 1. | 333 | functions 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 |
334 | These functions first appeared in OpenSSL 1.1.0 and have been available since | 338 | These functions first appeared in OpenSSL 1.1.0 and have been available since |