From owner-cvs-src@FreeBSD.ORG Thu Mar 15 20:26:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0871316A401; Thu, 15 Mar 2007 20:26:27 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFCB913C448; Thu, 15 Mar 2007 20:26:26 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2FKQQEe053464; Thu, 15 Mar 2007 20:26:26 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2FKQQZ2053463; Thu, 15 Mar 2007 20:26:26 GMT (envelope-from simon) Message-Id: <200703152026.l2FKQQZ2053463@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 15 Mar 2007 20:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENSSL Cc: Subject: cvs commit: src/crypto/openssl/crypto/evp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 20:26:27 -0000 simon 2007-03-15 20:26:26 UTC FreeBSD src repository src/crypto/openssl/crypto/evp - Imported sources Update of /home/ncvs/src/crypto/openssl/crypto/evp In directory repoman.freebsd.org:/tmp/cvs-serv53440 Log Message: Import fix from upstream OpenSSL_0_9_8-stable branch: EVP_CIPHER_CTX_key_length() should return the set key length in the EVP_CIPHER_CTX structure which may not be the same as the underlying cipher key length for variable length ciphers. This fixes problems in OpenSSH using some ciphers, and possibly other applications. See also: http://bugzilla.mindrot.org/show_bug.cgi?id=1291 Status: Vendor Tag: OPENSSL Release Tags: b0_9_8-20070315 U src/crypto/openssl/crypto/evp/evp_lib.c No conflicts created by this import