Setting up SSL in IBM z/OS

NoteThe term SSL is used to describe both SSL and TLS protocols.

SSL protocol runs above the TCP/IP protocol and below higher-level protocols such as HTTP.

IBM SSL support runs as part of the TCP/IP stack under UNIX System Services (USS).

Levels of authentication and encryption available with TLS/SSL security are:

NoteFor consistency with other Sybase products, Sybase implements server authentication only.

For server authentication to work, the server must have a private key and associated Server certificate in the server key database file. To manage the keys and certificates needed for SSL support, you can use the gskkyman utility, provided by the System SSL, or RACF Common Keyring support. The server certificate and the CA certificates are stored in a key ring, also called a key database.

Here are some considerations when using RACF:

IBM provides the mainframe applications with two options for implementing SSL support:

See the following subsections for descriptions of each of these options.