HP OpenVMS Guide to System Security > Chapter 1 Understanding System
SecuritySecure Sockets Layer (SSL)
Secure Sockets Layer (SSL) is the open standard security protocol for the secure transfer of sensitive information over the Internet. SSL provides three things: privacy through encryption, server authentication, and message integrity. Client authentication is available as an optional function. Starting with Version 7.3-1, HP provides SSL as part of the OpenVMS Alpha operating system. HP SSL is compatible with OpenVMS Alpha Version 7.2-2 and higher, and OpenVMS VAX Version 7.3 and higher. Protecting communication links to OpenVMS applications over a TCP/IP connection can be accomplished through the use of SSL. The OpenSSL APIs establish private, authenticated and reliable communications links between applications. The SSL protocol works cooperatively on top of several other protocols. SSL works at the application level.The underlying mechanism is TCP/IP (Transmission Control Protocol/Internet Protocol), which governs the transport and routing of data over the Internet. Application protocols, such as HTTP (HyperText Transport Protocol), LDAP (Lightweight Directory Access Protocol), and IMAP (Internet Messaging Access Protocol), run on top of TCP/IP. They use TCP/IP to support typical application tasks, such as displaying web pages or running email servers. SSL addresses three fundamental security concerns about communication over the Internet and other TCP/IP networks:
For more information about SSL, see HP Open Source Security for OpenVMS, Volume 2: HP SSL for OpenVMS or the HP SSL web site at http://h71000.www7.hp.com/openvms/products/ssl/ |