Alexander V. Chernikov 29c47f18da * Split tcp_signature_compute() into 2 pieces:
- tcp_get_sav() - SADB key lookup
 - tcp_signature_do_compute() - actual computation
* Fix TCP signature case for listening socket:
  do not assume EVERY connection coming to socket
  with TCP_SIGNATURE set to be md5 signed regardless
  of SADB key existance for particular address. This
  fixes the case for routing software having _some_
  BGP sessions secured by md5.
* Simplify TCP_SIGNATURE handling in tcp_input()

MFC after:	2 weeks
2014-09-27 07:04:12 +00:00
..
2014-09-21 04:38:50 +00:00
In
2013-11-30 12:51:19 +00:00
2013-07-03 18:48:43 +00:00
2012-11-25 14:25:08 +00:00
2014-09-04 19:28:02 +00:00
2014-09-24 20:12:40 +00:00