ports/security/rubygem-sslshake/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
425 B
Text

This is a library to simulate SSL and TLS handshake from
SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL
and is not designed as a replacement either. It targets full
support for even older handshakes, which are not available in
current releases of OpenSSL anymore. It also aims to be executable
on all systems with a sufficiently modern version of Ruby without
any additional requirements or pre-compiled binaries.