With zypper info libssl43, I get the following output.
Information for package libssl43: --------------------------------- Repository : oss Name : libssl43 Version : 2.5.3-6.1 Arch : x86_64 Vendor : openSUSE Installed Size : 360.0 KiB Installed : Yes Status : up-to-date Source package : libressl-2.5.3-6.1.src Summary : An SSL/TLS protocol implementation Description : LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It derives from OpenSSL and intends to provide a more secure implementation. The output of zypper info libcrypto41 is the following. (libcrypto41 is a dependency of libssl43.)
Information for package libcrypto41: ------------------------------------ Repository : oss Name : libcrypto41 Version : 2.5.3-6.1 Arch : x86_64 Vendor : openSUSE Installed Size : 2.0 MiB Installed : Yes (automatically) Status : up-to-date Source package : libressl-2.5.3-6.1.src Summary : An SSL/TLS protocol implementation Description : The "crypto" library implements a wide range of cryptographic algorithms used in various Internet standards. The services provided by this library are used by the LibreSSL implementations of SSL, TLS and S/MIME, and they have also been used to implement SSH, OpenPGP, and other cryptographic standards. How can I use https URLs? I could instead use http, but I would prefer not going through that path.