[Openvpn-devel] add support for floating ports only

2004-08-09 Thread Vasil Dimov
This is a change request (im not sure if this is the place for it): Configuration: UDP+TLS, tls-client is behind NAT The NAT box (1.2.3.4) changes source port unpredictably - sometimes it is the --port specified on the tls-client machine, sometimes not, but its ip address is permanent. So I want

Re: [Openvpn-devel] psw in pem_passphrase_callback() static or not?

2004-08-09 Thread James Yonan
Mathias Sundman said: > When i first looked at the pem_passphrase_callback() function in ssl.c, I > though that the intention was to save the passphrase so the key could be > reloaded after a ping-restart, because you use: > > static char passbuf[256]; > > So, I was surprised when my GUI now

[Openvpn-devel] psw in pem_passphrase_callback() static or not?

2004-08-09 Thread Mathias Sundman
When i first looked at the pem_passphrase_callback() function in ssl.c, I though that the intention was to save the passphrase so the key could be reloaded after a ping-restart, because you use: static char passbuf[256]; So, I was surprised when my GUI now asked me for the passphrase a second