tls
Here are 1,676 public repositories matching this topic...
OpenSSL 1.1.1h introduces a behavior change wherein one can no longer set an EC_KEY's private_key to NULL.
This behavior changes in 6a01f6f4b41d045e2a3abcb10163633d769db76a. Based on the original PR (openssl/openssl#11127), it appears that this is hardening backported from 3.0.0 that unintentionally introduced a regression.
A cross-platform network tool designed for developers. 一个为开发者设计的跨平台网络工具.
-
Updated
Jun 16, 2022 - Go
-
Updated
Jul 7, 2022 - Go
Is your feature request related to a problem? Please describe.
I've experienced intermittent issues with the k8s api-server reaching the cert-manager-webhook, or so I think. I wanted to understand and verify if the webhook received the requests or not, and sometimes it seems to work out.
The issue is that there is no logs for me to see this from the webhook pod, even with --v=6 set.
Right now in different places in the SE codebase there are references to /opt and then as well to /usr.
All SE code should reference one place only. Could someone please create a PR that fixes this.
This PR should also take PR #454 into consideration (no conflicts)
Which version are you referring to
3.1dev
We list not all RFCs in ~/doc/ which we refer to in testssl.sh.
List used RFCs: grep RFC -w ./testssl.sh | grep -v TLS_CIPHER | grep RFC | sed 's/^.*RFC/RFC/' | sort -u
List RFCs referred to: grep -w RFC doc/testssl.1
Let's Encrypt/ACME client and library written in Go
-
Updated
Jul 4, 2022 - Go
Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
-
Updated
Jun 16, 2022 - Go
The recommendation is to set Cache-Control: private, no-store on any endpoint with sensitive information. Because while you can protect the traffic with TLS, you also need to keep sensitive information out of a client's (unencrypted) HTTP cache. I'm not sure how relevant this is to the API context of step-ca though—I've never seen an HTTP client library that caches content. But I guess the poi
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Jul 8, 2022 - JavaScript
An ACME-based certificate authority, written in Go.
-
Updated
Jul 7, 2022 - Go
Problem:
A common pattern is:
GUARD(s2n_stuffer_skip_write(stuffer, bytes_to_write));
uint8_t* ptr = suffer->blob.data + stuffer->write_cursor - bytes_to_write;
which could be simplified.
Solution:
*ptr could be an *out parameter to s2n_stuffer_skip_write
- Does this change what S2N sends over the wire? No.
- Does this change any public APIs? No.
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
-
Updated
Jul 5, 2022 - Go
capture SSL/TLS text content without CA cert using eBPF. supports Linux x86_64/Aarch64, Android(GKI) Aarch64.
-
Updated
Jul 7, 2022 - C
An open source, portable, easy to use, readable and flexible SSL library
-
Updated
Jul 8, 2022 - C
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists.
-
Updated
Apr 22, 2022 - C
HTTP and WebSocket built on Boost.Asio in C++11
-
Updated
Jul 5, 2022 - C++
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Jul 8, 2022 - Java
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
-
Updated
Jul 2, 2022 - C#
Fast and secure tunnels over HTTP/2
-
Updated
Apr 14, 2022 - Go
Improve this page
Add a description, image, and links to the tls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tls topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

It would be a nice addition to integrate Minimal windows service stub in Caddy (built for Windows).
At the moment, it is necessary to use for example NSSM to install Caddy as a service on Windows.
See how it becomes much more natural to [install the service and remove it in the case of another project (Gitea) with the Windows tools](https: