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

certify

75
Stars
37
Forks
Watchers

Boost.ASIO-based TLS certificate verification library

pem

569
Stars
133
Forks
Watchers

Create private keys and certificates with node.js

certify

462
Stars
40
Forks
Watchers

Automatic client and server certificate distribution and maintenance

compose-dev-tls

103
Stars
24
Forks
Watchers

Easy Traefik TLS proxy plus certificate generation for Docker Compose local development use

JA3-Fingerprint-Introduction

48
Stars
3
Forks
Watchers

Introduction to JA3 Fingerprint and how to impersonate it.

ToRat_client

28
Stars
14
Forks
Watchers

This is the ToRat client, a part of the ToRat Project.

redis-tls-dockerfile

26
Stars
17
Forks
Watchers

Redis + TLS Docker image

certificate-ripper

674
Stars
68
Forks
Watchers

🔐 A CLI tool to extract server certificates

mutual-tls-ssl

544
Stars
121
Forks
Watchers

🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual authentication for a java based web server and a client with both Spring Boot. Different clients are...

sslcontext-kickstart

476
Stars
76
Forks
Watchers

🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS...