Re: [Openvpn-devel] Reading PIN for PKCS#11 from file

2005-12-29 Thread Alon Bar-Lev
Ondra Medek wrote: Hi, I like PKCS#11 support in new OpenVPN 2.1beta7. But I need to start client using eToken without user interaction, i.e. to read the user PIN from a file. A have already made a very simple hack to the pkcs11.c - the name of the file storing the PIN is hardcoded, see end of t

[Openvpn-devel] Reading PIN for PKCS#11 from file

2005-12-29 Thread Ondra Medek
Hi, I like PKCS#11 support in new OpenVPN 2.1beta7. But I need to start client using eToken without user interaction, i.e. to read the user PIN from a file. A have already made a very simple hack to the pkcs11.c - the name of the file storing the PIN is hardcoded, see end of the post. I like to ha