1. 09 Jul, 2020 8 commits
  2. 24 Jun, 2020 1 commit
    • Petr Vaněk's avatar
      xfrm: introduce oseq-may-wrap flag · 428d2459
      Petr Vaněk authored
      RFC 4303 in section 3.3.3 suggests to disable anti-replay for manually
      distributed ICVs in which case the sender does not need to monitor or
      reset the counter. However, the sender still increments the counter and
      when it reaches the maximum value, the counter rolls over back to zero.
      
      This patch introduces new extra_flag XFRM_SA_XFLAG_OSEQ_MAY_WRAP which
      allows sequence number to cycle in outbound packets if set. This flag is
      used only in legacy and bmp code, because esn should not be negotiated
      if anti-replay is disabled (see note in 3.3.3 section).
      Signed-off-by: default avatarPetr Vaněk <pv@excello.cz>
      Acked-by: default avatarChristophe Gouault <christophe.gouault@6wind.com>
      Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
      428d2459
  3. 23 Jun, 2020 16 commits
  4. 22 Jun, 2020 15 commits