diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-12 07:08:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-12 07:08:15 +0000 |
commit | 4349603f705bf97211f3e8028f9c74e916773925 (patch) | |
tree | 4b47c53d2ecd4edcf567d8097a0f01ff8b23f6f5 /share/man/man4/noct.4 | |
parent | d136e6c08f201c46edbd0689d6509dca9447a3df (diff) |
documentation repairs. jason is american.
Diffstat (limited to 'share/man/man4/noct.4')
-rw-r--r-- | share/man/man4/noct.4 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/noct.4 b/share/man/man4/noct.4 index 2c852cedb80..5fb4ce745ca 100644 --- a/share/man/man4/noct.4 +++ b/share/man/man4/noct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: noct.4,v 1.3 2002/07/16 19:43:31 jason Exp $ +.\" $OpenBSD: noct.4,v 1.4 2002/09/12 07:08:14 deraadt Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -45,18 +45,23 @@ driver supports cards based on the .Tn NSP2000 packet processor. The -.Tn NSP2000 contains a public key processor, random number generator, and +.Tn NSP2000 +contains a public key processor, random number generator, and packet processor. The random number generator provides random bits to the .Xr random 4 subsystem. .Pp -Currently, the he packet processor registers with the +Currently, the packet processor registers with the .Xr crypto 9 -subsystem only to support MD5, SHA1, DES-CBC, and Triple-DES. +subsystem only to support MD5, SHA1, DES-CBC, and Triple-DES for +.Xr ipsec 4 +and +.Xr crypto 4 . The public key engine is not yet supported. .Sh SEE ALSO .Xr crypt 3 , +.Xr crypto 4 , .Xr ipsec 4 , .Xr random 4 , .Xr crypto 9 |