Skip to content

Commit

Permalink
perlPackages.NetSNMP: add patch to support newer SHA algorithms
Browse files Browse the repository at this point in the history
The aged perlPackages.NetSNMP library does not support modern SHA algorithms for authentication.
It's possible to enable support for these newer protocols with a patch.
The patch is taken from the OpenBSD ports tree:
https://github.com/openbsd/ports/blob/master/net/p5-Net-SNMP/patches/patch-lib_Net_SNMP_Security_USM_pm
It enables support for SHA 224, 256, 384, and 512.
Tests are also include in the patch for these additional algorithms.
  • Loading branch information
jwillikers committed Oct 25, 2024
1 parent 9bf3f22 commit b44ec15
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 0 deletions.
Loading

0 comments on commit b44ec15

Please sign in to comment.