Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-03-04 Thread Gerd Stolpmann
Am Samstag, den 09.02.2008, 13:36 +0100 schrieb Stéphane Glondu: > Stefano Zacchiroli a écrit : > >> While playing with the ssl_client.ml example, I ended up correcting two > >> issues: > >> * ssl_client.ml must use: > >> let cl_ctx = Ssl.create_context Ssl.TLSv1 Ssl.Client_context in > >>

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-02-09 Thread Stéphane Glondu
Stefano Zacchiroli a écrit : >> While playing with the ssl_client.ml example, I ended up correcting two >> issues: >> * ssl_client.ml must use: >> let cl_ctx = Ssl.create_context Ssl.TLSv1 Ssl.Client_context in >> to use the correct function from ocaml-ssl >> * The example segfaulted.. > >

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-01-10 Thread Samuel Mimram
Hi, Stefano Zacchiroli wrote: > On Thu, Jan 10, 2008 at 09:47:04AM +0100, Samuel Mimram wrote: >> AFAIR some code from the C headers of ocaml-ssl was copied into >> ocamlnet-ssl but unfortunately I changed these definitions later in >> ocaml-ssl and the disparity between the two libs was leading t

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-01-10 Thread Samuel Mimram
Hi, Stefano Zacchiroli wrote: > On Mon, Nov 12, 2007 at 02:56:34AM +0100, Romain Beauxis wrote: >> While playing with the ssl_client.ml example, I ended up correcting two >> issues: >> * ssl_client.ml must use: >> let cl_ctx = Ssl.create_context Ssl.TLSv1 Ssl.Client_context in >> to use the

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-01-10 Thread Stefano Zacchiroli
On Thu, Jan 10, 2008 at 09:47:04AM +0100, Samuel Mimram wrote: > AFAIR some code from the C headers of ocaml-ssl was copied into > ocamlnet-ssl but unfortunately I changed these definitions later in > ocaml-ssl and the disparity between the two libs was leading to a SEGV > in ocamlnet-ssl. Ah, so

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2008-01-10 Thread Stefano Zacchiroli
On Mon, Nov 12, 2007 at 02:56:34AM +0100, Romain Beauxis wrote: > While playing with the ssl_client.ml example, I ended up correcting two > issues: > * ssl_client.ml must use: > let cl_ctx = Ssl.create_context Ssl.TLSv1 Ssl.Client_context in > to use the correct function from ocaml-ssl > * T

Bug#450903: libocamlnet-ssl-ocaml: segfault on custom ssl bindings

2007-11-11 Thread Romain Beauxis
Package: libocamlnet-ssl-ocaml Version: 2.2.8.1-1 Severity: grave Tags: patch Justification: renders package unusable Hi ! While playing with the ssl_client.ml example, I ended up correcting two issues: * ssl_client.ml must use: let cl_ctx = Ssl.create_context Ssl.TLSv1 Ssl.Client_con