Skip to content
#

tls

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

caddy
ealib
ealib commented Mar 30, 2022

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:

feature good first issue
paulidale
paulidale commented Jun 23, 2022

The crypto/bio/bss_dgram.c file has a number of strict aliasing problems. There are a number of definitions of a union:

    union {
        size_t s;
        int i;
    }

and a definition:

    union {
        unsigned __int64 ul;
        FILETIME ft;
    }

The concern is that the address is taken of a union member and this is passed to a function. This breaks th

branch: master good first issue triaged: bug

🔥 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 Jun 13, 2022
  • Go
consideRatio
consideRatio commented Jun 9, 2022

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.

good first issue help wanted kind/feature
certificates
tashian
tashian commented Jan 10, 2022

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

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.
good first issue difficulty/beginner CBMC

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