diff options
author | Frank Morgner <frankmorgner@gmail.com> | 2019-01-14 16:42:11 +0100 |
---|---|---|
committer | jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> | 2019-01-14 07:42:11 -0800 |
commit | 61ebf9defe9e99487e39ea943de5ca59f6403721 (patch) | |
tree | 05e7e4756e93edae81c0889d33f4278ee5825db1 | |
parent | a55a1276d9e0c453f588160b7e3581cdf6236013 (diff) |
Add OpenSC (#2084)
OpenSC provides a set of libraries and utilities to work with smart
cards. Its main focus is on cards that support cryptographic operations,
and facilitate their use in security applications such as
authentication, mail encryption and digital signatures. OpenSC
implements the standard APIs to smart cards, e.g. PKCS#11 API, Windows’
Smart Card Minidriver and macOS Tokend.
-rw-r--r-- | projects/opensc/project.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/opensc/project.yaml b/projects/opensc/project.yaml new file mode 100644 index 00000000..e552eb3d --- /dev/null +++ b/projects/opensc/project.yaml @@ -0,0 +1,6 @@ +homepage: "https://github.com/OpenSC/OpenSC/" +primary_contact: "frankmorgner@gmail.com" +auto_ccs: + - "martin@martinpaljak.net" + - "viktor.tarasov@gmail.com" + - "ludovic.rousseau@gmail.com" |