On 9/17/05, James Yonan <j...@yonan.net> wrote: > On Fri, 16 Sep 2005, Alon Bar-Lev wrote: > > This is very cool -- thanks for your efforts. We'll plan on merging this > when the 2.1 beta series starts up.
Thanks! >I'd like to see some Windows testing as well. Do you know a developer with windows environment that uses smartcard? I just don't have a development environment for windows... I can make one if there is no one to test it. The code it-self was tested under windows, but not as a whole. If you run openvpn as a service do you get prompted for password (--askpass) by the management component? Does the GUI know to popup this password request? If I understood correctly this what happens... > > If you don't mind, it would also be great if you could put together a > mini-HOWTO on this. I will. > Make sure that it's easy to #ifdef out all the pkcs11 stuff, if people > don't want it. This is mostly for the embedded crowd who are very > sensitive to code size. Notice how almost every major non-core option can > be selectively disabled: OK, I will. > The other minor point is that you add a pkcs11 directory in the source > distribution root for some header files. Right now, just to stay > consistent with the current source file organization, could you keep those > files in the root as well? (I know that means that you'll end up with two > pkcs11.h files, so one would need to be renamed) I've done this intentionally... The include files in the pkcs11 directory are taken from RSA Security and not part of openvpn development. I think that it is good practice to separate external files for internal ones. Please tell me if you don't agree so I will merge them into the root. Best Regards, Alon Bar-Lev.