psktool

GNU TLS library - commandline utilities

Install

All systems
curl cmd.cat/psktool.sh
Debian Debian
apt-get install gnutls-bin
Ubuntu
apt-get install gnutls-bin
Alpine
apk add gnutls
Arch Arch Linux
pacman -S gnutls
image/svg+xml Kali Linux
apt-get install gnutls-bin
CentOS
yum install gnutls-utils
Fedora
dnf install gnutls-utils
Windows (WSL2)
sudo apt-get update sudo apt-get install gnutls-bin
OS X
brew install gnutls
Raspbian
apt-get install gnutls-bin
Docker
docker run cmd.cat/psktool psktool powered by Commando

gnutls-bin

GNU TLS library - commandline utilities

GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). This package contains a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. Useful utilities include: - TLS termination: gnutls-cli, gnutls-serv, crywrap - key and certificate management: certtool, ocsptool, p11tool - credential management: srptool, psktool

gnutls-utils

Command line tools for TLS protocol

gnutls

GnuTLS is a secure communications library implementing the SSL,

TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures.

libgnutls26-dbg

GNU TLS library - debugger symbols