Does not link against OpenSSL 3
The linker fails with some undefined symbol errors when linking against OpenSSL 3. Original log came from: https://pkg.bofh.network/data/MAIN-default-openssl3/2023-05-02_02h56m25s/logs/errors/jose-11.log jose-11.log
It looks like this needs /usr/local/lib added to the directory search list for libcrypto. That search list isn't even upstreamed yet. (It's in PR #98. Since that hasn't been merged yet I'll do some quick testing and make that change to the pull request.
jose unable to decrypt a JWE with Open SSL 3.0.9 Getting the error: Unwrapping failed! How to proceed ?
@hdholm : Any suggestions ?
I'm not sure exactly what you're referring to here. If it's FreeBSD compatibility with OpenSSL 3 addressed in PR #98, then yes, that hasn't been upstreamed yet, but I believe the patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271192 addresses that. Absent a new release of Jose, or someone with FreeBSD commit authority applying the patch in bug 271192 you could try the patch locally.