search for: opensslv

Displaying 20 results from an estimated 46 matches for "opensslv".

Did you mean: openssl
2005 Jul 10
0
[RESOLVED, in 'findssl.sh'] Re: openssh-4.1p1 on OSX 10.4.1 w/ openssl-0.9.8 NOT FINDING -lcrypto
...header version... not found > configure: error: OpenSSL version header not found. i first suspected the 'culprit' to be the following stanza in "contrib/findssl.sh": ... echo Searching for OpenSSL header files. if [ -x "`which locate`" ] then headers=`locate opensslv.h` else headers=`find / -name opensslv.h -print 2>/dev/null` fi ... for header in $headers do ver=`awk '/OPENSSL_VERSION_NUMBER/{printf \$3}' $header` ... though it is, in my own experience, uncommon to use 'locate', rather than simply traversing the de...
2005 Oct 11
0
FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
...on details The following list contains the revision numbers of each file that was corrected in FreeBSD. Branch Revision Path - ------------------------------------------------------------------------- RELENG_4 src/crypto/openssl/crypto/opensslv.h 1.1.1.1.2.11 src/crypto/openssl/ssl/s23_srvr.c 1.2.2.6 RELENG_4_11 src/UPDATING 1.73.2.91.2.14 src/sys/conf/newvers.sh 1.44.2.39.2.17 src/crypto/openssl/crypto/...
2014 Feb 03
1
Compiling openssh v6.5 with --with-ssl-dir not working
...[root at test openssh-6.5p1]# ./configure --prefix=/usr/local/openssh-6.5p1 --with-tcp-wrappers --with-selinux --with-kerberos5 --with-ssl-engine --with-pam --with-md5-passwords --with-ssl-dir=/usr/local/openssl-1.0.1f ... ... checking whether getpgrp requires zero arguments... yes checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv.h... yes checking OpenSSL header version... 90802f (OpenSSL 0.9.8e-rhel5 01 Jul 2008) checking OpenSSL library version... 90802f (OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008) checking whether OpenSSL's header...
2004 Mar 17
0
FreeBSD Security Advisory FreeBSD-SA-04:05.openssl
...on details The following list contains the revision numbers of each file that was corrected in FreeBSD. Branch Revision Path - ------------------------------------------------------------------------- RELENG_4 src/crypto/openssl/crypto/opensslv.h 1.1.1.1.2.9 src/crypto/openssl/ssl/s3_pkt.c 1.1.1.1.2.7 RELENG_5_2 src/UPDATING 1.282.2.11 src/crypto/openssl/crypto/opensslv.h 1.1.1.14.2.1 src/crypto/openssl/ssl/s3_p...
2004 Mar 17
0
FreeBSD Security Advisory FreeBSD-SA-04:05.openssl
...on details The following list contains the revision numbers of each file that was corrected in FreeBSD. Branch Revision Path - ------------------------------------------------------------------------- RELENG_4 src/crypto/openssl/crypto/opensslv.h 1.1.1.1.2.9 src/crypto/openssl/ssl/s3_pkt.c 1.1.1.1.2.7 RELENG_5_2 src/UPDATING 1.282.2.11 src/crypto/openssl/crypto/opensslv.h 1.1.1.14.2.1 src/crypto/openssl/ssl/s3_p...
2002 Jul 07
5
[Bug 335] OpenSSL headers do not match your library
http://bugzilla.mindrot.org/show_bug.cgi?id=335 dyw at iohk.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords| |help-wanted OS/Version|Linux |BSDI
2009 Aug 06
6
[Bug 1631] New: ./configure errors on missing headers are misleading on Linux
https://bugzilla.mindrot.org/show_bug.cgi?id=1631 Summary: ./configure errors on missing headers are misleading on Linux Product: Portable OpenSSH Version: 5.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo:
2009 Aug 21
1
Your OpenSSL headers do not match your library
...is consistent, you can disable the check by running "./configure --without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches. So, I ran findssl.sh and got the following: Searching for OpenSSL header files. 0x009080bfL /usr/include/openssl/opensslv.h Searching for OpenSSL shared library files. 0x0090701fL /lib/libcrypto.so.4 0x0090701fL /lib/libcrypto.so.0.9.7a 0x0090802fL /opt/splunk/lib/libcrypto.so 0x0090802fL /opt/splunk/lib/libcrypto.so.0.9.8 0x0090701fL /usr/lib/libcrypto.so 0x0090701fL /var/www/vhosts/chroot/lib/libcrypto.so.4 0x00907...
2013 Jan 18
0
Inconsisten declaration of ssh_aes_ctr_iv() (fwd)
...n.Morgan at nasa.gov> Subject: Re: Inconsisten declaration of ssh_aes_ctr_iv() On Thu, 17 Jan 2013, Iain Morgan wrote: > > Could you tell me the declaration of the function pointer do_cipher in > > OpenSSL's evp.h on your system and the the OPENSSL_VERSION_NUMBER from > > opensslv.h? > > % grep -A1 do_cipher /usr/include/openssl/evp.h > int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, > const unsigned char *in, size_t inl);/* encrypt/decrypt data */ > > % grep OPENSSL_VERSION_NUMBER /usr/include/openssl/opensslv.h > #define OPENSSL_VERSIO...
2015 Feb 24
4
Call for testing: OpenSSH 6.8
...ude <netdb.h> > from includes.h but that would make HOST_NAME_MAX fall back to > MAXHOSTNAMELEN on at least Solaris < 10. I guess we could do this: diff --git includes.h includes.h index c3034e3..ec74998 100644 --- includes.h +++ includes.h @@ -171,6 +171,8 @@ #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ #endif +#include <netdb.h> /* For MAXHOSTNAMELEN */ + #include "defines.h" #include "platform.h"
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...ct fix what you have > observed. You will need to apply the patch yourself to a snapshot or > 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: Y...
2024 Mar 07
1
Call for testing: OpenSSH 9.7
...ill need to apply the patch yourself to a snapshot or > > 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....
2016 Dec 04
2
v2.2.27 released --- libressl
>openssl version Libressl 2.4.4 Patch for dovecot: perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x10100000L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)/' ./src/lib-dcrypt/dcrypt-openssl.c; perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x10100000L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)/' ./src/lib-ssl-iostream/dovecot-openssl-common.c; perl -i -ple 's/^(#if
2003 Jun 22
2
Problem with Configure
I try to set up openssh-3.6.1p2 on a baox and get: Script started on Sun Jun 22 07:55:36 2003 gallifrey.nk.ca//usr/source/openssh-3.6.1p2$ cat /usr/contrib/bin/configssh ./configure --prefix=/usr/contrib --localstatedir=/var --infodir=/usr/share/info\ --mandir=/usr/share/man --with-low-memory --with-elf --with-ncurses\ --with-ssl=/usr/source/openssl-engine-0.9.7g\
2013 Jan 14
3
Inconsisten declaration of ssh_aes_ctr_iv()
Hi, The 20130110 snapshot fails to build against OpenSSL 0.9.8 and 1.0.0 with the following error: gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset -fstack-protector-all -I. -I. -DSSHDIR=\"/tmp/foo/etc\" -D_PATH_SSH_PROGRAM=\"/tmp/foo/bin/ssh\"
2004 Mar 03
8
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
..."-L$SRC/tcp_wrappers/$TCP_WRAPver" \ ./configure --prefix=/opt/$VER \ --sysconfdir=/etc/opt/openssh \ --with-default-path="/usr/bin:/usr/sbin:/opt/$VER/bin" \ --with-ssl-dir=$SRC/openssl/$OPENSSLver \ --with-zlib=$SRC/zlib/$ZLIBver \ --with-prngd-socket=/var/run/egd-pool \ --with-tcp-wrappers \ --without-shadow \ --disable-suid-ssh I compiled against TCP_WRAP...
2024 Mar 07
3
Call for testing: OpenSSH 9.7
...pshot or > > > 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 h...
2005 Oct 11
10
FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
...on details The following list contains the revision numbers of each file that was corrected in FreeBSD. Branch Revision Path - ------------------------------------------------------------------------- RELENG_4 src/crypto/openssl/crypto/opensslv.h 1.1.1.1.2.11 src/crypto/openssl/ssl/s23_srvr.c 1.2.2.6 RELENG_4_11 src/UPDATING 1.73.2.91.2.14 src/sys/conf/newvers.sh 1.44.2.39.2.17 src/crypto/openssl/crypto/...
2001 Oct 20
8
Recent openssl is required for OPENSSL_free [Re: Please test snapshots for 3.0 release] (fwd)
No response yet, so resending. -- Pekka Savola "Tell me of difficulties surmounted, Netcore Oy not those you stumble over and fall" Systems. Networks. Security. -- Robert Jordan: A Crown of Swords ---------- Forwarded message ---------- Date: Fri, 12 Oct 2001 09:44:54 +0300 (EEST) From: Pekka Savola <pekkas at netcore.fi> To: Damien Miller
2016 Dec 06
0
v2.2.27 released --- libressl
Results from the application of the following patch from Aki. perl -i -ple 's|^(\s*#include <openssl/opensslv.h>\s*)$|$1\n\t#if OPENSSL_VERSION_NUMBER == 0x20000000L\n\t#define OPENSSL_VERSION_NUMBER 0x10001000L\n\t#endif|' configure.ac; -------------- next part -------------- A non-text attachment was scrubbed... Name: compiler-stderr.log Type: application/octet-stream Size: 16045 bytes Desc: not a...