source: postlfs/security/nettle.xml@ bf0fcb2

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 bf0fcb2 was bf0fcb2, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Typo

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

  • Property mode set to 100644
File size: 5.0 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://www.lysator.liu.se/~nisse/archive/nettle-&nettle-version;.tar.gz">
8 <!ENTITY nettle-download-ftp "ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-&nettle-version;.tar.gz">
9 <!ENTITY nettle-md5sum "450be8c4886d46c09f49f568ad6fa013">
10 <!ENTITY nettle-size "1.0 MB">
11 <!ENTITY nettle-buildsize "121 MB">
12 <!ENTITY nettle-time "0.2 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>The <application>nettle</application> package is a low-level
33 cryptographic library that is designed to fit easily in many contexts.
34 </para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&nettle-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&nettle-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &nettle-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &nettle-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &nettle-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &nettle-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/nettle"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of nettle</title>
67
68 <para>Install <application>nettle</application> by running the following
69 commands:</para>
70
71<screen><userinput>./configure --prefix=/usr &amp;&amp;
72make</userinput></screen>
73
74 <para>To test the results, issue: <command>make check</command>.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role="root"><userinput>make install &amp;&amp;
79install -v -m755 -d /usr/share/doc/nettle-&nettle-version; &amp;&amp;
80install -v -m644 nettle.html /usr/share/doc/nettle-&nettle-version;</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title>Contents</title>
86
87 <segmentedlist>
88 <segtitle>Installed Programs</segtitle>
89 <segtitle>Installed Library</segtitle>
90 <segtitle>Installed Directories</segtitle>
91
92 <seglistitem>
93 <seg>nettle-hash, nettle-lfib-stream, pkcs1-conv, and sexp-conv</seg>
94 <seg>libhogweed.a and libnettle.a</seg>
95 <seg>/usr/include/nettle</seg>
96 </seglistitem>
97 </segmentedlist>
98
99 <variablelist>
100 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
101 <?dbfo list-presentation="list"?>
102 <?dbhtml list-presentation="table"?>
103
104 <varlistentry id="nettle-hash">
105 <term><command>nettle-hash</command></term>
106 <listitem>
107 <para>calulates a hash value using a specified algorithm.</para>
108 <indexterm zone="nettle nettle-hash">
109 <primary sortas="b-nettle-hash">nettle-hash</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113
114 <varlistentry id="nettle-lfib-stream">
115 <term><command>nettle-lfib-stream</command></term>
116 <listitem>
117 <para>outputs a sequence of pseudorandom (non-cryptographic) bytes,
118 using Knuth's lagged fibonacci generator. The stream is useful for
119 testing, but should not be used to generate cryptographic keys or anything
120 else that needs real randomness.</para>
121 <indexterm zone="nettle nettle-lfib-stream">
122 <primary sortas="b-nettle-lfib-stream">nettle-lfib-stream</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 <varlistentry id="pkcs1-conv">
128 <term><command>pkcs1-conv</command></term>
129 <listitem>
130 <para>converts private and public RSA keys from PKCS #1 format to
131 sexp format.</para>
132 <indexterm zone="nettle pkcs1-conv">
133 <primary sortas="b-pkcs1-conv">pkcs1-conv</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="sexp-conv">
139 <term><command>sexp-conv</command></term>
140 <listitem>
141 <para>converts an s-expression to a different encoding.</para>
142 <indexterm zone="nettle sexp-conv">
143 <primary sortas="b-sexp-conv">sexp-conv</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.