WU-FTPD 2.6.1 release notes (5900-1547, January 2011)

Table Of Contents
NOTE: The TLS/SSL feature is available on the HP-UX 11i v2 and HP-UX 11i v3
operating systems.
You can install the WU-FTPD 2.6.1 enhancement bundle, which you can download from
http://www.software.hp.com, to obtain the TLS/SSL feature on the HP-UX 11i v2
operating system. The WU-FTPD 2.6.1 enhancement bundle contains the latest core patch
required for the TLS/SSL feature on the HP-UX 11i v2 operating system.
The WU-FTPD 2.6.1 software bundle contains the FTP daemon with SSL support for the
HP-UX 11i v3 operating system. You can download the WU-FTPD 2.6.1 software bundle
from the software depot at http://www.software.hp.com
IMPORTANT: WU-FTP 2.6.1 includes the software developed by the OpenSSL project
for use in the OpenSSL toolkit available at:
http://www.openssl.org/
This section addresses the following topics:
“Cryptography Algorithm (page 7)
“Prerequisites for Configuring the TLS/SSL Feature” (page 8)
“Generating Certificates and Keys Using OpenSSL 0.9.7m (page 9)
“Configuring a WU-FTPD TLS Server and an FTP Client (page 14)
“Basic Configuration for Secured File Transfer (page 18)
Cryptography Algorithm
The TLS subsystem uses the following components to provide services, such as integrity
checking, authentication, and confidentiality:
Private key algorithms, or symmetrical cryptography. This component uses a shared
secret and the key, for both encryption and decryption of a message. Input data is
mathematically processed using the private key algorithm and the key, to produce
the ciphertext output that must be decrypted by the recipient. Commonly used private
key algorithms include DES, Blowfish, AES, and IDEA.
Public key algorithms. These algorithms use two mathematically related keys to
separate the process of encryption and decryption. By using functions that are easy
to perform in one direction but difficult to perform in the opposite direction, the two
keys provide a high level of security if large numbers are used. Commonly used
public key algorithms include RSA, El Gamal, and Diffie-Hellman.
While establishing a TLS session, you can use public key cryptography to exchange
a session key that is used in a private key algorithm. You can also use these public
WU-FTPD 2.6.1 Features 7