From owner-freebsd-java@FreeBSD.ORG Wed Jun 14 13:40:14 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4332916A474 for ; Wed, 14 Jun 2006 13:40:14 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C9B943D49 for ; Wed, 14 Jun 2006 13:40:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 76346 invoked from network); 14 Jun 2006 13:40:05 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 14 Jun 2006 13:40:05 -0000 Message-ID: <449011B4.9060502@FreeBSD.org> Date: Wed, 14 Jun 2006 15:40:04 +0200 From: Alex Dupre User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Java crypto X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:40:14 -0000 Is there a particular reason why the native jdk ports (diablo and jdk15) don't (build and) install the SunPKCS11 provider? Personally I've just hand-built the machine-dependent shared library libj2pkcs11.so and, in addition to machine-independent sunpkcs11.jar library, it works like a charm (tested with the OpenSC PKCS#11 library). Second thing: it could be useful to have a knob in all jdk ports to install the unrestricted security policy files, so that every update won't replace them. -- Alex Dupre