diff options
author | schwarze <> | 2024-12-07 19:22:15 +0000 |
---|---|---|
committer | schwarze <> | 2024-12-07 19:22:15 +0000 |
commit | d8d79ed322f8b091f81f6e914b20585f96de9ee4 (patch) | |
tree | 67eef49c9be70a6a9c17dd1a8843d00532776a27 /src/lib/libcrypto/man/crypto.3 | |
parent | 0fb85d5a81b250c6f715310586bf8253c5c2a56a (diff) | |
download | openbsd-d8d79ed322f8b091f81f6e914b20585f96de9ee4.tar.gz openbsd-d8d79ed322f8b091f81f6e914b20585f96de9ee4.tar.bz2 openbsd-d8d79ed322f8b091f81f6e914b20585f96de9ee4.zip |
Document the low-level rc2.h API.
Not that this would be particularly important, but i had to look
at the code anyway while completing the EVP documentation.
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index e63c1a78df..f1367e9e62 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.29 2023/05/01 07:37:45 tb Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.30 2024/12/07 19:22:15 schwarze Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
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: May 1 2023 $ | 69 | .Dd $Mdocdate: December 7 2024 $ |
70 | .Dt CRYPTO 3 | 70 | .Dt CRYPTO 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -88,6 +88,7 @@ Low-level stand-alone interfaces include | |||
88 | .Xr BF_set_key 3 , | 88 | .Xr BF_set_key 3 , |
89 | .Xr ChaCha 3 , | 89 | .Xr ChaCha 3 , |
90 | .Xr DES_set_key 3 , | 90 | .Xr DES_set_key 3 , |
91 | .Xr RC2_encrypt 3 , | ||
91 | and | 92 | and |
92 | .Xr RC4 3 . | 93 | .Xr RC4 3 . |
93 | .Pp | 94 | .Pp |