#
openssl
Here are 848 public repositories matching this topic...
drwetter
commented
Jul 11, 2020
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)
microshow
commented
Apr 28, 2019
A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch, AppleTV, MacCatalyst)
-
Updated
Mar 10, 2020 - Shell
-
Updated
Aug 24, 2020 - C++
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
tls
ssl
iot
security
cryptography
encryption
openssl
https
dtls
embedded-systems
fips
c-library
tls-support
cipher-suites
wolfssl
tls13
trusted-execution-environment
openssl-alternative
cryptography-api
openssl-api
-
Updated
Aug 26, 2020 - C
Simple Golang HTTPS/TLS Examples
go
golang
security
security-audit
awesome
tools
openssl
https
http2
secure
httpclient
libressl
security-hardening
https-server
security-scanner
security-tools
-
Updated
Apr 30, 2019
A Python wrapper around the OpenSSL library
-
Updated
Aug 19, 2020 - Python
How to backdoor Diffie-Hellman
-
Updated
Aug 20, 2016 - Python
Mangos ZERO is a server for World of Warcraft. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft clients 1.12.1-1.12.3 - Report all issues at https://www.getmangos.eu/bug-tracker/mangos-zero/
-
Updated
Aug 18, 2020 - C++
Symmetric Encryption for Ruby Projects using OpenSSL
-
Updated
Aug 20, 2020 - Ruby
Compile Nginx from source with custom modules on Debian and Ubuntu
nginx
debian
openssl
http2
brotli
cloudflare
geoip
curve25519
chacha20-poly1305
libressl
pagespeed
alpn
-
Updated
Aug 12, 2020 - Shell
E2guardian is a web content filter that can work in proxy, transparent or icap server modes
url
ssl
c-plus-plus
web
scalable
openssl
https
proxy
squid
filtering
icap-server
transparent-proxy
content-filter
transparent-https-proxy
dansguardian
e2guardian
http1-1
-
Updated
Aug 20, 2020 - HTML
Open source tool to help you build a valid SSL certificate chain.
openssl
certificates
chain
trust-chain
ssl-certificates
ssl-cert
openssl-certs
ssl-certificate-chain
-
Updated
May 18, 2020 - Shell
A script that automates generation of OpenSSL reverse shells
-
Updated
Jul 20, 2019 - Shell
A Linux Ransomware
python
c
linux
cryptography
encryption
aes
openssl
malware
ransomware
crypto-library
malware-analysis
python-2
aes-encryption
decryption
rsa-cryptography
rsa-key-encryption
malware-development
ransomware-prevention
ransom-worm
linux-ransomware
-
Updated
Jun 23, 2020 - Python
A Lightweight and fully asynchronous WebSocket client library based on libev
-
Updated
Aug 8, 2020 - C
check_ssl_cert is a shell script (that can be used as a Nagios plugin) to check the CA and validity of an X.509 certificate
certificate
openssl
shell-script
nagios-plugins
nagios-plugin
icinga-plugin
icinga2-plugin
icinga2-plugins
-
Updated
Aug 7, 2020 - Shell
Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.
macos
shell
encoding
encryption
attack
osx
openssl
penetration-testing
libressl
shell-script
antivirus
information-security
kali-linux
bypass-av
payload
kali
bypass-antivirus
ncat
antivirus-evasion
kali-scripts
-
Updated
Mar 31, 2019 - Shell
Openssl binding for Lua
-
Updated
Aug 13, 2020 - C
Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting OpenSSL 1.1.1 with TLS 1.3 and Mac Catalyst builds.
-
Updated
Aug 18, 2020 - C
Generate self-signed TLS certificate using OpenSSL
-
Updated
Aug 18, 2020 - Shell
Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
-
Updated
Jan 6, 2020 - Shell
Create https for local development environment or localhost.
nginx
certificate
osx
ubuntu
openssl
signed
localhost
root-certificate
local-development
https-certificate
root-ca
-
Updated
Nov 18, 2019 - PHP
Swift cross-platform crypto library using CommonCrypto/libcrypto
-
Updated
Aug 21, 2020 - Swift
A fast, secure, lightweight and cross-platform HTTP proxy written in C++.
-
Updated
Sep 16, 2018 - C++
Improve this page
Add a description, image, and links to the openssl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openssl 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.