ocaml-ssl icon indicating copy to clipboard operation
ocaml-ssl copied to clipboard

OCaml SSL bindings.

Results 21 ocaml-ssl issues
Sort by recently updated
recently updated
newest added

Trying to install package `ssl` 0.7.0 from opam in a GitHub Actions runner [causes](https://github.com/aantron/dream/actions/runs/10683497296/job/29611702223?pr=337#step:5:441): ``` # ssl_stubs.c:311:32: error: 'SSL_OP_NO_TLSv1_3' undeclared here (not in a function); did you mean 'SSL_OP_NO_TLSv1_1'? #...