Use OpenSSL 3.x _only_ and implement RFC 8636

- No more OpenSSL 1.x support
 - Remove 1DES and 3DES
 - Remove NETLOGON, NTLM (client and 'digest' service)
This commit is contained in:
Nicolas Williams
2025-10-16 13:06:15 -05:00
parent b857bde4fb
commit cbe156d927
294 changed files with 9592 additions and 29048 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ main(int argc, char **argv)
if(argv[0])
password = argv[0];
if(password == NULL){
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
if (_krb5_UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
return 1;
password = buf;
}