| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 | 
							- # SOME DESCRIPTIVE TITLE
 
- # Copyright (C) YEAR Free Software Foundation, Inc.
 
- # This file is distributed under the same license as the PACKAGE package.
 
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 
- #
 
- #, fuzzy
 
- msgid ""
 
- msgstr ""
 
- "Project-Id-Version: PACKAGE VERSION\n"
 
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
 
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 
- "Language-Team: LANGUAGE <LL@li.org>\n"
 
- "Language: \n"
 
- "MIME-Version: 1.0\n"
 
- "Content-Type: text/plain; charset=UTF-8\n"
 
- "Content-Transfer-Encoding: 8bit\n"
 
- #. type: Content of: <sect1><sect1info><address>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:14
 
- #, no-wrap
 
- msgid "&openssl-url;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect1info>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:12
 
- msgid ""
 
- "<productname>openssl</productname> "
 
- "<productnumber>&openssl-version;</productnumber> <placeholder "
 
- "type=\"address\" id=\"0\"/>"
 
- msgstr ""
 
- #. type: Content of: <sect1><title>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:17
 
- msgid "OpenSSL-&openssl-version;"
 
- msgstr ""
 
- #. type: Content of: <sect1><indexterm><primary>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:20
 
- msgid "OpenSSL"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:26
 
- msgid ""
 
- "The OpenSSL package contains management tools and libraries relating to "
 
- "cryptography. These are useful for providing cryptographic functions to "
 
- "other packages, such as OpenSSH, email applications, and web browsers (for "
 
- "accessing HTTPS sites)."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:32
 
- msgid "&buildtime;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:33
 
- msgid "&diskspace;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:36
 
- msgid "&openssl-fin-sbu;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:37
 
- msgid "&openssl-fin-du;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><title>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:44
 
- msgid "Installation of OpenSSL"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:46
 
- msgid "Prepare OpenSSL for compilation:"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><screen>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:48
 
- #, no-wrap
 
- msgid ""
 
- "<userinput remap=\"configure\">./config --prefix=/usr         \\\n"
 
- "         --openssldir=/etc/ssl \\\n"
 
- "         --libdir=lib          \\\n"
 
- "         shared                \\\n"
 
- "         zlib-dynamic</userinput>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:54
 
- msgid "Compile the package:"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><screen>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:56
 
- #, no-wrap
 
- msgid "<userinput remap=\"make\">make</userinput>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:58
 
- msgid "To test the results, issue:"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><screen>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:60
 
- #, no-wrap
 
- msgid "<userinput remap=\"test\">make test</userinput>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:62
 
- msgid ""
 
- "One test 30-test_afalg.t is known to fail on some kernel configurations (it "
 
- "apparently assumes certain unspecified crypto options have been selected)."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:66
 
- msgid "Install the package:"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><screen>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:68
 
- #, no-wrap
 
- msgid ""
 
- "<userinput remap=\"install\">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' "
 
- "Makefile\n"
 
- "make MANSUFFIX=ssl install</userinput>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:71
 
- msgid "If desired, install the documentation:"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><screen>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:73
 
- #, no-wrap
 
- msgid ""
 
- "<userinput remap=\"install\">mv -v /usr/share/doc/openssl "
 
- "/usr/share/doc/openssl-&openssl-version;\n"
 
- "cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><title>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:79
 
- msgid "Contents of OpenSSL"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:82
 
- msgid "Installed programs"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:83
 
- msgid "Installed libraries"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:84
 
- msgid "Installed directories"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:88
 
- msgid "c_rehash and openssl"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:91
 
- msgid "libcrypto.{so,a} and libssl.{so,a}"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:94
 
- msgid ""
 
- "/etc/ssl, /usr/include/openssl, /usr/lib/engines and "
 
- "/usr/share/doc/openssl-&openssl-version;"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><bridgehead>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:103
 
- msgid "Short Descriptions"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:104
 
- msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:108
 
- msgid "<command>c_rehash</command>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:111
 
- msgid ""
 
- "is a <application>Perl</application> script that scans all files in a "
 
- "directory and adds symbolic links to their hash values."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:115
 
- msgid "c_rehash"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:121
 
- msgid "<command>openssl</command>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:124
 
- msgid ""
 
- "is a command-line tool for using the various cryptography functions of "
 
- "<application>OpenSSL</application>'s crypto library from the shell. It can "
 
- "be used for various functions which are documented in <command>man 1 "
 
- "openssl</command>."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:130
 
- msgid "openssl"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:136
 
- msgid "<filename class=\"libraryfile\">libcrypto.so</filename>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:139
 
- msgid ""
 
- "implements a wide range of cryptographic algorithms used in various Internet "
 
- "standards. The services provided by this library are used by the "
 
- "<application>OpenSSL</application> implementations of SSL, TLS and S/MIME, "
 
- "and they have also been used to implement "
 
- "<application>OpenSSH</application>, <application>OpenPGP</application>, and "
 
- "other cryptographic standards."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:148
 
- msgid "libcrypto.so"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:154
 
- msgid "<filename class=\"libraryfile\">libssl.so</filename>"
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:157
 
- msgid ""
 
- "implements the Transport Layer Security (TLS v1) protocol.  It provides a "
 
- "rich API, documentation on which can be found by running <command>man 3 "
 
- "ssl</command>."
 
- msgstr ""
 
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
 
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/openssl.xml:162
 
- msgid "libssl.so"
 
- msgstr ""
 
 
  |