"Low", "Medium" & “High

For discussions about security.
Message
Author
slavvo67
Posts: 1610
Joined: Sat 13 Oct 2012, 02:07
Location: The other Mr. 305

#21 Post by slavvo67 »

Hi Watchdog:

Would you be able to provide your recipe for compiling openssl?

Thanks,

Slavvo67

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#22 Post by watchdog »

Code: Select all

cd /path-to/openssl-1.0.2k
./config --prefix=/usr --openssldir=/etc/ssl shared
make
new2dir make install
cd ..
mv openssl-1.0.2k-i486 openssl-1.0.2k-w5-i486
dir2pet openssl-1.0.2k-w5-i486
Thanks to OscarTalks who first provided the recipe.

slavvo67
Posts: 1610
Joined: Sat 13 Oct 2012, 02:07
Location: The other Mr. 305

#23 Post by slavvo67 »

Thanks. You know, we should probably have a thread just for compiling scripts....

Anyway, just thinking out loud.

Best,

Slavvo67

belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

02 Nov 2017 latest Openssl notice

#24 Post by belham2 »

For those of you that have these chips, might want to think about getting your openssl compiled and thus updated. My hardware and chips are so old I don't (knock on wood) have to worry about this latest 02-nov-2017 notice 8)

https://www.openssl.org/news/secadv/20171102.txt

User avatar
8Geee
Posts: 2181
Joined: Mon 12 May 2008, 11:29
Location: N.E. USA

#25 Post by 8Geee »

I see that... Uncle Slacky has a patch to 1.0.2m on-site as of tonite.

Regards
8Geee
Linux user #498913 "Some people need to reimagine their thinking."
"Zuckerberg: a large city inhabited by mentally challenged people."

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#26 Post by watchdog »

openssl-1.0.2m-p4-i486.pet:

https://drive.google.com/file/d/1F6ngj5 ... sp=sharing

openssl_DEV-1.0.2m-p4-i486.pet:

https://drive.google.com/file/d/1orQkV3 ... sp=sharing

openssl_DOC-1.0.2m-p4-i486.pet:

https://drive.google.com/file/d/1ZJfSfl ... sp=sharing

----------

openssl-1.0.2m-w5-i486.pet:

https://drive.google.com/file/d/1DoXUtu ... sp=sharing

openssl_DEV-1.0.2m-w5-i486.pet:

https://drive.google.com/file/d/1w8j5xc ... sp=sharing

openssl_DOC-1.0.2m-w5-i486.pet:

https://drive.google.com/file/d/1sJJdgZ ... sp=sharing

Code: Select all

# openssl version -a
OpenSSL 1.0.2m  2 Nov 2017
built on: reproducible build, date unspecified
platform: linux-elf
options:  bn(64,32) rc4(8x,mmx) des(ptr,risc1,16,long) idea(int) blowfish(idx) 
compiler: gcc -I. -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
OPENSSLDIR: "/etc/ssl"

User avatar
6502coder
Posts: 677
Joined: Mon 23 Mar 2009, 18:07
Location: Western United States

#27 Post by 6502coder »

Thanks again watchdog!

Post Reply