MarkRijckenberg / eid-mw

eID Middleware repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeID middleware

About

This repository contains the software and viewer for the Belgian electronic identity card. With this, you can:

  • Communicate with secure websites that require eID authentication
  • Sign documents and emails using your eID
  • Using the viewer, read the identity data on eID cards, verify their validity, and store them for future usage
  • Using the provided API, do all of the above in custom applications of your own.

If you wish to contribute, use the normal github procedures (i.e., file an issue, open a pull request, ...).

For help with getting the software to work, please contact the support desk of the administration whose services you are attempting to use.

Installation

Code from git repository:

  • Make sure you have libtool 2.2.7c or above, autoconf and automake installed, and in your $PATH
  • run autoreconf -i
  • proceed to the next step

Code from a source package, or code you just bootstrapped as above

GNU/Linux

Make sure you have pcsc-lite and GTK+ and and their development libraries installed. After that it's just:

./configure 
make
sudo make install

You should now have beid* libraries in /usr/local/lib and one beid* executable in /usr/local/bin

At runtime, you will need a running pcsc daemon ("pcscd") with the correct driver for your type of card reader (ccid drivers are generally installed automatically along with the pcscd package)

Pin dialogs can be disabled eg for applications that have their own dialogs:

./configure --enable-dialogs=no # the default is yes

OS X

Just open the project in Xcode (6 or above) and hit "start"

Windows:

Just open the project in Visual Studio (2012 or above)

Firefox

To use the Belgian eID in Firefox, we recommend the Firefox extension to handle configuration automatically. The extension will be installed on Linux and OSX. The default install locations:

  • Linux: DATADIR/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384} (DATADIR is by default PREFIXDIR/lib - PREFIXDIR is by default /usr/local)
  • OSX: /Library/Application Support/Mozilla/Extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}

To change the install location:

./configure --with-mozext=/mozilla/firefox/extensions/directory

To create an XPI package, run:

make xpipackage   

Status badges

Coverage Status Build Status Coverity Scan Build Status CII Best Practices

About

eID Middleware repository

License:GNU Lesser General Public License v3.0


Languages

Language:C 35.9%Language:C++ 30.8%Language:R 14.0%Language:Objective-C 4.0%Language:C# 3.8%Language:M4 3.1%Language:Batchfile 2.5%Language:NSIS 2.1%Language:JavaScript 1.5%Language:Shell 1.4%Language:Makefile 0.8%Language:AppleScript 0.1%Language:Assembly 0.1%Language:Python 0.0%