Hi Adriaan,
Thanks a lot for your efforts!
> --- SNIP ---
> #include
> #include
>
> int main()
> {
> OpenSSL_add_all_algorithms();
>
> const EVP_CIPHER *ciph = EVP_get_cipherbyname ("BF-CBC");
> printf("%p\n", ciph);
>
> printf ("EVP_CIPH_CBC_MODE: %u\n", EVP_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/02/12 11:48, David Sommerseth wrote:
> Commit 76809cae0eae07817160b423d3f9551df1a1d68e enabled setting MTU
> variables inside blocks. But in that process, the
> tun_mtu_defined and link_mtu_defined was not set as it should.
>
> By moving thi
> -Original Message-
> From: Freek Dijkstra [mailto:pub...@macfreek.nl]
>
> Hi,
Hi Freek,
Sorry for the delay, but I've had some trouble replicating the bug.
>
> Sat Feb 11 22:46:37 2012 OpenVPN 2.x-master x86_64-apple-darwin11.2.0
> [SSL (OpenSSL)] [LZO2] [eurephia] [MH] [PF_INET6]
Hi,
On Tue, Feb 14, 2012 at 11:48:47AM +0100, David Sommerseth wrote:
> Commit 76809cae0eae07817160b423d3f9551df1a1d68e enabled setting MTU
> variables inside blocks. But in that process, the
> tun_mtu_defined and link_mtu_defined was not set as it should.
>
> By moving this out of the options_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/02/12 11:48, David Sommerseth wrote:
> Commit 76809cae0eae07817160b423d3f9551df1a1d68e enabled setting MTU
> variables inside blocks. But in that process, the
> tun_mtu_defined and link_mtu_defined was not set as it should.
>
> By moving thi
Commit 76809cae0eae07817160b423d3f9551df1a1d68e enabled setting MTU
variables inside blocks. But in that process, the
tun_mtu_defined and link_mtu_defined was not set as it should.
By moving this out of the options_postprocess_mutate_invariant()
function and into options_postprocess_mutate_ce(),
Signed-off-by: Adriaan de Jong
---
ssl_verify.c |7 ++-
ssl_verify_backend.h | 11 ++-
ssl_verify_openssl.c | 17 -
ssl_verify_polarssl.c | 17 +++--
4 files changed, 11 insertions(+), 41 deletions(-)
diff --git a/ssl_verify.c b/ssl_ve
Signed-off-by: Adriaan de Jong
---
ssl_verify.c | 28 ++--
ssl_verify_backend.h | 11 ++-
ssl_verify_openssl.c | 17 +++--
ssl_verify_polarssl.c | 17 +++--
4 files changed, 26 insertions(+), 47 deletions(-)
diff --git a/
This also cleans up a messy call in pkcs11.c to _openssl_get_subject, as
discussed at FOSDEM.
Signed-off-by: Adriaan de Jong
---
pkcs11.c | 10 ++
pkcs11_backend.h |8 +++-
pkcs11_openssl.c | 16 +++-
pkcs11_polarssl.c | 12 +++---
A number of the x509 functions allocated memory directly, instead of using the
default OpenVPN convention: the garbage collector. This is fixed in this series
of patches.
Adriaan
10 matches
Mail list logo