Martin Gadbois wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin Gadbois wrote:
Using OpenVPN 2.0.5 and 2.0.9, I notice that an somewhat idle connection
increases the RSS of the server process linearly with time.
Here is my patch to fix this issue. It does create (accordin
Heikki Kallasjoki wrote:
The OpenSSL-based common name extraction code in current revision (2965)
of the BETA21 branch is still incorrect in the cases where the extracted
field is the first one in the DN:
extract_x509_field_ssl:
int lastpos = -1;
int tmp = -1;
...
do {
lastpos = tmp;