search for: openssl_version_num

Displaying 6 results from an estimated 6 matches for "openssl_version_num".

2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
...d 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
...nf" 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 installation is consistent, you can disabl...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...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 y...
2024 Mar 07
3
Call for testing: OpenSSH 9.7
...gt; > > > > > 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. > >...
2018 Nov 19
2
[PATCH] openssl-compat: Test for OpenSSL_add_all_algorithms before using.
OpenSSL 1.1.0 has deprecated this function. --- configure.ac | 1 + openbsd-compat/openssl-compat.c | 2 ++ openbsd-compat/openssl-compat.h | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index 3f7fe2cd..db2aade8 100644 --- a/configure.ac +++ b/configure.ac @@ -2710,6 +2710,7 @@ if test "x$openssl" = "xyes" ; then ])
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