diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-16 04:06:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-16 04:06:21 +0000 |
commit | 89b629737afa50fb93d196310a934651cb4a01ba (patch) | |
tree | 1d29a8029c6fbd4890bca559c4a9dc72169c64be /share/man | |
parent | b6e36b04252a1652108aa2ee9a921b3a590ffa19 (diff) |
-current reality (md5 and sha1 support)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/noct.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/noct.4 b/share/man/man4/noct.4 index 3ea74f0a1ee..e63005ece18 100644 --- a/share/man/man4/noct.4 +++ b/share/man/man4/noct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: noct.4,v 1.1 2002/06/03 02:58:42 jason Exp $ +.\" $OpenBSD: noct.4,v 1.2 2002/07/16 04:06:20 jason Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -51,7 +51,10 @@ The random number generator provides random bits to the .Xr random 4 subsystem. .Pp -Currently, the public key and packet processors are not supported. +Currently, the he packet processor registers with the +.Xr crypto 9 +subsystem only to support MD5 and SHA1. +The public key engine is not yet supported. .Sh SEE ALSO .Xr crypt 3 , .Xr ipsec 4 , |