From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 13:46:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E497106576B for ; Mon, 15 Nov 2010 13:46:55 +0000 (UTC) (envelope-from nr1c0re@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id AD6748FC0C for ; Mon, 15 Nov 2010 13:46:53 +0000 (UTC) Received: by qyk34 with SMTP id 34so1869889qyk.13 for ; Mon, 15 Nov 2010 05:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aESyW0lK2vlLmSkHnIy3tPUj0hwbssxoDVRDrOfs3j4=; b=iw/HUiyJG18OiublOeDhGRRM5TZ01Q5nWiz4MBZwxP4d/kSgwLs0Rc5WlrZopOtiyk YLi5Vx0J9F0s1XV3iH6n7JUofba2tlHJn0CkCckkDXsb13iiHF11urQ/fXm9oVGGGfM7 PzwwjCvIzwU3UIKB7lhDyXO/ADPZkDLULjzq8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uDVKSFhTpyAf8OtLqeFEYKZh+bLxhKLagmeU7kP2JxRyaRiBJGfzG0odQAj22Qwp1G q3ngNVEmTgZQ4tfVsS2zbbXAZsnk7I3RKfkyNcMWA3kJeVRySinEsCpgSG0hlnSob6JF xqlSYQNdeQMGqZzHwXjE48oPZ1iSt8eOThzVE= MIME-Version: 1.0 Received: by 10.229.184.13 with SMTP id ci13mr5038635qcb.253.1289827030877; Mon, 15 Nov 2010 05:17:10 -0800 (PST) Received: by 10.229.64.91 with HTTP; Mon, 15 Nov 2010 05:17:10 -0800 (PST) Date: Mon, 15 Nov 2010 16:17:10 +0300 Message-ID: From: c0re To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: openssl version - how to verify X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 13:46:55 -0000 Hey all! 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".