tls
Here are 1,188 public repositories matching this topic...
I am using openSSL 1.1.1g.
In order to be compatible with Web Crypto API (and its wrapper openCrypto) regarding encryption RSA keys, The pKCS8 (and PBKDF2) is needed. The documentation is lacking info on PKCS5_pbe2_set_iv. Is it possible to create it? Thanks.
-
Updated
Oct 8, 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)
Add PrometheusRule
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
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)
-
Updated
Oct 8, 2020 - 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 7, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 8, 2020 - C
-
Updated
Oct 5, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 5, 2020 - C++
This line describing the return value PSA_ERROR_INVALID_SIZE for psa_its_get should be deleted:
https://github.com/ARMmbed/mbedtls/blob/development/library/psa_crypto_its.h#L102
- There is no error code
PSA_ERROR_INVALID_SIZE. - There is no argument
data_size. - It is not an error to ask for just part of the data.
(Also, the description of PSA_ERROR_INVALID_ARGUMENT does not
-
Updated
Feb 27, 2018
-
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
Oct 10, 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."
Caddy version:
v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so: