Hi Jan, Can this patch be used in any platfrom with out any legal issue? I can see the copyright information the patch
+CDDL HEADER START +The contents of this file are subject to the terms of the + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. + * + * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + * or http://www.opensolaris.org/os/licensing. + * See the License for the specific language governing permissions + * and limitations under the License. + * + * When distributing Covered Code, include this CDDL HEADER in each + * file and include the License file at usr/src/OPENSOLARIS.LICENSE. + * If applicable, add the following below this CDDL HEADER, with the + * fields enclosed by brackets "[]" replaced with your own identifying + * information: Portions Copyright [yyyy] [name of copyright owner] + * + * CDDL HEADER END I am wondering whether we can you this patch beause of this copyright informatiion. Thanks Samuel On Wed, Dec 16, 2009 at 7:04 PM, Jan Pechanec <[email protected]> wrote: > On Wed, 16 Dec 2009, samuel smith wrote: > > >Thanks Cristian. > > > >I actually want to implement pkcs11 support in OpenSSL. Any one can please > >direct to correct path for implementing the pkcs11 engine.As i am new > >openssl , please tell me what all would be required to develop this and > >please direct me to some document which might be usefull for developing > the > >pkcs11 support. > > Samuel, why would you want to implement the engine? There are 2 > available PKCS#11 engines out there, one from Sun and one from OpenSC. > It seems to me that the one from OpenSC is mainly for accessing keys and > certs in the PKCS#11 tokens. The one from Sun can use the underlying > PKCS#11 framework to accelerate crypto operations as well. It can also > access private/public keys in the tokens, it cannot access certificates > yet. J. > > >Thanks > >Samuel > > > >On Tue, Dec 8, 2009 at 4:05 PM, Cristian Thiago Moecke < > >[email protected]> wrote: > > > >> I think you may want to use the OpenSC PKCS#11 OpenSSL Engine > >> http://www.opensc-project.org/engine_pkcs11/ > >> > >> 2009/12/8 Samuel123smith <[email protected]> > >> > >> > >>> Hi ALL, > >>> > >>> I am new to OpenSSL and need some help on pkcs11. > >>> > >>> 1 . Does the latest OpenSSL 0.9.8k support the pkcs11 support? > >>> If so , how to configure the openssl with pkcs11 support? > >>> > >>> 2. I have searched through openssl for finding some document regarding > >>> pkcs11 but was not able to find any good document. Please direct me to > >>> some > >>> link . > >>> Please direct me to some pkcs11 example program also. > >>> > >>> Thanks in Advance > >>> Samuel > >>> > >>> > >>> -- > >>> View this message in context: > >>> http://old.nabble.com/pkcs11-help-tp26691523p26691523.html > >>> Sent from the OpenSSL - User mailing list archive at Nabble.com. > >>> > >>> ______________________________________________________________________ > >>> OpenSSL Project http://www.openssl.org > >>> User Support Mailing List [email protected] > >>> Automated List Manager [email protected] > >>> > >> > >> > > > > -- > Jan Pechanec > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] >
