search for: openssl_version

Displaying 7 results from an estimated 7 matches for "openssl_version".

2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
...mpat/openssl-compat.h +++ b/openbsd-compat/openssl-compat.h @@ -87,6 +87,13 @@ void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t); */ #ifndef SSH_DONT_OVERLOAD_OPENSSL_FUNCS +/* OpenSSL >= 1.1.0 without deprecated APIs needs this.*/ +#ifndef SSLEAY_VERSION +# define SSLEAY_VERSION OPENSSL_VERSION +# define SSLeay_version OpenSSL_version +# define SSLeay OpenSSL_version_num +#endif + # ifdef USE_OPENSSL_ENGINE # ifdef OpenSSL_add_all_algorithms # undef OpenSSL_add_all_algorithms -- 2.19.1
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...> git HEAD and run "autoreconf" to rebuild configure, then run > ./configure with your options. > > Tried it and got checking for openssl... /usr/bin/openssl checking for openssl/opensslv.h... yes checking OpenSSL header version... 30200020 (OpenSSL 3.2.2-dev ) checking for OpenSSL_version... yes checking for OpenSSL_version_num... yes checking OpenSSL library version... 300000e0 (OpenSSL 3.0.14-dev ) checking whether OpenSSL's headers match the library... no configure: error: Your OpenSSL headers do not match your library. Check config.log for details. If you are sure your in...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...rebuild configure, then run > > ./configure with your options. > > > > > > Tried it and got > > checking for openssl... /usr/bin/openssl > checking for openssl/opensslv.h... yes > checking OpenSSL header version... 30200020 (OpenSSL 3.2.2-dev ) > checking for OpenSSL_version... yes > checking for OpenSSL_version_num... yes > checking OpenSSL library version... 300000e0 (OpenSSL 3.0.14-dev ) > checking whether OpenSSL's headers match the library... no > configure: error: Your OpenSSL headers do not match your > library. Check config.log for de...
2024 Mar 07
3
Call for testing: OpenSSH 9.7
...igure with your options. > > > > > > > > > > Tried it and got > > > > checking for openssl... /usr/bin/openssl > > checking for openssl/opensslv.h... yes > > checking OpenSSL header version... 30200020 (OpenSSL 3.2.2-dev ) > > checking for OpenSSL_version... yes > > checking for OpenSSL_version_num... yes > > checking OpenSSL library version... 300000e0 (OpenSSL 3.0.14-dev ) > > checking whether OpenSSL's headers match the library... no > > configure: error: Your OpenSSL headers do not match your > > library...
2012 Jan 24
2
Cipher is not a module
Hi, I''m trying to install puppet as a client on a new machine. I received this weird error when trying to start up as /etc/init.d/ puppet start : /usr/lib/ruby/1.8/openssl/cipher.rb:22: Cipher is not a module (TypeError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 36:in `gem_original_require'' from
2024 Mar 07
1
Call for testing: OpenSSH 9.7
On Thu, 7 Mar 2024 at 12:00, The Doctor <doctor at doctor.nl2k.ab.ca> wrote: > On Thu, Mar 07, 2024 at 09:58:38AM +1100, Darren Tucker wrote: [...] > > Please try this patch. Note that you will need to run "autoreconf" to > > rebuild configure before rerunning it. [...] > In which test release can this be made available? It has not been committed and is not
2016 Nov 02
2
v2.2.26.0 released
...;>> >>>>> On 11/02/2016 04:07 AM, Aki Tuomi wrote: >>>>>> After doing some testing by myself, I noticed that libressl, for >>>>>> some >>>>>> unknown reason, defines >>>>>> >>>>>> #define OPENSSL_VERSION_NUMBER 0x20000000L >>>>>> >>>>>> No idea why they decided to advertise that they are OpenSSL >>>>>> v2.0.0. A >>>>>> local fix, if you need one, is to use >>>>>> >>>>>> #if OPENSSL_VERSION_N...