• v0.13.0 ac6208d871

    rodolphe released this 2020-02-27 17:39:56 +01:00 | 155 commits to main since this release

    Added

    • Optional additional HMAC with an external salt before or after hashing the password.
    • The C-bindings documentation has been improved.

    Changed

    • The output base for HOTP and TOTP must now be valid UTF-8.
    • LIBREAUTH_OATH_CODE_INVALID_UTF8 has been renamed LIBREAUTH_OATH_INVALID_UTF8.
    • The output_base_len parameter in the libreauth_hotp_cfg and libreauth_totp_cfg structures has been dropped.
    • The PBKDF2 hash parameter has been renamed hmac.
    • The HashFunction has been moved to a dedicated module and its C-bindings renamed accordingly.

    Fixed

    • The project now compiles on Microsoft Windows.
    Downloads