SSLeay
SSLeay was a free software cryptographic library that implemented the Secure Sockets Layer (SSL) protocol and its successor Transport Layer Security (TLS) for securing communications over computer networks. It was developed by Eric A. Young and Tim J. Hudson and first released in 1995. The project encompassed two main components: libssl, which provided the SSL/TLS protocol implementation, and libcrypto, a general-purpose cryptographic library that offered primitives such as symmetric ciphers, public-key algorithms, and digests used by applications built on top of it.
SSLeay was distributed under the SSLeay License, a permissive open-source license. The library gained broad adoption
Legacy: The SSLeay codebase and its OpenSSL successor were influential in the standardization and adoption of