Date: Mon, 15 Nov 2010 09:08:51 -0500 From: Jerry <freebsd.user@seibercom.net> To: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: openssl version - how to verify Message-ID: <20101115090851.237f167b@scorpio> In-Reply-To: <AANLkTinFoAC=t6-cp7ofphi=X%2BbGwkY-CL3X6B_ChTXH@mail.gmail.com> References: <AANLkTinFoAC=t6-cp7ofphi=X%2BbGwkY-CL3X6B_ChTXH@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Nov 2010 16:17:10 +0300 c0re <nr1c0re@gmail.com> articulated: > If I look at base openssl in 7.3-RELEASE-p3 > > sys# openssl version -a > OpenSSL 0.9.8e 23 Feb 2007 > built on: Mon Sep 27 11:54:36 MSD 2010 > platform: FreeBSD-i386 > options: bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) > blowfish(idx) compiler: cc > OPENSSLDIR: "/etc/ssl" > > but at www.openssl.org I see that it's not recent version > > 01-Jun-2010: OpenSSL 0.9.8o is now available, including > important bug and security fixes > > I know that freebsd security team make patches for base openssl, but > how can I know what patchlevel of openssl in base version? > > Like "-p5" in "OpenSSL 0.9.8e-p5 23 Feb 2007". Why not just install the ports version: openssl version -a OpenSSL 1.0.0a 1 Jun 2010 built on: Sun Jun 6 12:19:12 EDT 2010 platform: BSD-x86_64 options: bn(64,64) rc4(8x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: cc -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall -O2 -pipe -march=athlon64 -fno-strict-aliasing -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_ASM OPENSSLDIR: "/usr/local/openssl" You would need to add this to the "/etc/make.conf" file first I believe: WITH_OPENSSL_PORT=yes -- Jerry ✌ FreeBSD.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Fat Liberation: because a waist is a terrible thing to mind.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101115090851.237f167b>