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).

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

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.

Some considerations when using RACF:

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

The following subsections describe each of these options.