Re: [openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-12 Thread Axel Luttgens
> Le 9 juin 2016 à 02:29, Dan S a écrit : > > Hello, I've compiled openssl.1.0.2h on osx (32bit) and linked staticly my > project with libcrypto.a and libssl/a, but I get 2 linking errors with > "Symbol(s) not found": > > _TLSv1_2_method, referenced from ... > and > _BIO_test_flags, referenced

[openssl-users] Compilation with both options "no-comp" and "zlib" fails

2016-02-10 Thread Axel Luttgens
Hello, According to this thread: http://openssl.6102.n7.nabble.com/config-and-no-zlib-td42924.html it would make sense to execute Configure with both "no-comp" and "zlib" options. If I understand correctly, this would avoid to have the openssl library to use compression for SSL/TLS by

[openssl-users] Configure with both options "no-comp" and "zlib"

2016-01-30 Thread Axel Luttgens
Hello, According to this thread: http://openssl.6102.n7.nabble.com/config-and-no-zlib-td42924.html it would make sense to execute Configure with both "no-comp" and "zlib" options. If I understand correctly, this would avoid to have the openssl library to use compression for SSL/TLS by