openssl icon indicating copy to clipboard operation
openssl copied to clipboard

TLS/SSL and crypto library

Results 1136 openssl issues
Sort by recently updated
recently updated
newest added

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...

triaged: question
resolved: answered

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...

hold: cla required
branch: master
triaged: feature
severity: fips change

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

approval: review pending
branch: 1.1.1
triaged: bug

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...

triaged: question

I'm getting a compiler warning with MSVC in the most recent version of OpenSSL in vcpkg: https://github.com/microsoft/vcpkg/issues/26193

triaged: bug

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...

branch: master
approval: review pending
approval: otc review pending
triaged: feature
triaged: OTC evaluated
severity: fips change

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:...

help wanted
triaged: feature

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...

triaged: question
resolved: answered

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...

triaged: bug

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...

triaged: bug