openssl
openssl copied to clipboard
TLS/SSL and crypto library
In my system default Openssl version 1.1.1d and i have upgrade to openssl version 1.0.1 with fips For Upgrading openssl i followed below steps : Getting openssl source: ``` wget...
This WiP PR is for implementing #18343. The code is (so far) by Yiannis Stavrou of Nozomi Networks of 2019/2020, recently rebased by me on the current master. I also...
Some arithmetics using long when this type is 32 bit and time_t is 64 bit might break after 2038. Back-port of #17701 for 1.1.1 branch
OpenSSL should keep the DN name format the same as the root cert, shouldn’t change the encoding from PrintableString to utf8string. " Since name comparison assumes that attribute values encoded...
I'm getting a compiler warning with MSVC in the most recent version of OpenSSL in vcpkg: https://github.com/microsoft/vcpkg/issues/26193
Replacement of #9155 (github doesn't allow change of source repositories) Add support for brotli compression Add support for Zstandardi compression Add support for RFC8879 Add support for callback API, which...
PKCS12 allows adding arbitrary attributes to its 'bags'. As far as I can tell OpenSSL's pkcs12 tool only supports the 'friendlyName' attribute (with the -name and -caname options). Feature request:...
Hello. I do know that openssl now provides coding interfaces for SM2 encryption/decryption, but I fail to find these utilities in command line tools. So does OpenSSL support SM2 encryption...
This is reported as fixed in #16837, but either isn't fixed or is broken again. The test `test_symbol_presence` is broken on Linux "devtoolset" compilers. "devtoolset" is a way to use...
Building OpenSSL 3.0.5 for i386 Darwin with `no-modules` causes duplicate symbol errors: ``` duplicate symbol '_bn_div_words' in: crypto/bn/libcrypto-shlib-bn-586.o providers/liblegacy.a(liblegacy-lib-bn-586.o) duplicate symbol '_bn_sub_part_words' in: crypto/bn/libcrypto-shlib-bn-586.o providers/liblegacy.a(liblegacy-lib-bn-586.o) duplicate symbol '_bn_sqr_words' in: crypto/bn/libcrypto-shlib-bn-586.o...