DrawBridge icon indicating copy to clipboard operation
DrawBridge copied to clipboard

Layer 4 Single Packet Authentication Linux kernel module utilizing Netfilter hooks and kernel supported Berkeley Packet Filters (BPF)

Results 5 DrawBridge issues
Sort by recently updated
recently updated
newest added

Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.17.0+1.1.1m to 111.20.0+1.1.1o. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-src&package-manager=cargo&previous-version=111.17.0+1.1.1m&new-version=111.20.0+1.1.1o)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

In Linux 5.9+, the `sock_setsockopt()` method now takes a `sockptr_t` as an argument. ```c int sock_setsockopt(struct socket *sock, int level, int op, sockptr_t optval, unsigned int optlen); ``` Vs in...

enhancement