1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
documentation_complete: true
title: 'Transport Layer Security Support'
description: |-
Support for Transport Layer Security (TLS), and its predecessor, the Secure
Sockets Layer (SSL), is included in Red Hat Enterprise Linux in the OpenSSL software (RPM package
<tt>openssl</tt>). TLS provides encrypted and authenticated network
communications, and many network services include support for it. TLS or SSL
can be leveraged to avoid any plaintext transmission of sensitive data.
<br />
For information on how to use OpenSSL, see
<b>{{{ weblink(link="http://www.openssl.org/docs/") }}}</b>. Information on FIPS validation
of OpenSSL is available at <b>{{{ weblink(link="http://www.openssl.org/docs/fips.html") }}}</b>
and <b>{{{ weblink(link="http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140val-all.htm") }}}</b>.
|