Closed GoogleCodeExporter closed 9 years ago
Hi Andreas,
Creative use of your eID here ;-)
The PIN prompts are all done through the binaries in /usr/lib/eid-mw/ (e.g.,
"beid-askpin" is run when the library wants to ask you for a PIN code and you
don't have a pinpad on the smartcard reader). Since these are written in GTK+,
you need a running X server for this to be possible. Is that the case?
Original comment by wouter.v...@fedict.be
on 9 Jul 2014 at 9:14
Hello!
Hmmm.... GTK+ is installed, calling /usr/lib/eid-mw/beid-askpin 'by hand' works.
The card reader is a ReinerSCT cyberJack e-com - with internal pin pad. When
using the Java application the PIN must be entered on the reader itself. This
works fine.
I run
$ strace -f openvpn --script-security 2 --config client.conf >l.log 2>&1
and I'm curious about the results of the following greps: nothing is found.
$ grep askpin l.log
$ grep eid-mw l.log
Kind regards
Andre
Original comment by AndreasF...@gmail.com
on 10 Jul 2014 at 5:17
Hi!
Additional note: I tested also with
04e6:5116 SCM Microsystems, Inc. SCR331-LC1 / SCR3310 SmartCard Reader
with the same result.
Kind regards
Andre
Original comment by AndreasF...@gmail.com
on 10 Jul 2014 at 5:59
Hi Andreas,
I must admit I'd forgotten about this a bit.
I do believe, however, that in order to be able to use a PKCS#11 module with
OpenVPN, all the certificates need to be within the CA that's used by OpenVPN.
To be able to use your eID for OpenVPN, this would mean you would need to have
a server with a certificate within one of the Belgian CAs, which isn't possible
except under certain specific circumstances.
So I don't think this is a problem, but a case of OpenVPN working as designed
(and rejecting the eID certificates). As such, I'm closing this report.
If you have reason to believe that my above explanation is wrong, feel free to
open a new issue -- but note that due to the announced closure of Google Code,
we're now moving towards github: https://github.com/Fedict/eid-mw
Regards,
Original comment by wouter.v...@fedict.be
on 20 Mar 2015 at 12:09
Original issue reported on code.google.com by
AndreasF...@gmail.com
on 9 Jul 2014 at 7:30