From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 03:11:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D9516A420 for ; Tue, 28 Feb 2006 03:11:53 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB86C43D45 for ; Tue, 28 Feb 2006 03:11:52 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.4/8.13.4) with ESMTP id k1S3Bngi073169 for ; Mon, 27 Feb 2006 19:11:49 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <4403BF79.7080508@highperformance.net> Date: Mon, 27 Feb 2006 19:11:53 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: AES Support in Heimdal 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: Tue, 28 Feb 2006 03:11:53 -0000 Does FreeBSD's implementation of Heimdal support 256 bit AES? Is there something special I must do to get AES support? I built with ENABLE_AES=true but ktutil still doesn't recognize the AES keytabs that I extracted. libcrypto has some "aes" references when I issue 'strings libcrypto.so'. libkrb5.so has no aes strings though. I would guess that means I don't have aes support builtin in spite of setting ENABLE_AES. Thanks, Jason C. Wells