[openssl-users] OpenSSL version 1.1.0i make test fails - 80-test_cms.t

2018-09-03 Thread James Brown via openssl-users
Running ‘make test’ for 1.1.0i fails with: Test Summary Report --- ../test/recipes/80-test_cms.t(Wstat: 256 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=99, Tests=561, 83 wallclock secs ( 0.94 usr 0.23 sys + 49.59 cusr 22.30 csys = 73.06 CPU)

[openssl-users] OpenSSL 1.0.2g compile fails on OS X 10.11.3 - make depend: Command not found

2016-03-01 Thread James Brown
Had no problems compiling on earlier versions of OS X, but on 10.11 I get: Configured for darwin64-x86_64-cc. *** Because of configuration changes, you MUST do the following before *** building: make depend Web-Server:openssl-1.0.2g jlbrown$ make depend making depend in crypto...

[openssl-users] Errors building 1.0.2e on Mac OS X 10.7.5

2015-12-15 Thread James Brown
I know the OS is a bit old, but thought I’d better upgrade OpenSSL on it in now. To configure I used: ./Configure --prefix=/usr/local shared darwin64-x86_64-cc Running make gives lots of errors like this: cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -fno-common

How to compile for 64-bit operation on Mac OS Intel?

2010-03-28 Thread James Brown
When I try to compile Postfix 2.7.0, sudo make install ends with: cc -arch x86_64 -DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DHAS_PCRE -I/usr/local/include -DHAS_SSL -I/usr/include/openssl -DHAS_MYSQL -I/usr/local/mysql/include/mysql -DBIND_8_COMPAT -DNO_NETINFO -DNO_KQUEUE

Re: SSL: connect failed..Please help..

2006-10-05 Thread James Brown
On 05/10/2006, at 4:49 AM, Marek Marcola wrote: Hello, Dear all, ... tls_tcpconn_init: Setting in ACCEPT mode (server) 11(5927) tcpconn_add: hashes: 835, 11 11(5927) handle_new_connect: new connection: 0x422d88f0 24 flags: 0002 11(5927) send2child: to tcp child 0 7(5919), 0x422d88f0

SSL3_GET_RECORD:wrong version number error

2006-10-04 Thread James Brown
I am having problems connecting to stunnel and was hoping someone could help me. I am trying to getting SSL wrong version number errors when I try to send mail through an SSL proxy called Stunnel to my mail server. Can anyone tell me what this SSL error means and how I can fix it? When

Re: SSL3_GET_RECORD:wrong version number error

2006-10-04 Thread James Brown
On 04/10/2006, at 9:39 PM, Michal Trojnara wrote: James Brown wrote: [ssmtp] client = yes accept = 465 connect = 192.168.1.31:25 Port numbers suggest you're going to setup SSL server instead of SSL client. Just remove client = yes line. Best regards, Mike Thanks Mike. I think I