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
> >>
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..
>
>
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
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
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
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
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
7 matches
Mail list logo