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

tls

Here are 1,622 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
davidben
davidben commented Mar 31, 2022

The documentation for X509_NAME_print says:

X509_NAME_print() prints out name to bp indenting each line by obase characters. Multiple lines are used if the output (including indent) exceeds 80 characters.
https://github.com/openssl/openssl/blob/master/doc/man3/X509_NAME_print_ex.pod

However, the implementation does not actually do this. obase and 80 figure into l, but l is decreme

branch: master branch: 1.1.1 good first issue triaged: documentation

🔥 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 Apr 27, 2022
  • Go
jsoref
jsoref commented Jan 24, 2022

Describe the bug:

good first issue help wanted kind/feature priority/important-longterm
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

toidiu
toidiu commented Apr 24, 2022

Problem:

Currently the s2n_connection->cookie_stuffer is used to track bytes related to the cookie value received in a HRR (HelloRetryRequest). This mean a growable stuffer is allocated and then resized based on the length of the cookie value.

Solution:

While the above works, it should be possible to simplify the code by instantiating the memory in the s2n_cookie_recv method.

mpg
mpg commented May 2, 2022

Currently the function ssl_tls13_parse_certificate_verify() depends on MD in order to compute the expected salt size, by using mbedtls_md_info_from_type() then mbedtls_md_get_size(). Now that all the hashing operations in TLS 1.3 are done without MD_C, it is desirable to also be able to do the non-crypto bits without MD_C.

This task use PSA APIs instead. It should be possible to get t

enhancement good first issue Product Backlog size:S

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