tls
Here are 1,480 public repositories matching this topic...
-
Updated
Oct 18, 2021 - 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)
go vet errors
I noticed the following errors from go vet:
$ go vet ./...
# github.com/jetstack/cert-manager/cmd/webhook/app/testing
cmd/webhook/app/testing/testwebhook.go:106:4: call to (*T).Fatalf from a non-test goroutine
# github.com/jetstack/cert-manager/test/integration/framework
test/integration/framework/helpers.go:68:4: call to (*T).Fatal from a non-test goroutine
# github.com/jetstackThere'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)
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 23, 2021 - 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.
-
Updated
Oct 15, 2021 - Go
-
Updated
Oct 12, 2021 - Go
What would you like to be added
We can't query smallstep for anything related to certs because the only thing in the DB is the bytes of the cert. Storing the cert alongside more columns like the common name, not after date, and more, would let us enable more complex queries, and optimize performance for future use cases.
Why this is needed
Enable searching of Certificates signed by attrib
-
Updated
Oct 20, 2021 - C
-
Updated
Oct 23, 2021 - Java
Summary
Minor:
When moving from key handles to key identifiers, a bug was introduced to the examples in getting_started.md - key is used both as a variable holding raw key material for import and as the key identifier.
-
Updated
Oct 21, 2021 - C++
-
Updated
Oct 21, 2021 - Go
-
Updated
Feb 27, 2018
-
Updated
Oct 23, 2021 - C#
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."
It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.