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

Doesn't build with latest LibreSSL 4.0.0 #43

Open
Un1q32 opened this issue Oct 15, 2024 · 3 comments · May be fixed by #44
Open

Doesn't build with latest LibreSSL 4.0.0 #43

Un1q32 opened this issue Oct 15, 2024 · 3 comments · May be fixed by #44

Comments

@Un1q32
Copy link

Un1q32 commented Oct 15, 2024

https:/libressl/portable/blob/0082b6f819b194574f4bde1f4301dc3708a759f0/ChangeLog#L138
- The completely broken UI_UTIL password API was removed.

ldid/ldid.cpp

Line 1888 in 798f55b

UI_UTIL_read_pw_string(passbuf, 2048, "Enter password: ", 0);

@CRKatri
Copy link
Member

CRKatri commented Oct 15, 2024

What is the recommended replacement API?

@Un1q32
Copy link
Author

Un1q32 commented Oct 15, 2024

Not sure, you'll have to ask the LibreSSL people. I'm just a packager.

@botovq
Copy link

botovq commented Oct 16, 2024

You should be able to replace it with https://man.openbsd.org/EVP_read_pw_string

@Un1q32 Un1q32 linked a pull request Oct 17, 2024 that will close this issue
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 a pull request may close this issue.

3 participants