~nitrokey/nitrokey/+git/libnitrokey:connect_with_serial

Last commit made on 2018-12-01
Get this branch:
git clone -b connect_with_serial https://git.launchpad.net/~nitrokey/nitrokey/+git/libnitrokey

Branch merges

Branch information

Name:
connect_with_serial
Repository:
lp:~nitrokey/nitrokey/+git/libnitrokey

Recent commits

1236bce... by Szczepan

Connect with serial

Signed-off-by: Szczepan Zalega <email address hidden>

57773ad... by Szczepan

Merge branch 'tests_update'

Adding corrections found while testing Storage v0.53 RC1.

3a2ee6c... by Szczepan

Run enabling firmware update mode, but with wrong password only

Signed-off-by: Szczepan Zalega <email address hidden>

4ac4f1c... by Szczepan

Handle UNKNOWN_ERROR return code

Handle UNKNOWN_ERROR code (introduced in Storage v0.51, firmware commit
687d4aca31ce405db41231be73864ee2f91b3714) and is returned,
when device fails to retrieve the AES key.

Signed-off-by: Szczepan Zalega <email address hidden>

ef171df... by Szczepan

Merge branch 'pr_131'

Add virtual destructor to logger classes.
Fixes compilation warning

Fixes #131
Fixes #129

2ebf30d... by Szczepan

Merge branch 'pr_132'

Update Catch to 2.3.0
Both CMake and Meson build files updated.
Tests compile (with both) and run with a Storage device.
Fixes #132

8de3f4d... by Tom Hughes

Update for compatibility with Catch2 version 2.3.0

5e8073e... by Tom Hughes

Update Catch to version 2.3.0

0f1a273... by Tom Hughes

Update URL for Catch submodule

6984151... by Szczepan

Merge branch 'pr_130'

Meson: copy udev, fallback for git version.
Fixes #130