• v0.10.0 8316789da0

    rodolphe released this 2018-08-11 12:15:58 +02:00 | 304 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Changed

    • Password API has been completely rewrote.
    Downloads
  • v0.9.0 a086dfabed

    rodolphe released this 2018-04-22 14:38:20 +02:00 | 319 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • OATH support for sha224, sha384, sha512 trunc 224 and sha512 trunc 256.
    • OATH support for sha3-224, sha3-256, sha3-384, sha3-512, Keccak224, Keccak256, Keccak384, Keccak512.
    • NFKC normalization for Unicode passwords.

    Changed

    • Identifiers for sha256 and sha512 has been changed (compatibility break).
    Downloads
  • v0.8.0 3632c2461e

    rodolphe released this 2018-04-08 13:38:48 +02:00 | 326 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • base64 key support

    Changed

    • The key module does no more implicitly call generate() when requesting the key in a certain form.
    Downloads
  • v0.7.0 f85ea82deb

    rodolphe released this 2018-04-04 21:20:48 +02:00 | 330 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • Random key generation module.

    Changed

    • Dependencies have been updated.
    Downloads
  • v0.6.1 aef1b50b9b

    rodolphe released this 2017-12-17 01:09:30 +01:00 | 343 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Changed

    • Python test and examples have been removed;
    • small documentation improvements.
    Downloads
  • v0.6.0 f6c8670b2e

    rodolphe released this 2017-11-26 19:51:23 +01:00 | 349 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • Password authentication.

    Changed

    • The rust-crypto crate has been replaced by several crates from the RustCrypto project (although the name is very similar, those are two different projects);
    • the oath module does not not expose sub-modules anymore.
    Downloads
  • v0.5.3 fa5d728e57

    rodolphe released this 2017-04-17 10:41:02 +02:00 | 367 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • TOTP tolerance.

    Changed

    • The oath module does not not expose sub-modules anymore;
    • header guards now uses "#pragma once";
    • C tests now uses C11 standard and clang.
    Downloads
  • v0.5.2 465c548794

    rodolphe released this 2016-06-26 16:06:35 +02:00 | 394 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Changed

    • The project has been renamed LibreAuth (previous name: R2FA);
    • the license has been changed to the CeCILL Free Software License Agreement v2.1;
    • the otp module has been renamed oath.

    Removed

    • The otp::c (oath::c) module is not public anymore.
    Downloads
  • v0.5.1 28eb89dbce

    rodolphe released this 2015-08-07 10:39:01 +02:00 | 411 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    This release fixed a buffer overflow in the C-bindings tests. Because this issue did not influence the Rust part of the code in any way, the crate has not be updated.

    Downloads
  • v0.5.0 d0d71dd4b5

    rodolphe released this 2015-08-06 23:26:38 +02:00 | 416 commits to main since this release

    No known key found for this signature in database
    GPG key ID: E5DA7DD06C41C1F2

    Added

    • C-bindings for OTP validation.

    Changed

    • Errors are now represented by an enumeration instead of strings;
    • the C unit test suite has been rewritten.

    Fixed

    • An integer overflow has been fixed in code length calculation.
    Downloads