ssl
Here are 1,592 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Go
-
Updated
Aug 28, 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 28, 2020 - Java
-
Updated
Aug 29, 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
-
Updated
Aug 25, 2020 - Python
Prometheus-metrics
If I am correct then currently no (prometheus) metrics are provided.
Was wondering what is the reason? Is there is any plan to implement them?
I know I would like to see some metrics about how many users are authenticated, how many redirected to 'login' page, for how many authentication fails etc
-
Updated
Jun 21, 2020 - Objective-C
-
Updated
Jul 4, 2020 - Go
-
Updated
Jul 20, 2020 - Lua
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Aug 22, 2020 - C#
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 27, 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.