help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with GnuTLS/openssl


From: Ognen Duzlevski
Subject: Re: Problem with GnuTLS/openssl
Date: Tue, 21 Aug 2012 11:10:49 -0500

Nikos,

On Tue, Aug 21, 2012 at 3:36 AM, Nikos Mavrogiannopoulos <address@hidden> wrote:
Which version of libgnutls and gnutls-bin is installed in that system?
It seems like they have an old library but new binaries.


Thanks for answering.

Here is the output of ldd /usr/bin/gnutls-cli-debug
address@hidden ~]# ldd /usr/bin/gnutls-cli-debug 
        linux-vdso.so.1 =>  (0x00007fff58fff000)
        libgnutls.so.26 => /usr/lib64/libgnutls.so.26 (0x0000003d4f000000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003dec800000)
        libtasn1.so.3 => /usr/lib64/libtasn1.so.3 (0x0000003e01000000)
        libz.so.1 => /lib64/libz.so.1 (0x0000003dee000000)
        libgcrypt.so.11 => /usr/local/lib/libgcrypt.so.11 (0x00007f2d102f3000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003dec400000)
        libgpg-error.so.0 => /usr/local/lib/libgpg-error.so.0 (0x00007f2d100ef000)

I compiled my own versions of libgnutls and latest gnutls-cli binaries and it all worked, I was able to get gnutls-cli-debug to connect to my server and give me the report I expected.

Now the question becomes what kind of surgery I need to do to this box to get it to authenticate to ldap via tls.

Cheers,
Ognen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]