source: postlfs/security/gnutls.xml@ e79ed72

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e79ed72 was e79ed72, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to libtasn1-2.10.
Update to libgcrypt-1.5.0.
Add libcap2-2.22.
Move samba to network programs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8952 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- <!ENTITY gnutls-download-http "http://mirrors.kernel.org/gnu/gnutls/gnutls-&gnutls-version;.tar.bz2"> -->
8 <!ENTITY gnutls-download-http " ">
9 <!ENTITY gnutls-download-ftp "ftp://ftp.gnutls.org/pub/gnutls/gnutls-&gnutls-version;.tar.xz">
10 <!ENTITY gnutls-md5sum "777823f5746ab80cd6f7f7b5fcb2f91b">
11 <!ENTITY gnutls-size "7.4 MB">
12 <!ENTITY gnutls-buildsize "100 MB">
13 <!ENTITY gnutls-time "1.3 SBU (additional 1.5 SBU to run the test suite)">
14]>
15
16<sect1 id="gnutls" xreflabel="GnuTLS-&gnutls-version;">
17 <?dbhtml filename="gnutls.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GnuTLS-&gnutls-version;</title>
25
26 <indexterm zone="gnutls">
27 <primary sortas="a-GnuTLS">GnuTLS</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GnuTLS</title>
32
33 <para>The <application>GnuTLS</application> package contains a library and
34 userspace tools which provide a secure layer over a reliable transport
35 layer. Currently the <application>GnuTLS</application> library implements
36 the proposed standards by the IETF's TLS working group. Quoting from the
37 TLS protocol specification:</para>
38
39 <para><quote>The TLS protocol provides communications privacy over the
40 Internet. The protocol allows client/server applications to communicate in
41 a way that is designed to prevent eavesdropping, tampering, or message
42 forgery.</quote></para>
43
44 <para><application>GnuTLS</application> provides support for TLS 1.1, TLS
45 1.0 and SSL 3.0 protocols, TLS extensions, including server name and max
46 record size. Additionally, the library supports authentication using the
47 SRP protocol, X.509 certificates and OpenPGP keys, along with support for
48 the TLS Pre-Shared-Keys (PSK) extension, the Inner Application (TLS/IA)
49 extension and X.509 and OpenPGP certificate handling.</para>
50
51 &lfs70_checked;
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <!--<listitem>
56 <para>Download (HTTP): <ulink url="&gnutls-download-http;"/></para>
57 </listitem> -->
58 <listitem>
59 <para>Download (FTP): <ulink url="&gnutls-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &gnutls-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &gnutls-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &gnutls-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &gnutls-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GnuTLS Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required"><xref linkend="libgcrypt"/></para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional"><xref linkend="gtk-doc"/>,
82 <xref linkend="guile"/>,
83 <xref linkend="libtasn1"/>,
84 <ulink url="http://webscripts.softpedia.com/script/Development-Scripts-js/C-C-Library/libcfg--26570.html">libcfg+</ulink>, and
85 <ulink url="http://valgrind.org/">Valgrind</ulink> (used during the test suite)</para>
86
87 <para>Note that if you do not install <xref linkend="libtasn1"/>, an older
88 version shipped in the <application>GnuTLS</application> tarball will be
89 used instead.</para>
90
91 <!-- <bridgehead renderas="sect4">Optional Debugging Libraries</bridgehead>
92 <para role="optional"><ulink url="http://dmalloc.com/">Dmalloc</ulink> and
93 <ulink url="http://perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para> -->
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/gnutls"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of GnuTLS</title>
102
103 <para>Install <application>GnuTLS</application> by running the
104 following commands:</para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>To test the results, issue: <command>make check</command>.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem>
112 user:</para>
113
114<screen role="root"><userinput>make install &amp;&amp;
115install -v -m755 -d /usr/share/doc/gnutls-&gnutls-version; &amp;&amp;
116install -v -m644 doc/*.{html,png,eps,pdf,ps} doc/cyclo/*.html \
117 /usr/share/doc/gnutls-&gnutls-version; &amp;&amp;
118cp -v -R doc/credentials \
119 /usr/share/doc/gnutls-&gnutls-version;</userinput></screen>
120
121 <para>If you did not pass the <option>--enable-gtk-doc</option> parameter
122 to the <command>configure</command> script, install the API documentation
123 using the following command as the
124 <systemitem class="username">root</systemitem> user:</para>
125
126<screen role="root"><userinput>make -C doc/reference install-data-local</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>certtool, gnutls-cli, gnutls-cli-debug, gnutls-serv,
148 psktool, and srptool</seg>
149 <seg>libgnutls.{so,a}, libgnutls-extra.{so,a},
150 libgnutls-openssl.{so,a}, and libgnutlsxx.{so,a}</seg>
151 <seg>/usr/include/gnutls,
152 /usr/share/doc/gnutls-&gnutls-version;, and
153 /usr/share/gtk-doc/html/gnutls</seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="certtool">
163 <term><command>certtool</command></term>
164 <listitem>
165 <para>is used to generate X.509 certificates, certificate requests,
166 and private keys.</para>
167 <indexterm zone="gnutls certtool">
168 <primary sortas="b-certtool">certtool</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="gnutls-cli">
174 <term><command>gnutls-cli</command></term>
175 <listitem>
176 <para>is a simple client program to set up a TLS connection to some
177 other computer.</para>
178 <indexterm zone="gnutls gnutls-cli">
179 <primary sortas="b-gnutls-cli">gnutls-cli</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="gnutls-cli-debug">
185 <term><command>gnutls-cli-debug</command></term>
186 <listitem>
187 <para>is a simple client program to set up a TLS connection to some
188 other computer and produces very verbose progress results.</para>
189 <indexterm zone="gnutls gnutls-cli-debug">
190 <primary sortas="b-gnutls-cli-debug">gnutls-cli-debug</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="gnutls-serv">
196 <term><command>gnutls-serv</command></term>
197 <listitem>
198 <para>is a simple server program that listens to incoming TLS
199 connections.</para>
200 <indexterm zone="gnutls gnutls-serv">
201 <primary sortas="b-gnutls-serv">gnutls-serv</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="psktool">
207 <term><command>psktool</command></term>
208 <listitem>
209 <para>is a simple program that generates random keys for use with
210 TLS-PSK.</para>
211 <indexterm zone="gnutls psktool">
212 <primary sortas="b-psktool">psktool</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="srptool">
218 <term><command>srptool</command></term>
219 <listitem>
220 <para>is a simple program that emulates the programs in the Stanford
221 SRP (Secure Remote Password) libraries using GNU TLS.</para>
222 <indexterm zone="gnutls srptool">
223 <primary sortas="b-srptool">srptool</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libgnutls">
229 <term><filename class='libraryfile'>libgnutls.{so,a}</filename></term>
230 <listitem>
231 <para>contains the core API functions and X.509 certificate
232 API functions.</para>
233 <indexterm zone="gnutls libgnutls">
234 <primary sortas="c-libgnutls">libgnutls.{so,a}</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.