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

How do I configure OpenSSL package? #17183

Closed
Fedr opened this issue Apr 9, 2021 · 4 comments · Fixed by #18148
Closed

How do I configure OpenSSL package? #17183

Fedr opened this issue Apr 9, 2021 · 4 comments · Fixed by #18148
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist category:question This issue is a question

Comments

@Fedr
Copy link

Fedr commented Apr 9, 2021

In the latest OpenSSL package for Linux, one can find in opensslconf.h among other things:

#ifndef OPENSSL_NO_BF
# define OPENSSL_NO_BF
#endif

This effectively removes Blowfish encoding functions from the library. Can some option be added for us to reenable them somehow in the package?
Why Blowfish was removed only from Linux build and not from Windows?

@NancyLi1013 NancyLi1013 added the category:question This issue is a question label Apr 12, 2021
@NancyLi1013
Copy link
Contributor

Hi @Fedr

Thanks for posting this issue.

Could you please try to rebuild openssl according to PR #16937 and confirm if it is the same problem as current version?

@Fedr
Copy link
Author

Fedr commented Apr 13, 2021

Hello,
I have checked the PR and it does not change anything related to this question. Still Blowfish is enabled in Windows build and disabled in Linux build, and I do not see a way how to reenable it.

@NancyLi1013
Copy link
Contributor

@Neumann-A
Could you please help take a look?

@NancyLi1013 NancyLi1013 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jun 1, 2021
@NancyLi1013
Copy link
Contributor

@Fedr
Please update to the latest vcpkg to rebuild openssl. Blowfish has been restored on Unix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist category:question This issue is a question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants