SAS/SECURE was a product that included encryption libraries and SAS encryption/hashing/TLS modules. The SAS encryption/hashing/TLS modules are still there, but now use operating system libraries instead of SAS shipped encryption libraries.
For AES encryption, SAS encryption modules previously used Crypto-C MicroEdition libraries but now use Bcrypt (on Windows), OpenSSL (on Linux/UNIX), and still use ISPF on z/OS.
For TLS encryption, SAS encryption modules previously used OpenSSL libraries shipped with SAS/SECURE on Linux/UNIX and z/OS (SAS on Windows has always used SChannel). Now TLS on Linux/UNIX will use the operating system OpenSSL libraries (versions 1.0.1, 1.0.2, 1.1.1, or 3.0.x) and on z/OS will be using the z/OS GSK subsystem.
... View more