ssl
Here are 1,592 public repositories matching this topic...
High performance, minimalist Go web framework
-
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
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
Updated
Aug 28, 2020 - Java
HTTP and WebSocket built on Boost.Asio in C++11
-
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
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service. Implementations in Python, C, Node.js and Ruby.
-
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
Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and OS X Apps
-
Updated
Jun 21, 2020 - Objective-C
-
Updated
Jul 4, 2020 - Go
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
-
Updated
Jul 20, 2020 - Lua
A simple and visual static web server with collaboration features.
-
Updated
Apr 1, 2020 - JavaScript
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
-
Updated
Aug 22, 2020 - C#
Tools to bootstrap CAs, certificate requests, and signed certificates.
-
Updated
Aug 11, 2020 - Go
Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
-
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.