Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add force argument to ConfigureOtp::set_time | Robin Krahl | 2019-01-02 |
| | | | | | | | | This patch adds the force argument to the set_time method in the ConfigureOtp trait that allows the user to choose whether jumps to the past are allowed when updating the time. It is implemented by using the NK_totp_set_time_soft function. Previously, jumps where unconditionally allowed. | ||
* | Fix formatting using to rustfmt | Robin Krahl | 2018-12-30 |
| | |||
* | Refactor tests into the top-level tests directory | Robin Krahl | 2018-12-16 |
Newer Rust versions support integration tests in a top-level tests directory. This patch refactors the existing unit tests into integration tests. |