From 42ba1aa25932ff7d2934b2de42c7a5b1bb1dd0d8 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Sun, 19 Jul 2020 21:56:06 +0200 Subject: [PATCH] Add SSLContext Kickstart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28eee23..dbe5613 100644 --- a/README.md +++ b/README.md @@ -905,6 +905,7 @@ _Libraries that handle security, authentication, authorization or session manage - [OACC](http://oaccframework.org) - Provides permission-based authorization services. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [SecurityBuilder](https://github.com/tersesystems/securitybuilder) - Fluent Builder API for JCA and JSSE classes and especially X.509 certificates. +- [SSLContext-Kickstart](https://github.com/Hakky54/sslcontext-kickstart) - High-level SSL context builder for configuring HTTP clients with SSL/TLS. - [Themis](https://github.com/cossacklabs/themis) - Multi-platform high-level cryptographic library provides easy-to-use encryption for protecting sensitive data: secure messaging with forward secrecy, secure data storage (AES256GCM); suits for building end-to-end encrypted applications. - [Tink](https://github.com/google/tink) - Provides a simple and misuse-proof API for common cryptographic tasks.