strongswan/src/libcharon/sa/ikev1
Tobias Brunner 2edc73d84e ike: Only track actually sent retransmits as outbound packets
Retransmission jobs for old requests for which we already received a
response previously left the impression that messages were sent more
recently than was actually the case.

task_manager_t always defined INVALID_STATE as possible return value if
no retransmit was sent, this just was never actually returned.

I guess we could further differentiate between actual invalid states
(e.g. if we already received the response) and when we don't send a
retransmit for other reasons e.g. because the IKE_SA became stale.
2020-06-02 14:07:06 +02:00
..
authenticators ike: Reject certificates that are not compliant with RFC 4945 2018-05-22 09:50:47 +02:00
tasks quick-mode: Make sure we have a proposal before determining lifetimes 2020-03-26 08:41:00 +01:00
iv_manager.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
iv_manager.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
keymat_v1.c keymat_v1: Avoid memory leak during IKE key derivation in some error cases 2019-05-09 10:07:52 +02:00
keymat_v1.h Spelling fixes 2020-02-11 18:23:07 +01:00
phase1.c ikev1: Use actual local identity as initiator or aggressive mode responder 2020-05-07 15:05:55 +02:00
phase1.h Support multiple address pools configured on a peer_cfg 2012-08-30 16:43:42 +02:00
task_manager_v1.c ike: Only track actually sent retransmits as outbound packets 2020-06-02 14:07:06 +02:00
task_manager_v1.h task-manager-v1: Add utility function to check if CHILD_SA is redundant 2019-03-08 15:49:34 +01:00