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

BEAST-PoC

66
Stars
29
Forks
Watchers

:muscle: Proof Of Concept of the BEAST attack against SSL/TLS CVE-2011-3389 :muscle:

feilich

23
Stars
2
Forks
Watchers

Small, no dependency, TLS 1.3 implementation in Zig, for Zig.

detect_bluekeep.py

28
Stars
12
Forks
Watchers

Python script to detect bluekeep vulnerability (CVE-2019-0708) with TLS/SSL and x509 support

acmez

248
Stars
31
Forks
Watchers

Premier ACME client library for Go

grpc-tools

1.2k
Stars
75
Forks
Watchers

A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.

caa

8
Stars
1
Forks
Watchers

rfc6844-conform CAA record lookup and validation

sslyze

3.1k
Stars
434
Forks
Watchers

Fast and powerful SSL/TLS scanning library.

tls_parser

15
Stars
4
Forks
Watchers

Small library to parse TLS records.

CppServer

1.3k
Stars
278
Forks
Watchers

Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution