search for: openssl_add_all_algorithm

Displaying 20 results from an estimated 22 matches for "openssl_add_all_algorithm".

2018 Nov 19
2
[PATCH] openssl-compat: Test for OpenSSL_add_all_algorithms before using.
...ompat.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 ]) # LibreSSL/OpenSSL 1.1x API AC_CHECK_FUNCS([ \ + OpenSSL_add_all_algorithms \ OPENSSL_init_crypto \ DH_get0_key \ DH_get0_pqg \ diff --git a/openbsd-compat/openssl-compat.c b/openbsd-compat/openssl-compat.c index 5ade8f0b..71e049bd 100644 --- a/openbsd-compat/openssl-compat.c +++ b/openbsd-compat/openssl-compat.c @@ -70,7 +70,9 @@ ssh_compatible_openssl(long head...
2018 Oct 14
4
Call for testing: OpenSSH 7.9
On Fri, 12 Oct 2018, Jakub Jelen wrote: > Something like this can be used to properly initialize new OpenSSL > versions: > > @@ -70,12 +70,19 @@ ssh_compatible_openssl(long headerver, long libver) > void > ssh_OpenSSL_add_all_algorithms(void) > { > +#if OPENSSL_VERSION_NUMBER < 0x10100000L > OpenSSL_add_all_algorithms(); > > /* Enable use of crypto hardware */ > ENGINE_load_builtin_engines(); > +#if OPENSSL_VERSION_NUMBER < 0x10001000L > ENGINE_register_all_complete(); > +#endif >...
2003 Jun 02
1
Help with compilation problems
...em. I have already installed Openssl (v0.9.7a). When i try to run the ./configure script, it stops at the follwing check ---SNIP-- checking openssl/pem.h presence... yes checking for openssl/pem.h... yes checking for SHA1_version in -lcrypto... yes checking for RAND_pseudo_bytes... yes checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no configure: error: Missing required OpenSSL functionality! I read the following on some mailing list " Your method of testing for the presence of OpenSSL_add_all_algorithms() is incomplete. Starting with 0.9.7, OpenSSL_add_all_algorithms() i...
2011 Sep 08
1
ssh_SSLeay_add_all_algorithms()
...ld get replaced as ssh_SSLeay_add_all_algorithms(): ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c But starting with openssh-5.7p1 these calls are all gone. Is this a bug or can anyone explain how this should work in 5.6p1 and later? SSLeay_add_all_algorithms() is replaced with OpenSSL_add_all_algorithms(). -- Robert Dugal Team Lead SSL & PKI Group Certicom Corp. A Subsidiary of Research In Motion 4701 Tahoe Blvd., Building A Mississauga, ON L4W 0B5 rdugal at certicom.com direct??????? +1.289.261.4148 mobile?????? +1.416.276.8062 main ?...
2018 Oct 22
2
[PATCH] ssh: Add missing openssl-compat.h where needed
OpenSSL_add_all_algorithms has been deprecated with 1.1. Compatibility is needed. Signed-off-by: Rosen Penev <rosenp at gmail.com> --- ssh-keysign.c | 1 + ssh_api.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ssh-keysign.c b/ssh-keysign.c index 744ecb4f..bcd1508c 100644 --- a/ssh-keysign.c +++ b/ssh-...
2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
...ndef 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
2002 Nov 28
1
Documentation for SSLeay_add_all_algorithms
Hello, I am looking into the ssh sources. I couldn't get docs for SSLeay_add_all_algorithms. I tried for this in openssl.org. Can someone give some pointers for documents, which can tell how to use the SSL functions used in the ssh sources and what they do?? thanks kapil
2003 Jun 25
1
help with compiling on Mac OSX
Hello - I'm a complete newbie with command line stuff and i'm trying to compile the tinc source on osx 10.2.6 but i'm getting this error when i use ./configure: ... ... checking for SHA1_version in -lcrypto... yes checking for RAND_pseudo_bytes... yes checking for OpenSSL_add_all_algorithms... yes checking for dlopen... no checking for dlopen in -ldl... no configure: error: OpenSSL depends on libdl. I don't really know what it means. I'm guessing it has to do with the fact that i'm missing zlib? In the manual, it says to download zlib with Fink. I've got fink and...
2014 Feb 03
1
ssh config Host case insensitive
Hi, There seems to be an issue where a case sensitive Host entry is no longer working after update to openssh 6.5 example entry: (was working before update) Host MyHost Hostname 192.168.0.1 Port 1234 User root IdentityFile ~/.ssh/id_rsa When issuing "ssh MyHost" the outcome is now: ssh: Could not resolve hostname myhost: Name or service not known When the above entry is changed
2018 Oct 11
13
Call for testing: OpenSSH 7.9
Hi, OpenSSH 7.9p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2003 Feb 06
2
OpenSSL compile problem
...ood program to use). Anyway everytime I build I have this odd problem and until now I always found a way to solve it but now I'm really stuck. I'm trying to build tinc-pre7 and I always reach to this error on configure: --------------------- checking for RAND_pseudo_bytes... no checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no ---------------------- My openssl is 0.9.7 and is installed via this command: ./config --prefix=/usr/local --openssldir=/usr/local/openssl I'm trying to build tic with this command: ./configure --localstatedir=/var --sysconfdir=/etc --with...
2003 Jun 25
7
[Bug 604] ld: fatal: Symbol referencing errors. No output written to ssh-add
.../openbsd-compat' gcc -o ssh-add ssh-add.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib - R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat - lrt -lz -lsocket -lnsl -lcrypto Undefined first referenced symbol in file OpenSSL_add_all_algorithms ssh-add.o ld: fatal: Symbol referencing errors. No output written to ssh-add collect2: ld returned 1 exit status make: *** [ssh-add] Error 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Jun 25
7
[Bug 604] ld: fatal: Symbol referencing errors. No output written to ssh-add
.../openbsd-compat' gcc -o ssh-add ssh-add.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib - R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat - lrt -lz -lsocket -lnsl -lcrypto Undefined first referenced symbol in file OpenSSL_add_all_algorithms ssh-add.o ld: fatal: Symbol referencing errors. No output written to ssh-add collect2: ld returned 1 exit status make: *** [ssh-add] Error 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2006 Aug 17
6
auth failure with digest-md5
Hi! I'm using: Dovecot 1.0.beta8 OpenBSD 3.9 KMail 1.9.3 My password file contains only one user now. I've changed its password to a dumb one: 'asd' (so this is not a wrong password failure :) I've configured the PLAIN and DIGEST-MD5 mechanisms in dovecot.conf, and I'm only using pop3. Also I've turned on the verbose auth logging, and I'm attaching the logs
2009 May 15
2
Trouble with Tinc at make level
...em.h... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for SHA1_version in -lcrypto... yes checking for dlopen... yes checking for RAND_pseudo_bytes... yes checking for EVP_EncryptInit_ex... yes checking whether OpenSSL_add_all_algorithms is declared... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... yes checking for lzo1x_1_compress in -llzo2... no checking for lzo1x_1_compress in -llzo... no configure: error: "lzo libraries not found." [chs...
2011 Mar 26
11
[Bug 1882] New: Since 5.7p1 OpenSSH doesn't take advantage of OpenSSL hardware engine
https://bugzilla.mindrot.org/show_bug.cgi?id=1882 Summary: Since 5.7p1 OpenSSH doesn't take advantage of OpenSSL hardware engine Product: Portable OpenSSH Version: 5.7p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo:
2012 Apr 02
4
What I need to install Tinc 1.1pre2?
Hi to everybody, Can anybody tell me what packages I need to install Tinc 1.1pre2 in a server that it had installed a previous version installed? I tried to install it and when I execute the "make" it give me a lot of errors. Best regards, Ramses
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
...7a-5, openssl-devel-0.9.7a-5 Autoconf tools: autoconf-2.57-3, automake-1.6.3-5 1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails.. When I do a ./configure, it aborts saying: --Snip-- checking for SHA1_version in -lcrypto... yes checking for RAND_pseudo_bytes... yes checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no configure: error: Missing required OpenSSL functionality! 2. So i followed a suggestion from someone and downloaded the cvs version, and ran autogen.sh. This leads to the following error. shashank@mia:~/temp/tinc> ./autogen.sh **Warning**: I...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi, OpenSSH 6.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2015 Jun 23
2
Call for testing: OpenSSH 6.9
...TH_OPENSSL */ } diff --git a/regress/unittests/sshkey/tests.c b/regress/unittests/sshkey/tests.c index 13f265c..b1baf12 100644 --- a/regress/unittests/sshkey/tests.c +++ b/regress/unittests/sshkey/tests.c @@ -18,8 +18,10 @@ void sshkey_fuzz_tests(void); void tests(void) { +#ifdef WITH_OPENSSL OpenSSL_add_all_algorithms(); ERR_load_CRYPTO_strings(); +#endif sshkey_tests(); sshkey_file_tests(); diff --git a/regress/unittests/test_helper/test_helper.c b/regress/unittests/test_helper/test_helper.c index 26ca26b..8bd9e0f 100644 --- a/regress/unittests/test_helper/test_helper.c +++ b/regress/unittests/test_hel...