tls
Here are 1,150 public repositories matching this topic...
In the manual of master and v1.1.1. (also may in the more older versions)
At detail of the BN_mask_bits.
(https://www.openssl.org/docs/manmaster/man3/BN_mask_bits.html)
(https://www.openssl.org/docs/man1.1.1/man3/BN_mask_bits.html)
Hi, all.
Pseudo code of the detail "a&=~((~0)>>n)", it means following computation, I think,
~0 : 11...(m-bits 1)...11 (left bit is higher, m is bit length
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
Aug 13, 2020 - Go
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)
Describe the solution you'd like
helm-docs Is a nice little utility for auto-generating the Parameters table from comments in the values.yaml file. It would make PRs into the chart much easier, because you don't need to document in multiple places, and you don't need to edit a huge markdown table.
If you're open to this, I could probably work a PR f
There's little information about what keys and values are in the output, what it means and how they are related to the screen output. In general that needs to be added. (special topics see #1675, #1674)
Let's Encrypt client and ACME library written in Go
-
Updated
Aug 26, 2020 - Go
Problem:
As mentioned in the comment New cipher suites MUST be added here, IN ORDER, or they will not be properly initialized.
Solution:
Unit test to validate the array order.
- **Does
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Jul 29, 2020 - JavaScript
An ACME-based certificate authority, written in Go.
-
Updated
Aug 27, 2020 - Go
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
Aug 26, 2020 - C
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
-
Updated
Aug 26, 2020 - Go
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Aug 27, 2020 - Java
HTTP and WebSocket built on Boost.Asio in C++11
-
Updated
Aug 25, 2020 - C++
tests/include/test/psa_crypto_helpers.h contains function definitions. That's a remnant from when we didn't have tests/src/*.c and unit tests had to be compiled as a monolithic C file. It's a problem because merely including the header causes an unused-function warning. The header should contain only function declarations (or static inline function definitions, but the functions in that head
DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap
-
Updated
Feb 27, 2018
Fast and secure tunnels over HTTP/2
-
Updated
Feb 12, 2020 - Go
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
-
Updated
Jul 4, 2020 - 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."


See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod