#1146099 ITP: netlink-packet-xfrm -- Rust crate for xfrm netlink packet types

#1146099#5
Date:
2026-08-29 19:09:07 UTC
From:
To:
* Package name: rust-netlink-packet-xfrm
   Version: 0.5.0
   Upstream Contact:
https://github.com/rust-netlink/netlink-packet-xfrm/issues
* URL: https://github.com/rust-netlink/netlink-packet-xfrm
* License: MIT
   Programming Lang: Rust
   Description: Rust crate for xfrm netlink packet types

netlink-packet-xfrm provides Rust types for serializing and deserializing
Linux XFRM netlink messages used to manage IPsec security associations
and policies. It covers the full XFRM API surface including SA/SP
creation, deletion, querying, monitoring events, and related operations
such as acquire, expire, and user reports.

I encountered it as a dependency of snx-rs which
I am currently working on (ITP 1144423).