summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/crypto.3
diff options
context:
space:
mode:
authorschwarze <>2020-06-24 16:06:27 +0000
committerschwarze <>2020-06-24 16:06:27 +0000
commit3ecaa6869c66e0625873e061793893fe06d63dc7 (patch)
treef63d9d8a23d818ff1055d16836d58ad95cce4489 /src/lib/libcrypto/man/crypto.3
parent0100f0ed38507f925ffcd7c930b94c09ef8b7f38 (diff)
downloadopenbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.tar.gz
openbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.tar.bz2
openbsd-3ecaa6869c66e0625873e061793893fe06d63dc7.zip
new manual page CMAC_Init(3);
OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r--src/lib/libcrypto/man/crypto.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index cbc03543ae..9f29698e80 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.23 2019/11/02 15:28:04 schwarze Exp $ 1.\" $OpenBSD: crypto.3,v 1.24 2020/06/24 16:06:27 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 was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -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: November 2 2019 $ 52.Dd $Mdocdate: June 24 2020 $
53.Dt CRYPTO 3 53.Dt CRYPTO 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -93,6 +93,7 @@ and
93.Sy Authentication codes and hash functions 93.Sy Authentication codes and hash functions
94offered include 94offered include
95.Xr EVP_DigestInit 3 , 95.Xr EVP_DigestInit 3 ,
96.Xr CMAC_Init 3 ,
96.Xr HMAC 3 , 97.Xr HMAC 3 ,
97.Xr MD4 3 , 98.Xr MD4 3 ,
98.Xr MD5 3 , 99.Xr MD5 3 ,