-
LibreAuth 0.10.0 Stable
released this
2018-08-11 12:15:58 +02:00 | 304 commits to main since this releaseChanged
- Password API has been completely rewrote.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.9.0 Stable
released this
2018-04-22 14:38:20 +02:00 | 319 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.8.0 Stable
released this
2018-04-08 13:38:48 +02:00 | 326 commits to main since this releaseAdded
- base64 key support
Changed
- The
keymodule does no more implicitly callgenerate()when requesting the key in a certain form.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.7.0 Stable
released this
2018-04-04 21:20:48 +02:00 | 330 commits to main since this releaseAdded
- Random key generation module.
Changed
- Dependencies have been updated.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.6.1 Stable
released this
2017-12-17 01:09:30 +01:00 | 343 commits to main since this releaseChanged
- Python test and examples have been removed;
- small documentation improvements.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.6.0 Stable
released this
2017-11-26 19:51:23 +01:00 | 349 commits to main since this releaseAdded
- Password authentication.
Changed
- The
rust-cryptocrate 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.5.3 Stable
released this
2017-04-17 10:41:02 +02:00 | 367 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.5.2 Stable
released this
2016-06-26 16:06:35 +02:00 | 394 commits to main since this releaseChanged
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LibreAuth 0.5.1 Stable
released this
2015-08-07 10:39:01 +02:00 | 411 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
LibreAuth 0.5.0 Stable
released this
2015-08-06 23:26:38 +02:00 | 416 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads