File: group.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (2)
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>.