Open Un1q32 opened 2 weeks ago
https://github.com/libressl/portable/blob/0082b6f819b194574f4bde1f4301dc3708a759f0/ChangeLog#L138 - The completely broken UI_UTIL password API was removed. https://github.com/ProcursusTeam/ldid/blob/798f55bab61c6a3cf45f81014527bbe2b473958b/ldid.cpp#L1888
- The completely broken UI_UTIL password API was removed.
What is the recommended replacement API?
Not sure, you'll have to ask the LibreSSL people. I'm just a packager.
You should be able to replace it with https://man.openbsd.org/EVP_read_pw_string
https://github.com/libressl/portable/blob/0082b6f819b194574f4bde1f4301dc3708a759f0/ChangeLog#L138
- The completely broken UI_UTIL password API was removed.
https://github.com/ProcursusTeam/ldid/blob/798f55bab61c6a3cf45f81014527bbe2b473958b/ldid.cpp#L1888