support hmac-sha2
This commit is contained in:
parent
453e29a18a
commit
aada1051de
@ -1,5 +1,5 @@
|
||||
.\" $NetBSD: setkey.8,v 1.19 2003/07/04 13:09:58 wiz Exp $
|
||||
.\" $KAME: setkey.8,v 1.73 2002/05/14 11:05:35 itojun Exp $
|
||||
.\" $NetBSD: setkey.8,v 1.20 2003/07/22 03:38:14 itojun Exp $
|
||||
.\" $KAME: setkey.8,v 1.82 2003/07/01 04:03:19 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
|
||||
.\" All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd July 1, 2003
|
||||
.Dd July 22, 2003
|
||||
.Dt SETKEY 8
|
||||
.Os
|
||||
.\"
|
||||
@ -560,6 +560,13 @@ keyed-md5 128 ah: 96bit ICV (no document)
|
||||
keyed-sha1 160 ah: 96bit ICV (no document)
|
||||
160 ah-old: 128bit ICV (no document)
|
||||
null 0 to 2048 for debugging
|
||||
hmac-sha2-256 256 ah: 96bit ICV
|
||||
(draft-ietf-ipsec-ciph-sha-256-00)
|
||||
256 ah-old: 128bit ICV (no document)
|
||||
hmac-sha2-384 384 ah: 96bit ICV (no document)
|
||||
384 ah-old: 128bit ICV (no document)
|
||||
hmac-sha2-512 512 ah: 96bit ICV (no document)
|
||||
512 ah-old: 128bit ICV (no document)
|
||||
.Ed
|
||||
.Pp
|
||||
Followings are the list of encryption algorithms that can be used as
|
||||
@ -577,7 +584,7 @@ des-cbc 64 esp-old: rfc1829, esp: rfc2405
|
||||
null 0 to 2048 rfc2410
|
||||
blowfish-cbc 40 to 448 rfc2451
|
||||
cast128-cbc 40 to 128 rfc2451
|
||||
des-deriv 64 ipsec-ciph-des-derived-01 (expired)
|
||||
des-deriv 64 ipsec-ciph-des-derived-01
|
||||
3des-deriv 192 no document
|
||||
rijndael-cbc 128/192/256 draft-ietf-ipsec-ciph-aes-cbc-01
|
||||
.Ed
|
||||
|
Loading…
Reference in New Issue
Block a user