openssl
openssl copied to clipboard
'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
Hello, I want to build cURL with it but i couldnt figure out it. Current openssl have install_dev option but this repo doesnt have it. How can i build it...
Hi Peter, there is a set of new chacha/poly ciphers like cca8, cca9, see https://mta.openssl.org/pipermail/openssl-commits/2015-December/002380.html Is that possible to have them integrated into this branch and renaming the old ones...
hi ! ive installed this, thank you for the effort into this. on this link its said this repo would enable me to use pbkdf2 and iterations via command line...
Currently, this fork has no unique name and ```make install``` (in short) will overwrite the original openssl library. That means that any (mostly security) tools have to compile statically or...
See https://github.com/openssl/openssl/issues/1566 and https://github.com/drwetter/testssl.sh/issues/470
Hi, I'd like to use your fork of OpenSSL for an SSL scanner I'm working on, but I'm getting a build error when targeting Windows 32 bits with Visual Studio...
Hi Peter, just a marker for this two curves as e.g. Windows 2016 seems to support at curve25519 (https://github.com/ssllabs/ssllabs-scan/issues/348) At least the djb curve seems to in openssl 1.1.0 though....
apply openssl-1.0.2a-ipv6-apps.patch from git://pkgs.fedoraproject.org/rpms/openssl.git This adds support for IPv6 in s_client -connect See also https://bugzilla.redhat.com/198737
Please consider adding Camellia in GCM with ECDHE/RSA and ECDHE/ECDSA. This would add a secure and practically fast cipher to the available suites. If you need hints, you can look...
`openssl enc` doesn't appear to support ChaCha20 for shell based stream encryption. Is it easily possible to add support for ChaCha20 to `openssl enc`?