]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tidy up the list of auth and encryption algorithms for IPsec stats.
authorjhb <jhb@FreeBSD.org>
Wed, 7 Aug 2019 00:53:27 +0000 (00:53 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 7 Aug 2019 00:53:27 +0000 (00:53 +0000)
commit6ba91e269d4ab2d31b8fa333cd08ed1009428ee0
tree34e14b02f05c706b058a70586e683ead5bbe2b9e
parent059ede2b0fcb51a795241e7d30e0403497c0e304
Tidy up the list of auth and encryption algorithms for IPsec stats.

- Use keyed-md5 and keyed_sha1 instead of md5 and sha1 to match
  the names accepted by setkey and to also avoid confusion since
  these are not "plain" MD5 or SHA1.
- Remove always-true #ifdef's to make the source a bit easier to
  read.
- Add missing mappings for tcp-md5, camellia-cbc, and aes-gmac.

MFC after: 2 weeks
Sponsored by: Chelsio Communications
usr.bin/netstat/ipsec.c