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
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
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