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

replace UI_UTIL_read_pw_string with EVP_read_pw_string #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Un1q32
Copy link

@Un1q32 Un1q32 commented Oct 17, 2024

This fixes building with LibreSSL 4.0.0, which removed the UI_UTIL API.

I've done some basic testing and it seems to work identically.

Fixes #43

This fixes building with LibreSSL 4.0.0, which removed the UI_UTIL API
@CRKatri
Copy link
Member

CRKatri commented Oct 17, 2024

Does this still work with OpenSSL 1.1.1?

@Un1q32
Copy link
Author

Un1q32 commented Oct 17, 2024

It builds with homebrew's OpenSSL 1.1.1w. 1.1.1 is EOL though so you should probably stop using it.

@Un1q32
Copy link
Author

Un1q32 commented Oct 18, 2024

Got the time to do actual testing with 1.1.1 and it seems to work exactly the same.

@Un1q32
Copy link
Author

Un1q32 commented Oct 29, 2024

Do you need me to do anything more before this can be merged?

@Un1q32
Copy link
Author

Un1q32 commented Nov 20, 2024

bump

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

Successfully merging this pull request may close these issues.

Doesn't build with latest LibreSSL 4.0.0
2 participants