Re: [Openvpn-devel] Passing private key passphrase to openvpn

2004-07-18 Thread Brandon Knitter
I was thinking about this the other day, and was wondering if you couldn't just prompt the person for a password, telling them to "Hit Enter" if they don't have one. Then if one is provided (string != null or length(string)>0) just shove it down STDIN's throat? If it works, it *is* a hack, but it

Re: [Openvpn-devel] Passing private key passphrase to openvpn

2004-07-13 Thread James Yonan
On Tuesday 13 July 2004 16:21, Mathias Sundman wrote: > On Tue, 13 Jul 2004, Mathias Sundman wrote: > > I'd like to implement a way to hand over the private key passphrase to > > openvpn, to be able to add this feature to my GUI. > > > > We have discussed that this could/should be done via the mana

Re: [Openvpn-devel] Passing private key passphrase to openvpn

2004-07-13 Thread Mathias Sundman
On Tue, 13 Jul 2004, Mathias Sundman wrote: I'd like to implement a way to hand over the private key passphrase to openvpn, to be able to add this feature to my GUI. We have discussed that this could/should be done via the management interface that we've discussed alot. However, I'd like to a

[Openvpn-devel] Passing private key passphrase to openvpn

2004-07-13 Thread Mathias Sundman
I'd like to implement a way to hand over the private key passphrase to openvpn, to be able to add this feature to my GUI. We have discussed that this could/should be done via the management interface that we've discussed alot. However, I'd like to add the passphrase feature now so I wonder whi