70cc9c8a0d
Changes: * Add support for TLS1.1 and TLS1.2 (thanks Thomas Calderon). * Add function to initialize Diffie-Hellman and elliptic curve parameters (thanks Thomas Calderon and Edwin Török). * Add set_client_SNI_hostname to specify client-side SNI hostname (thanks Mauricio Fernandez). * Fix double leave of blocking section in ocaml_ssl_accept (thanks Edwin Török). * Check for errors in SSL_connect/SSL_accept (thanks Jérôme Vouillon). * Clear the error queue before calling SSL_read and similar functions; SSL_get_error does not work reliably otherwise (thanks Jérôme Vouillon). * Allow static linking on Mingw64 (thanks schadinger).
20 lines
890 B
Text
20 lines
890 B
Text
@comment $NetBSD: PLIST,v 1.4 2014/10/09 21:06:57 jaapb Exp $
|
|
@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/ssl
|
|
${OCAML_SITELIB}/ssl/META
|
|
${OCAML_SITELIB}/ssl/libssl_stubs.a
|
|
${OCAML_SITELIB}/ssl/libssl_threads_stubs.a
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl.a
|
|
${OCAML_SITELIB}/ssl/ssl.cma
|
|
${OCAML_SITELIB}/ssl/ssl.cmi
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl.cmx
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl.cmxa
|
|
${OCAML_SITELIB}/ssl/ssl.mli
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl_threads.a
|
|
${OCAML_SITELIB}/ssl/ssl_threads.cma
|
|
${OCAML_SITELIB}/ssl/ssl_threads.cmi
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl_threads.cmx
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/ssl/ssl_threads.cmxa
|
|
${OCAML_SITELIB}/ssl/ssl_threads.mli
|
|
${OCAML_SITELIB}/ssl/dllssl_stubs.so
|
|
${OCAML_SITELIB}/ssl/dllssl_threads_stubs.so
|
|
@exec %D/libexec/ocaml-findlib-register add %D/${OCAML_SITELIB}/ssl
|