TLS (Transport Layer Security) topic
TLS (Transport Layer Security) is a cryptographic protocol designed to provide communications security over a computer network. The protocol is widely used in applications such as email, instant messaging, and voice over IP, but its use in securing HTTPS remains the most publicly visible.
The TLS protocol aims primarily to provide security, including privacy (confidentiality), integrity, and authenticity through the use of cryptography, such as the use of certificates, between two or more communicating computer applications. It runs in the presentation layer and is itself composed of two layers: the TLS record and the TLS handshake protocols.
TLS builds on the now-deprecated SSL (Secure Sockets Layer) specifications (1994, 1995, 1996) developed by Netscape Communications for adding the HTTPS protocol to their Navigator web browser.
go-tls
A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.
acmetool
:lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)
manuale
A fully manual Let's Encrypt/ACME client
cve-2021-3449
CVE-2021-3449 OpenSSL denial-of-service exploit 👨🏻💻
dolores
Local development reverse proxy
acme-client
Let's Encrypt / ACME client written in PHP for the CLI.
certificate
Access certificate details and transform between different formats.
Bugsite-Index
Index of websites publishing bugs along the lines of heartbleed.com
bettercap
DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap
react-native-tcp-socket
React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.