Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not link against OpenSSL 3 #128

Open
ngie-eign opened this issue May 2, 2023 · 3 comments
Open

Does not link against OpenSSL 3 #128

ngie-eign opened this issue May 2, 2023 · 3 comments

Comments

@ngie-eign
Copy link

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

@hdholm
Copy link
Contributor

hdholm commented May 7, 2023

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.

@Vishal8523
Copy link

Vishal8523 commented Aug 7, 2023

jose unable to decrypt a JWE with Open SSL 3.0.9
Getting the error: Unwrapping failed!
How to proceed ?

@hdholm : Any suggestions ?

@hdholm
Copy link
Contributor

hdholm commented Aug 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants