Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

GnuTLS

Google
 

GnuTLS

GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
 Related to:
Libgcrypt


Site: http://www.gnu.org/software/gnutls/
Source URL: files/Libraries/GnuTLS/gnutls-2.8.6.tar.bz2
Category: Libraries
Hits: 1684
Rating: 10
Added: 2007-12-30 19:01:32
Updated: 2010-03-22 21:08:54
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
10
11
Ubuntu    install.sh
7.10
8.10
9.10

Comments:

If you get the following error:

In file included from ../../lib/gnutls_int.h:112,
from opencdk.h:30,
from armor.c:37:
../../lib/gnutls_mpi.h:29:23: error: libtasn1.h: No such file or directory
In file included from ../../lib/gnutls_cert.h:30,
from ../../lib/gnutls_int.h:238,
from opencdk.h:30,
from armor.c:37:
-snip-
In file included from ../../lib/gnutls_cert.h:30,
from ../../lib/gnutls_int.h:238,
from opencdk.h:30,
from armor.c:37:
../../lib/x509/x509_int.h:261: error: expected specifier-qualifier-list before ASN1_TYPE
../../lib/x509/x509_int.h:319: error: expected declaration specifiers or ... before ASN1_TYPE
make[3]: *** [armor.lo] Error 1

You will need to edit the following two files:

lib/gnutls_mpi.h
lib/gnutls_cert.h

Change the line "#include >libtasn1.h<" to
#include "../../lib/minitasn1/libtasn1.h"

by marc at 2009-01-15 22:17:52

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy