diff options
author | 2002-07-16 19:43:31 +0000 | |
---|---|---|
committer | 2002-07-16 19:43:31 +0000 | |
commit | 2c614e3aaea79fcc53bbdd0d926661fd4106432a (patch) | |
tree | 0ee6d4581c7e9b8d412cfa5f15f3171389e636b0 | |
parent | s/HMAC96/HMAC for consistency with crypto.9 (diff) | |
download | wireguard-openbsd-2c614e3aaea79fcc53bbdd0d926661fd4106432a.tar.xz wireguard-openbsd-2c614e3aaea79fcc53bbdd0d926661fd4106432a.zip |
DES & 3DES support
-rw-r--r-- | share/man/man4/noct.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/noct.4 b/share/man/man4/noct.4 index e63005ece18..2c852cedb80 100644 --- a/share/man/man4/noct.4 +++ b/share/man/man4/noct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: noct.4,v 1.2 2002/07/16 04:06:20 jason Exp $ +.\" $OpenBSD: noct.4,v 1.3 2002/07/16 19:43:31 jason Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -53,7 +53,7 @@ subsystem. .Pp Currently, the he packet processor registers with the .Xr crypto 9 -subsystem only to support MD5 and SHA1. +subsystem only to support MD5, SHA1, DES-CBC, and Triple-DES. The public key engine is not yet supported. .Sh SEE ALSO .Xr crypt 3 , |