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.

List TLS (Transport Layer Security) repositories

go-tls

162
Stars
16
Forks
Watchers

A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.

acmetool

2.0k
Stars
125
Forks
Watchers

:lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)

manuale

197
Stars
21
Forks
Watchers

A fully manual Let's Encrypt/ACME client

cve-2021-3449

226
Stars
42
Forks
Watchers

CVE-2021-3449 OpenSSL denial-of-service exploit 👨🏻‍💻

dolores

58
Stars
1
Forks
Watchers

Local development reverse proxy

acme-client

386
Stars
45
Forks
Watchers

Let's Encrypt / ACME client written in PHP for the CLI.

certificate

80
Stars
3
Forks
Watchers

Access certificate details and transform between different formats.

Bugsite-Index

40
Stars
3
Forks
Watchers

Index of websites publishing bugs along the lines of heartbleed.com

bettercap

2.5k
Stars
348
Forks
Watchers

DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap

react-native-tcp-socket

297
Stars
79
Forks
Watchers

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.