]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 361810: Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 5 Nov 2020 19:37:56 +0000 (19:37 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 5 Nov 2020 19:37:56 +0000 (19:37 +0000)
commit302c45771631b97c576b3215872ef26e336c618e
treeddbfa55e29840c5c8c382f610bc7e6a470eb5b44
parent7d47bf77c6084bdf5b48187ae2a63e0573b9a9f1
MFC 361810: Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.

At this point, AES is the more common name for Rijndael128.  setkey(8)
will still accept the old name, and old constants remain for
compatiblity.
lib/libipsec/pfkey_dump.c
sbin/setkey/setkey.8
sbin/setkey/token.l
sys/net/pfkeyv2.h
usr.bin/netstat/ipsec.c