Strongswan compiled without kdf module fails with "KDF_PRF with PRF_HMAC_SHA1 not supported" for openssl 3.5.1 #6274
Unanswered
japc
asked this question in
Tap maintenance and brew development
Replies: 2 comments
-
If the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. There's no dependencies (did test on multiple MacOS). Did a PR. Don't know if I got it right though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Current compilation of Strongswan, without the 'kdf' plugin fails when the key derivation is sha1. It seems to be unsupported on openssl 3.5.1. With 'kdf' enabled PRF_HMAC_SHA1 works.
The kdf plugin shows as enabled by default on the stronswan docs but gets disabled on compilation with the
--disable-defaults
.Is there any reason for this?
Beta Was this translation helpful? Give feedback.
All reactions