freebsd-dev/usr.bin/netstat
John Baldwin 16aabb761c Remove support for IPsec algorithms deprecated in r348205 and r360202.
Examples of depecrated algorithms in manual pages and sample configs
are updated where relevant.  I removed the one example of combining
ESP and AH (vs using a cipher and auth in ESP) as RFC 8221 says this
combination is NOT RECOMMENDED.

Specifically, this removes support for the following ciphers:
- des-cbc
- 3des-cbc
- blowfish-cbc
- cast128-cbc
- des-deriv
- des-32iv
- camellia-cbc

This also removes support for the following authentication algorithms:
- hmac-md5
- keyed-md5
- keyed-sha1
- hmac-ripemd160

Reviewed by:	cem, gnn (older verisons)
Relnotes:	yes
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D24342
2020-05-02 00:06:58 +00:00
..
bpf.c
common.c Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
common.h Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
if.c
inet6.c Add new ICMPv6 counters for Anti-DoS limits. 2020-03-04 16:20:59 +00:00
inet.c Fix an issue of net.inet.igmp.stats handler. 2020-03-07 08:41:10 +00:00
ipsec.c Remove support for IPsec algorithms deprecated in r348205 and r360202. 2020-05-02 00:06:58 +00:00
main.c Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
Makefile Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
mbuf.c
mroute6.c
mroute.c Fix netstat -gs with ip_mroute module and/or vnet 2019-11-12 01:03:08 +00:00
netgraph.c
netisr.c
netstat.1 Bump netstat.1's .Dd after r331347. 2018-03-22 09:43:15 +00:00
netstat.h Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
nhops.c Fix string format error missed in r359823. 2020-04-12 15:16:34 +00:00
nlist_symbols
pfkey.c
route.c Introduce nexthop objects and new routing KPI. 2020-04-12 14:30:00 +00:00
sctp.c
unix.c Use uintptr_t alone when assigning to kvaddr_t variables. 2018-07-10 13:03:06 +00:00