Skip to content

Safe wrapper bindings of OpenSC for the Rust programming language.

License

Notifications You must be signed in to change notification settings

heinzelotto/rust-opensc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-opensc-sys

Safe bindings of OpenSC for the Rust programming language.

Usage

Currently these bindings are work in progress and not in a usable state.

OpenSC is designed to provide a PKCS#11 API and be used as middleware through a set of tools that come with it. This is also why installing OpenSC doesn't install development headers. Using these tools in a script-like manner also satisfies the terms of the LGPL. This crate is for when the tools aren't versatile enough and you want to interface directly with the OpenSC library from Rust, e. g. for talking to a only partially ISO/IEC 7816 conformant card.

The OpenSC shared library must be installed on you system to build the crate and run the resulting binary.

Licensing

Please note that OpenSC is LGPL-2.1 licensed. This crate will link dynamically against OpenSC to ensure the requirements of the LGPL are satisfied. The crate itself is licensed as MIT.

About

Safe wrapper bindings of OpenSC for the Rust programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages