The Wayback Machine - https://web.archive.org/web/20210128104049/https://github.com/topics/tls
Skip to content
#

tls

Here are 1,250 public repositories matching this topic...

caddy
kroppt
kroppt commented Jan 21, 2021

I am using Caddy 2.3.0 downloaded from GitHub for Linux amd64.

$ caddy version
v2.3.0 h1:fnrqJLa3G5vfxcxmOH/+kJOcunPLhSBnjgIvjXV/QTA=
$ uname -a
Linux hostname.com 5.4.72-gentoo #1 SMP Sun Nov 8 13:37:56 EST 2020 x86_64 Intel Core Processor (Skylake, IBRS) GenuineIntel GNU/Linux

For the following, I replaced my hostname with hostname.com and my email with `hostnameguy@gmail.

gotthardp
gotthardp commented Dec 10, 2020

The app_get0_propq (from apps/lib/apps.c) is used throughout many openssl apps to define propq used to fetch the algorithms. Currently, it just returns NULL and its comment says "TODO(3.0): Make this an environment variable if required".
If a provider is used that does not implement all algorithms (e.g. reuses STORE from the default one) the propq needs to be defined to fetch the right implemen

Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。

  • Updated Dec 31, 2020
  • Go
evgkrsk
evgkrsk commented Oct 2, 2020

Is your feature request related to a problem? Please describe.
At cert-manager 1.0, there is ServiceMonitor to scrape certs metrics, but there is no alert(s) on certs renew failures to cluster operator.

Describe the solution you'd like
PrometheusRule object with alerting rules about expiring certs. Plus, ability to extend/override default rules via helm values.

/kind feature

baldwinmatt
baldwinmatt commented Jun 26, 2020

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.
yanesca
yanesca commented Jan 27, 2021

Background

In ARMmbed/mbedtls#4073 we are migrating Knowledge Base articles to the new, unified documentation site (https://github.com/ARMmbed/mbedtls-docs). Some of that information is out of date and we should at least fix the issues regarding licensing and contribution. Issues not related are out of scope, but quick easy wins might be included.

**Prerequisite:

certificates
EmiiKhaos
EmiiKhaos commented Jul 16, 2020

What would you like to be added

Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.

DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.

Why this is needed

We plan to run step-ca in AWS ECS on Farga

Improve this page

Add a description, image, and links to the tls topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tls topic, visit your repo's landing page and select "manage topics."

Learn more