Re: Removing tls1 support in Openssl 1.0.2o

2020-04-18 Thread FooCrypt
m -- Regards, Mark A. Lane © Mark A. Lane 1980 - 2020, All Rights Reserved. © FooCrypt 1980 - 2020, All Rights Reserved. © FooCrypt, A Tale of Cynical Cyclical Encryption. 1980 - 2020, All Rights Reserved. © Cryptopocalypse 1980 - 2020, All Rights Reserved.

Openssl s_client error ?

2020-04-27 Thread FooCrypt
Hi Im just testing openssl s_client against a server IP and it appears to be failing with the following. : openssl s_client -showcerts -servername ${Site} -connect ${Site}:443 -debug

Re: [openssl-users] PRNG is not seeded

2018-05-29 Thread FooCrypt
Hi Scott I don’t know your OS or environment, have you tried the ‘openssl rand’ functionality as a random source to seed your entropy issues ? openssl rand 102400 > some named pipe file that you can call as your random source. perhaps rather than pseudo random, try a hardware device ? > On

Re: [openssl-users] PRNG is not seeded

2018-05-30 Thread FooCrypt
> On 30 May 2018, at 11:55 PM, Michael Wojcik > wrote: > >> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf >> Of FooCrypt >> Sent: Tuesday, May 29, 2018 21:41 >> To: openssl-users@openssl.org >> Subject: Re: [openssl-users] PR

Re: [openssl-users] PRNG is not seeded

2018-05-30 Thread FooCrypt
> On 31 May 2018, at 1:35 AM, Michael Wojcik > wrote: > >> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf >> Of FooCrypt >> Sent: Wednesday, May 30, 2018 10:46 >> To: openssl-users@openssl.org >> Subject: Re: [openssl-users] PR

Re: [openssl-users] PRNG is not seeded

2018-05-31 Thread FooCrypt
Are you a Dr Who fan ? Place a teaspoon of fine grade white sand onto the skin of a snare drum Place an isolating isoscrope above the snare drum that can measure the fractional movements of the grains of sand based on the ambient noise. Do something that moves the sand so you can measure the fa

Re: [openssl-users] 2 openssl installed?

2018-06-03 Thread FooCrypt
find / -type f -name openssl -exec {} version \; repeat with objdump -x & ldd to determine which libraries, etc are being used. > On 4 Jun 2018, at 3:47 PM, Sampei wrote: > > Can you help to understand if I have 2 OPenSSL installed into my "old old" > server please? > > rpm -qa | grep ope

Re: [openssl-users] 2 openssl installed?

2018-06-04 Thread FooCrypt
t I have to type for next comand exactly please? > objdump -x & ldd. > Il 04.06.2018 08:30 FooCrypt ha scritto: > >> find / -type f -name openssl -exec {} version \; >> >> repeat with >> >> objdump -x & ldd to determine which libraries, etc are be

Re: [openssl-users] 2 openssl installed?

2018-06-05 Thread FooCrypt
0032a8 0809becc 0809becc 00053ecc 2**0 > CONTENTS, ALLOC, LOAD, READONLY, DATA > 24 .gnu_debuglink 0014 00057174 2**2 > CONTENTS, READONLY > 25 .gnu.prelink_undo 04d4 00057188 2**2 >

Re: [openssl-users] Building OpenSSL 1.1.0h on HPUX 11 PARISC2 64bit

2018-06-07 Thread FooCrypt
Hi Clint its been awhile since I built on 11i, have you tried : http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/openssl-1.0.2j/ http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/ ??? They appear to have build notes here : http://hpux.connect.org.uk/hppd/cgi-bin/wwwtar?/hp