caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Sebastien Ferre <Sebastien.Ferre@irisa.fr>
To: caml-list@inria.fr
Subject: [Caml-list] ocamlnet and missing SRP functions in gnutls
Date: Tue, 17 Mar 2015 10:01:34 +0100	[thread overview]
Message-ID: <5507ED6E.3020308@irisa.fr> (raw)

Hi,

when trying to use gnutls for TLS-secured
connections with ocamlnet, I encounter a
problem with SRP functions.

When linking with package nettls-gnutls of
ocamlnet, I get the following linking errors
(excerpt here, full log at the end).

/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `abs_gnutls_srp_client_credentials_t_finalize':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:1841: 
undefined reference to `gnutls_srp_free_client_credentials'
[...]

All undefined functions start with 'gnutls_srp_'. After
some web search, I found that those functions are excluded
in some Linux distributions (mine is a Fedora) because of
patent issues.

Are those functions really necessary for TLS connections ?
If not, is there a patch of the package 'nettls-gnutls' that
avoids them ? If yes, is there a workaround ? Has anybody else
encounter the same problem.

My global objective is to provide a secure authentication
for a Web application.

Thanks,
---
Sébastien Ferré

==============================================================
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `abs_gnutls_srp_client_credentials_t_finalize':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:1841: 
undefined reference to `gnutls_srp_free_client_credentials'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `abs_gnutls_srp_server_credentials_t_finalize':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:1770: 
undefined reference to `gnutls_srp_free_server_credentials'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_allocate_client_credentials':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5431: 
undefined reference to `gnutls_srp_allocate_client_credentials'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_set_client_credentials':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5446: 
undefined reference to `gnutls_srp_set_client_credentials'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_allocate_server_credentials':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5456: 
undefined reference to `gnutls_srp_allocate_server_credentials'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_set_server_credentials_file':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5471: 
undefined reference to `gnutls_srp_set_server_credentials_file'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_server_get_username':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5482: 
undefined reference to `gnutls_srp_server_get_username'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_set_prime_bits':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5493: 
undefined reference to `gnutls_srp_set_prime_bits'
/local/ferre/.opam/system/lib/nettls-gnutls/libnettls-gnutls.a(nettls_gnutls_bindings_stubs.o): 
In function `net_gnutls_srp_verifier':
/home/ferre/.opam/system/build/ocamlnet.4.0.2/src/nettls-gnutls/nettls_gnutls_bindings_stubs.c:5512: 
undefined reference to `gnutls_srp_verifier'
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking


             reply	other threads:[~2015-03-17  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17  9:01 Sebastien Ferre [this message]
2015-03-17 10:27 ` Gerd Stolpmann
2015-03-17 17:20   ` Sebastien Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5507ED6E.3020308@irisa.fr \
    --to=sebastien.ferre@irisa.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).