ssl
Here are 1,581 public repositories matching this topic...
-
Updated
Aug 14, 2020 - Go
-
Updated
Aug 17, 2020 - Vue
I'm in the process of writing my first (real) Kitura app and have been lost quite a lot. Kitura often sends Cannot GET /some/endpoint. responses without any error message in the log to help debug the issue. My log consists almost exclusively of [VERBOSE] [HTTPServerRequest.swift:215 parsingCompleted()] HTTP request from=127.0.0.1; proto=http; messages, even when there have been errors. I am us
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)
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
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 16, 2020 - C++
An upcoming revision of the PSA Crypto specification will clarify that the export format of Curve25519 and Curve448 private keys must have the forced bits set as specificed in RFC 7748 §5 (output of decodeScalar25519 and decodeScalar448).
Goal of this task:
- Update the documentation of
psa_export_keyincrypto.h. - Add tests to valid
-
Updated
Jul 28, 2020 - Python
Current Behavior
Currently you can set a custom userid claim using --user-id-claim ( ref 5.1.1)
m using the oauth2_proxy in conjunction with nginx.
i would like to be able to pass group from a custom claim to upstream services.
for example
--group-claim=cognito:groups
and have the results available in X-Auth-Request-User-Groups
-
Updated
Jun 21, 2020 - Objective-C
-
Updated
Jul 4, 2020 - Go
-
Updated
Jul 20, 2020 - Lua
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Aug 5, 2020 - C#
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 4, 2020 - C
Improve this page
Add a description, image, and links to the ssl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssl topic, visit your repo's landing page and select "manage topics."
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.