Package: wnpp
X-Debbugs-Cc: [email protected]
Owner: cen1 <[email protected]>
Severity: wishlist
* 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).