Questions tagged [gnutls]

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures.

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability.

133 questions
2
votes
0 answers

FreeTDS static linking to PYMSSQL with GNUTLS support

I am trying to create a whl for pymssql that includes FreeTDS with GNUTLS support. My build is on cflinuxfs2 on docker which is based off ubuntu 14.04. This image includes gnutls, which I compiled FreeTDS R1_00 against with the…
2
votes
0 answers

How can I force PHP's cURL extension to use OpenSSL and not GnuTLS?

I have a PHPUnit testsuite running that passes successfully on my local machine, but fails on Travis CI. I've determined that the tests fail due to the cURL extension using GnuTLS instead of OpenSSL, and I don't know how to force it to use…
mitchdav
  • 575
  • 5
  • 11
2
votes
1 answer

Why websockets.c example of libonion gives error "Cant calculate SHA1 if gnutls is not compiled in!"

I am trying to run the websockets.c example of the libonion (https://github.com/davidmoreno/onion/tree/master/examples/websockets). However, when I run it, it gives this error. "[ERROR codecs.c:389] Cant calculate SHA1 if gnutls is not compiled in!…
E.Bülbül
  • 39
  • 1
  • 9
2
votes
0 answers

Apache2 Request on SSL waits until time-out expired to return data

I am working with a server that I recently inherited from a departed developer. The server returns XML documents via a REST-ful interface over an SSL port. For small documents, the data is returned quickly. For larger (say, larger than 1 MB), the…
Carey Gister
  • 131
  • 9
2
votes
0 answers

Autotools add third party library into tarball

My question is similar to the following: automake third party libraries I have to add GnuTLS library to our projects tarball. My directory structure is: program/ | +--src/ | | | +-- *.cpp; *.hpp | +--lib/ | | | +--gnutls | | | …
Norbert
  • 292
  • 1
  • 7
  • 17
2
votes
1 answer

libtasn1 not found, but I have already install it

When I configure gnutls and p11-kit, it show that "libtasn1 not found", but i have already install it. why and how to solve it?
2
votes
0 answers

Is there a cross-platform C/C++ equivalent to CertGetCertificateChain()?

I'm attempting to programmatically build and validate a certificate chain based on an in-memory X509 certificate object (received over a network connection), and a filesystem directory containing trusted root certificates. I'm familiar with how to…
Anro
  • 135
  • 9
2
votes
1 answer

compiling gnutls 3.1.28 on travis-ci

I want php's curl on travis-ci to use GnuTls 3.1.28 instead of the default GnuTls 2.12. I set up an experimental ec2 instance where my compilation leads me to successfully use gnutls3, but this doesn't work on the travis-ci worker. Running ldd…
Shadi
  • 7,343
  • 3
  • 34
  • 58
2
votes
2 answers

Signature verification failure due to reordering via _asn1_ordering_set_of

I am using GnuTLS 3.4.1. I have a x509 certificate with set of sequences inside. The certificate is stored that way on a smart card. GnuTLS is rearranging the sequences via function _asn1_ordering_set_of, which appears to be causing a verification…
elevener
  • 1,071
  • 7
  • 20
2
votes
0 answers

Authenticating client certificate GnuTLS

So, for an assignment I need to use GnuTLS and to start of, I followed the client and server examples in the documentation (http://www.gnutls.org/manual/gnutls.html) (client and server examples with X.509). Everything works fine till there. However,…
patbuh
  • 315
  • 2
  • 17
2
votes
2 answers

How to build openSSH with NSS or GnuTLS instead of OpenSSL?

Due to security issues with OpenSSL, I would like to use NSS or GnuTLS instead. For Apache server needs, it is easy since there exist a module for each one. But for SSH, it looks like difficult if not impossible. Dropbear embeds its own algorithms…
lalebarde
  • 1,279
  • 1
  • 14
  • 33
2
votes
1 answer

How do I reset a cached password in emacs for smtp+gnutls

I have setup emacs to use gnutls for smtp authentication with a partially complete .authinfo file (it has no password). When I send an email, it prompts for the password, and if I type that in correctly, it works perfectly. If I type it in…
John Kitchin
  • 1,951
  • 14
  • 21
2
votes
1 answer

nettle-3.0 and gmp-6.0.0 - undefined symbols "gmpz_limbs_write, gmpz_limbs_read..."

I am trying to compile nettle 3.0 with gmp 6.0.0 and I kept getting missing symbols: Making all in tools gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith…
user2719735
  • 101
  • 1
  • 9
1
vote
1 answer

What causes gnutls "One of the involved algorithms has insufficient security level." error?

My evoluion mail (opensuse tumbleweed) complain about the mail server's certificate. It looks like gnutls reject the certificate. Can anyone give me some pointers to the problem? Thanks Information for package gnutls: Repository :…
Thuy Dang
  • 76
  • 1
  • 7
1
vote
0 answers

How to fix curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated

Same question as git error:RPC failed,curl 56 GnuTLS recv error (-110), and "error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated", in which Hovo Asatryan has commented "it doesn’t solve the problem, I…
xpt
  • 13,224
  • 19
  • 76
  • 149
1 2
3
8 9