~nitrokey/nitrokey/+git/libnitrokey:general

Last commit made on 2018-05-16
Get this branch:
git clone -b general https://git.launchpad.net/~nitrokey/nitrokey/+git/libnitrokey

Branch merges

Branch information

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

Recent commits

a4307d8... by Szczepan

Handle LOGD1 on disabled logging

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

60d9573... by Szczepan

Treat all devices with firmware version lower than 20 as Pro device

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

db34b66... by Szczepan

Print firmware version details in status

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

b36da99... by Szczepan

Use secure strlen

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

391a276... by Szczepan

Merge branch '110-mixed_strings'

Make sure all C API strings are deallocable.

Tested with Python's 3.6.5 'pytest -sv test_{pro,storage}.py' on Storage v0.50,
Ubuntu 18.04

Closes #110

9ab13fd... by Szczepan

Correct NK_status() reply length

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

d2db195... by Szczepan

Implement suggested tests

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

776505c... by Szczepan

Change const char* to char* for functions returning duplicated strings.

All functions returning duplicated C-strings, which needs to be deallocated on caller side, are typed char* instead of const char*
Issue #110

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

7a8550d... by Szczepan

Return allocated string instead of pointer to a string literal

Issue #110

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

7f5f471... by Szczepan

Merge branch 'pr_106'

Update documentation of C API regarding OTP secret length and type.

Closes #106