openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Provides SSL, TLS and general purpose cryptography.

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

/usr/sfw/bin/gmake ....... openssl: Could not be configured. It will not be installed. /export0/home/telegraf/fluentd/ruby_versions/ruby275/ruby-2.7.5/ext/openssl/extconf.rb:111: OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is required Check ext/openssl/mkmf.log for more details. Meanwhile.....

Testing with Ruby 3.1, the Ruby test suite sometimes fails with the following error: ~~~ 1) Failure: OpenSSL::TestPKey#test_s_generate_parameters [/builddir/build/BUILD/ruby-3.1.0/test/openssl/test_pkey.rb:44]: RuntimeError expected but nothing was raised. ~~~

It's not supported in `OpenSSL::X509::Request` yet. Related to #75 The CLI interface of OpenSSL has support for this feature: ``` openssl req -new ... -sigopt rsa_padding_mode:pss ```

👋 hello, I wanted to inquire about a behavioral change I noticed in version 3 for DSA key generation, namely that the Q parameter has changed from 160-bit to 224-bit:...

### Background Our system handles large data, such as images larger than 10MB. I faced something that took a few seconds in the communication part of SSL. ### Proposal The...

I'm working on adding digital signature support to HexaPDF, using OpenSSL for the cryptographic needs. One type of signature is a DER encoded PKCS#7 object. I can successfully extract the...

question

root@omsagent-rs-65cbfcbd86-fnqhw:/# ruby -v ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux-gnu] root@omsagent-rs-65cbfcbd86-fnqhw:/# openssl OpenSSL> version OpenSSL 1.1.1 11 Sep 2018 ![image](https://user-images.githubusercontent.com/20712167/125852712-d82a914d-91ab-4504-b95c-0e4095f56083.png) Because of this, server asking to change cipherspec which in turn...

Is there any way for one C extension to safely link against another? Looking at the external symbols in `openssl.so`, I see the following: ```` $ nm tmp/x86_64-linux/openssl/3.0.2/openssl.so | ruby...

Has anyone tried to build this extension using wolfSSL underneath rather than OpenSSL?

This is the beginnings of support for CMS signatures and verification, in the spirit of the PKCS7 work. I don't need encrypt/decrypt, so I will leave them for last. I...