source: postlfs/security/openssl.xml@ ad16af6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 ad16af6 was ad16af6, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update typos

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

  • Property mode set to 100644
File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
8 <!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
9 <!ENTITY openssl-md5sum "f69d82b206ff8bff9d0e721f97380b9e">
10 <!ENTITY openssl-size "3.2 MB">
11 <!ENTITY openssl-buildsize "37.7 MB">
12 <!ENTITY openssl-time "0.9 SBU">
13]>
14
15<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
16 <?dbhtml filename="openssl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">openssl-&openssl-version;.tar</keyword>
23 <keyword role="ftpdir">openssl</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>OpenSSL-&openssl-version;</title>
28
29 <indexterm zone="openssl">
30 <primary sortas="a-OpenSSL">OpenSSL</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to OpenSSL</title>
35
36 <para>The <application>OpenSSL</application> package contains management
37 tools and libraries relating to cryptography. These are useful for
38 providing cryptography functions to other packages, notably
39 <application>OpenSSH</application>, email applications and web browsers
40 (for accessing HTTPS sites).</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&openssl-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&openssl-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &openssl-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &openssl-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &openssl-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &openssl-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Required patch: <ulink
68 url="&patch-root;/openssl-&openssl-version;-fix_manpages-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="bc"/> (recommended
76 if you run the test suite during the build)</para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink role="usernotes" url='&blfs-wiki;/OpenSSL'/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of OpenSSL</title>
85
86 <para>Install <application>OpenSSL</application> by running
87 the following commands:</para>
88
89<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
90./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
91make MANDIR=/usr/share/man</userinput></screen>
92
93 <para>To test the results, issue: <command>make test</command>.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp;
98cp -v -r certs /etc/ssl</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para><option>no-rc5 no-idea</option>: When added to the
106 <command>./config</command> command, this will eliminate the building
107 of those encryption methods. Patent licenses may be needed for you to
108 utilize either of those methods in your projects.</para>
109
110 <para><command>make MANDIR=/usr/share/man; make MANDIR=/usr/share/man
111 install</command>: These commands install
112 <application>OpenSSL</application> with the man pages in
113 <filename class='directory'>/usr/share/man</filename> instead of
114 <filename class='directory'>/etc/ssl/man</filename>.</para>
115
116 <para><command>cp -v -r certs /etc/ssl</command>: The certificates must
117 be copied manually as the default installation skips this step.</para>
118
119 </sect2>
120
121 <sect2 role="configuration">
122 <title>Configuring OpenSSL</title>
123
124 <sect3 id="openssl-config">
125 <title>Config Files</title>
126
127 <para><filename>/etc/ssl/openssl.cnf</filename></para>
128
129 <indexterm zone="openssl openssl-config">
130 <primary sortas="e-etc-ssl-openssl.cnf">/etc/ssl/openssl.cnf</primary>
131 </indexterm>
132
133 </sect3>
134
135 <sect3>
136 <title>Configuration Information</title>
137
138 <para>Most people who just want to use <application>OpenSSL</application>
139 for providing functions to other programs such as
140 <application>OpenSSH</application> and web browsers won't need to worry
141 about configuring <application>OpenSSL</application>. Configuring
142 <application>OpenSSL</application> is an advanced topic and so those
143 who do would normally be expected to either know how to do it or to be
144 able to find out how to do it.</para>
145
146 </sect3>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>c_rehash, openssl, and openssl_fips_fingerprint</seg>
160 <seg>libcrypto.[so,a] and libssl.[so,a]</seg>
161 <seg>/etc/ssl and /usr/include/ssl</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="c_rehash">
171 <term><command>c_rehash</command></term>
172 <listitem>
173 <para>is a <application>Perl</application> script that scans
174 all files in a directory and adds symbolic links to their hash
175 values.</para>
176 <indexterm zone="openssl c_rehash">
177 <primary sortas="b-c_rehash">c_rehash</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="openssl-prog">
183 <term><command>openssl</command></term>
184 <listitem>
185 <para>is a command-line tool for using the various cryptography
186 functions of <application>OpenSSL</application>'s crypto
187 library from the shell. It can be used for various functions which are
188 documented in <command>man 1 openssl</command>.</para>
189 <indexterm zone="openssl openssl-prog">
190 <primary sortas="b-openssl">openssl</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libcrypto">
196 <term><filename class='libraryfile'>libcrypto.[so,a]</filename></term>
197 <listitem>
198 <para>implements a wide range of cryptographic algorithms used in
199 various Internet standards. The services provided by this library
200 are used by the <application>OpenSSL</application> implementations of
201 SSL, TLS and S/MIME, and they have also been used to implement
202 <application>OpenSSH</application>, <application>OpenPGP</application>,
203 and other cryptographic standards.</para>
204 <indexterm zone="openssl libcrypto">
205 <primary sortas="c-libcrypto">libcrypto.[so,a]</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libssl">
211 <term><filename class='libraryfile'>libssl.[so,a]</filename></term>
212 <listitem>
213 <para>implements the Secure Sockets Layer (SSL v2/v3) and Transport
214 Layer Security (TLS v1) protocols. It provides a rich API, documentation
215 on which can be found by running <command>man 3 ssl</command>.</para>
216 <indexterm zone="openssl libssl">
217 <primary sortas="c-libssl">libssl.[so,a]</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.