source: postlfs/security/nettle.xml@ 7ca0e36

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 7ca0e36 was 7ca0e36, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates, see changelog. Updated libXi to latest available, replaced libjpeg with libjpeg-turbo.

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

  • Property mode set to 100644
File size: 5.4 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 nettle-download-http "http://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
8 <!ENTITY nettle-download-ftp "ftp://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
9 <!ENTITY nettle-md5sum "02f76b668855c4da67186c04cd3a222f">
10 <!ENTITY nettle-size "1.4 MB">
11 <!ENTITY nettle-buildsize "80 MB">
12 <!ENTITY nettle-time "0.3 SBU">
13]>
14
15<sect1 id="nettle" xreflabel="Nettle-&nettle-version;">
16 <?dbhtml filename="nettle.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Nettle-&nettle-version;</title>
24
25 <indexterm zone="nettle">
26 <primary sortas="a-Nettle">Nettle</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Nettle</title>
31
32 <para>
33 The <application>Nettle</application> package contains the low-level
34 cryptographic library that is designed to fit easily in many contexts.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&nettle-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&nettle-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &nettle-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &nettle-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &nettle-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &nettle-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/nettle"/>
75 </para>
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Nettle</title>
80
81 <para>Install <application>Nettle</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen>
86
87 <para>
88 To test the results, issue: <command>make check</command>.
89 </para>
90
91 <para>
92 Now, as the <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96chmod -v 755 /usr/lib/libhogweed.so.2.3 /usr/lib/libnettle.so.4.5 &amp;&amp;
97install -v -m755 -d /usr/share/doc/nettle-&nettle-version; &amp;&amp;
98install -v -m644 nettle.html /usr/share/doc/nettle-&nettle-version;</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>
112 nettle-hash, nettle-lfib-stream, pkcs1-conv and sexp-conv
113 </seg>
114 <seg>
115 libhogweed.{so,a} and libnettle.{so,a}
116 </seg>
117 <seg>
118 /usr/include/nettle
119 </seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="nettle-hash">
129 <term><command>nettle-hash</command></term>
130 <listitem>
131 <para>
132 calulates a hash value using a specified algorithm.
133 </para>
134 <indexterm zone="nettle nettle-hash">
135 <primary sortas="b-nettle-hash">nettle-hash</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="nettle-lfib-stream">
141 <term><command>nettle-lfib-stream</command></term>
142 <listitem>
143 <para>
144 outputs a sequence of pseudorandom (non-cryptographic) bytes, using
145 Knuth's lagged fibonacci generator. The stream is useful for testing,
146 but should not be used to generate cryptographic keys or anything
147 else that needs real randomness.
148 </para>
149 <indexterm zone="nettle nettle-lfib-stream">
150 <primary sortas="b-nettle-lfib-stream">nettle-lfib-stream</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="pkcs1-conv">
156 <term><command>pkcs1-conv</command></term>
157 <listitem>
158 <para>
159 converts private and public RSA keys from PKCS #1 format to
160 sexp format.
161 </para>
162 <indexterm zone="nettle pkcs1-conv">
163 <primary sortas="b-pkcs1-conv">pkcs1-conv</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="sexp-conv">
169 <term><command>sexp-conv</command></term>
170 <listitem>
171 <para>
172 converts an s-expression to a different encoding.
173 </para>
174 <indexterm zone="nettle sexp-conv">
175 <primary sortas="b-sexp-conv">sexp-conv</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.