Edit

IABSD.fr/src/lib/libcrypto/ui

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-08-24 07:50:23
    Hash : 82859680
    Message : Neuter the completely broken UI_UTIL_read_pw* API Return 0 on success, return <= 0 on failure. Sigh. In particular, if an allocation failed, the password that no one entered was considered valid. ok jsing