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.
certify
Boost.ASIO-based TLS certificate verification library
pem
Create private keys and certificates with node.js
certify
Automatic client and server certificate distribution and maintenance
compose-dev-tls
Easy Traefik TLS proxy plus certificate generation for Docker Compose local development use
JA3-Fingerprint-Introduction
Introduction to JA3 Fingerprint and how to impersonate it.
ToRat_client
This is the ToRat client, a part of the ToRat Project.
redis-tls-dockerfile
Redis + TLS Docker image
certificate-ripper
🔐 A CLI tool to extract server certificates
mutual-tls-ssl
🔐 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
🔐 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...