search for: rand_pseudo_bytes

Displaying 11 results from an estimated 11 matches for "rand_pseudo_bytes".

2010 Oct 14
1
tincd does not compile with openssl-1.0.0a-r3 if LDFLAGS=-static
On my Gentoo box I updated openssl to openssl-1.0.0a-r3 I'm not able to compile with openssl-1.0.0a-r3 if I want a static binary ./configure LDFLAGS=-static the configure scripts complains like this: checking for RAND_pseudo_bytes... no configure: error: Missing OpenSSL functionality, make sure you have installed the latest version. this was working with previous version of OpenSSL. I'm not sure is this is a problem really related to tinc or to OpenSSL ? Saverio
2004 Jul 30
1
Compiling * on OpenBSD 3.5
...lib/libssl.so.8.0: undefined reference to `RSA_flags' /usr/lib/libssl.so.8.0: undefined reference to `d2i_X509' /usr/lib/libssl.so.8.0: undefined reference to `asn1_GetSequence' /usr/lib/libssl.so.8.0: undefined reference to `RSA_size' /usr/lib/libssl.so.8.0: undefined reference to `RAND_pseudo_bytes' /usr/lib/libssl.so.8.0: undefined reference to `BIO_s_connect' /usr/lib/libssl.so.8.0: undefined reference to `EVP_PKEY_free' /usr/lib/libssl.so.8.0: undefined reference to `X509_TRUST_set' /usr/lib/libssl.so.8.0: undefined reference to `HMAC_Update' /usr/lib/libssl.so.8.0: und...
2010 Sep 20
0
No subject
...<=3D n->minmtu) len =3D n->maxmtu; else - len =3D n->minmtu + 1 + rand() % (n->maxmtu - n->minmtu); + len =3D n->minmtu + 1 + (n->maxmtu + 1 - n->minmtu) / (double) = nbPackets * i; =20 if(len < 64) len =3D 64; =09 - memset(packet.data, 0, 14); - RAND_pseudo_bytes(packet.data + 14, len - 14); + //RAND_pseudo_bytes(packet.data, len); + memset(packet.data, 0x0, len); packet.len =3D len; packet.priority =3D 0; =20 - ifdebug(TRAFFIC) logger(LOG_INFO, "Sending MTU probe length %d to %s = (%s)", len, n->name, n->hostname); + ifdebug(TRAFF...
2003 Jun 02
1
Help with compilation problems
...on my RH 9.0 (kernel 2.4.20-13.9) system. 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. Start...
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 d...
2003 Feb 06
2
OpenSSL compile problem
...thanks to the makers - this is very good 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...
2009 May 15
2
Trouble with Tinc at make level
....h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.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 lz...
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
...em: Rh 9.0 (2.4.20-13.9), openssl-0.9.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@mi...
2005 Aug 09
2
error compiling asterisk on solaris
...ined reference to `RSA_flags' /usr/local/ssl/lib/libssl.so: undefined reference to `d2i_X509' /usr/local/ssl/lib/libssl.so: undefined reference to `asn1_GetSequence' /usr/local/ssl/lib/libssl.so: undefined reference to `RSA_size' /usr/local/ssl/lib/libssl.so: undefined reference to `RAND_pseudo_bytes' /usr/local/ssl/lib/libssl.so: undefined reference to `BIO_s_connect' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_PKEY_free' /usr/local/ssl/lib/libssl.so: undefined reference to `MD5_Update' /usr/local/ssl/lib/libssl.so: undefined reference to `HMAC_Update' /usr/lo...
2003 Aug 04
1
OpenBSD 3.2 and Release 1
...enssl/sha.h usability... yes checking openssl/sha.h presence... yes checking for openssl/sha.h... yes checking openssl/pem.h usability... yes checking openssl/pem.h presence... yes checking for openssl/pem.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 lzo1x.h usability... yes checking lzo1x.h presence....
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
Hi all, Environment: Compiler: IBM XL C/C++ Enterprise Edition for AIX v9.0 Server: AIX 5.3 TL 10 SP1 I use configure with the following option to configure the makefile. --------------------------------? export CC=cc export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include" export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib" ./configure --prefix=/usr/local