diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_add_cipher.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/EVP_add_cipher.3 b/src/lib/libcrypto/man/EVP_add_cipher.3 index 6fa809db6d..1d92d3c002 100644 --- a/src/lib/libcrypto/man/EVP_add_cipher.3 +++ b/src/lib/libcrypto/man/EVP_add_cipher.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EVP_add_cipher.3,v 1.4 2023/08/25 11:43:14 tb Exp $ | 1 | .\" $OpenBSD: EVP_add_cipher.3,v 1.5 2023/08/25 13:26:27 schwarze Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
| 4 | .\" | 4 | .\" |
| @@ -22,8 +22,8 @@ | |||
| 22 | .Nm EVP_add_cipher_alias , | 22 | .Nm EVP_add_cipher_alias , |
| 23 | .Nm EVP_delete_cipher_alias , | 23 | .Nm EVP_delete_cipher_alias , |
| 24 | .Nm EVP_add_digest , | 24 | .Nm EVP_add_digest , |
| 25 | .Nm EVP_add_cipher_alias , | 25 | .Nm EVP_add_digest_alias , |
| 26 | .Nm EVP_delete_cipher_alias | 26 | .Nm EVP_delete_digest_alias |
| 27 | .Nd maintain cipher and digest lookup by names | 27 | .Nd maintain cipher and digest lookup by names |
| 28 | .Sh SYNOPSIS | 28 | .Sh SYNOPSIS |
| 29 | .In openssl/evp.h | 29 | .In openssl/evp.h |
| @@ -37,7 +37,7 @@ | |||
| 37 | .Fa "const char *alias" | 37 | .Fa "const char *alias" |
| 38 | .Fc | 38 | .Fc |
| 39 | .Ft int | 39 | .Ft int |
| 40 | .Fo EVP_remove_cipher_alias | 40 | .Fo EVP_delete_cipher_alias |
| 41 | .Fa "const char *alias" | 41 | .Fa "const char *alias" |
| 42 | .Fc | 42 | .Fc |
| 43 | .Ft int | 43 | .Ft int |
| @@ -50,7 +50,7 @@ | |||
| 50 | .Fa "const char *alias" | 50 | .Fa "const char *alias" |
| 51 | .Fc | 51 | .Fc |
| 52 | .Ft int | 52 | .Ft int |
| 53 | .Fo EVP_remove_digest_alias | 53 | .Fo EVP_delete_digest_alias |
| 54 | .Fa "const char *alias" | 54 | .Fa "const char *alias" |
| 55 | .Fc | 55 | .Fc |
| 56 | .Sh DESCRIPTION | 56 | .Sh DESCRIPTION |
| @@ -79,7 +79,7 @@ the type | |||
| 79 | .Pp | 79 | .Pp |
| 80 | .Fn EVP_add_cipher_alias | 80 | .Fn EVP_add_cipher_alias |
| 81 | and | 81 | and |
| 82 | .Fn EVP_remove_cipher_alias | 82 | .Fn EVP_delete_cipher_alias |
| 83 | add and remove the | 83 | add and remove the |
| 84 | .Fa alias | 84 | .Fa alias |
| 85 | for the cipher | 85 | for the cipher |
| @@ -131,7 +131,7 @@ The aliases are added with | |||
| 131 | .Pp | 131 | .Pp |
| 132 | .Fn EVP_add_digest_alias | 132 | .Fn EVP_add_digest_alias |
| 133 | and | 133 | and |
| 134 | .Fn EVP_remove_digest_alias | 134 | .Fn EVP_delete_digest_alias |
| 135 | add and remove the | 135 | add and remove the |
| 136 | .Fa alias | 136 | .Fa alias |
| 137 | for the digest | 137 | for the digest |
| @@ -166,9 +166,9 @@ first appeared in OpenSSL 0.9.0 and have been available since | |||
| 166 | .Pp | 166 | .Pp |
| 167 | .Fn EVP_add_cipher_alias , | 167 | .Fn EVP_add_cipher_alias , |
| 168 | .Fn EVP_delete_cipher_alias , | 168 | .Fn EVP_delete_cipher_alias , |
| 169 | .Fn EVP_add_cipher_alias , | 169 | .Fn EVP_add_digest_alias , |
| 170 | and | 170 | and |
| 171 | .Fn EVP_delete_cipher_alias | 171 | .Fn EVP_delete_digest_alias |
| 172 | first appeared in OpenSSL 0.9.4 and have been available since | 172 | first appeared in OpenSSL 0.9.4 and have been available since |
| 173 | .Ox 2.6 . | 173 | .Ox 2.6 . |
| 174 | .Sh BUGS | 174 | .Sh BUGS |
