Skip to content

v0.9 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@szszszsz szszszsz released this 21 May 17:24
· 150 commits to master since this release
v0.9-rc1
fff9785
  • HOTP validation command added.
  • Removed most of the build warnings.
  • Minor authorization command bug (details will be published in a separate issue)

Test release.
Remove most of the build warnings. src/Library files are not impacted.
Warnings generated with -Wall. Some of the -Wextra were solved too.
Now any warning in our codebase (not src/Library; using -Wall switch)
would make a compilation error.
Compilation made on GCC 6.3.1 and 4.9.3. The latter build used for
testing.

Tested against:

libnitrokey v3.3-12-g391a276 (pytest -sv test_pro.py --count 3)
nitrokey-hotp-verification v1.0 (./test_hotp)