aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release v3.3.0v3.3.0Robin Krahl2018-05-21
|
* Update readme for libnitrokey compilationRobin Krahl2018-05-21
|
* Build libnitrokey from sourceRobin Krahl2018-05-21
| | | | | | This patch changes the build script to compile and link libnitrokey from the included source. Also, we have to link against hidapi-libusb as a libnitrokey requirement.
* Add .gitignoreRobin Krahl2018-05-20
|
* Replace generated with static codeRobin Krahl2018-05-20
| | | | | | | Use bindgen to generate the bindings statically instead of during build. Code generation is not necessary as NK_C_API.h does not contain any system-dependent definitions. Removing bindgen as a build dependency also drastically speeds up compilation.
* Update bindgen dependency to v0.37.0Robin Krahl2018-05-20
| | | | | The main reason for this update is the build time improvement due to the syntex replacement in version 0.31.0.
* Use included header for bindgenRobin Krahl2018-05-20
| | | | | Instead of relying on the libnitrokey headers installed on the system (via wrapper.h), use the included NK_C_API.h directly.
* Add source code for libnitrokey-3.3Robin Krahl2018-05-20
| | | | | | To make the build process easier, we can include the source code for libnitrokey-3.3. Now bindgen can access the header file directly. We might even want to compile our own libnitrokey.
* Add readmeRobin Krahl2018-05-20
|
* Change license from MIT to LGPL-3.0Robin Krahl2018-05-20
| | | | | | The crate is going to include the libnitrokey sources, which are licensed under LGLP-3.0. To make licensing easier, the license for the complete crate is changed from MIT to LGPG-3.0.
* Update repository and description in Cargo.tomlRobin Krahl2018-05-20
|
* Initial commit after move from nitrokey-rsv0.1.0Robin Krahl2018-05-20
Previously, this crate has been part of the nitrokey-rs repository at https://git.ireas.org/nitrokey-rs.