freebsd-ports/security/rubygem-ssh_data/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

10 lines
633 B
Text

This is a Ruby library for processing SSH keys and certificates.
The scope of this project is limited to processing and directly using keys and certificates.
It can be used to generate SSH private keys, verify signatures using public keys, sign data
using private keys, issue certificates using private keys, and parse certificates and public
and private keys. This library supports RSA, DSA, ECDSA, and ED25519* keys. This library
does not offer or intend to offer functionality for SSH connectivity, processing of SSH wire
protocol data, or processing of other key formats or types.
Project Status: Used by @github in production