Giter Site home page Giter Site logo

libgtop11dotnet's Introduction

libgtop11dotnet (aka PKCS11dotNetV2)

This repository contains the source code for the libgtop11dotnet library. It is a PKCS #11 module for Gemalto IDPrime .NET smart cards.

This repository was created by importing the SVN repository from smartcardservices.macosforge.org. That repository contains up to version 2.2.0.10 of the source code. Version 2.2.0.12 is available, but I've only been able to find it as a .tar.gz on an unofficial website. The code from that tarball is here as a single commit (tagged 2.2.0.12).

If you have any more information about reputable sources off this source code, please file an issue!

Building

This information is based on this invaluable guide:

sudo apt install git automake autoconf pkg-config zlib1g-dev libpcsclite1 libpcsclite-dev libboost-all-dev 
git clone https://github.com/AbigailBuccaneer/libgtop11dotnet.git
cd libgtop11dotnet
./autogen.sh
./configure --enable-system-boost
make
sudo make install

Using

sudo apt install opensc-tool
# list the contents of the card:
pkcs11-tool --module=/usr/local/lib/libgtop11dotnet.so -O
# view the contents of an x509 certificate on the card
pkcs11-tool --module=/usr/local/lib/libgtop11dotnet.so -y cert -r \
  --id ${certificate_ID_from_previous_command} | openssl x509 -inform der -text -noout

License

This source code is available under the GNU Lesser General Public License. See the file LGPL-2.1 for more information. The source code contains the notice:

PKCS#11 library for .Net smart cards
Copyright (C) 2007-2009 Gemalto <[email protected]>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

libgtop11dotnet's People

Contributors

abigailbuccaneer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.