Re: [opensc-devel] Is it OK to include external library?

2012-06-05 Thread Douglas E. Engert
On 6/4/2012 10:11 PM, Nguyễn Hồng Quân wrote: > Hello all, > > I'm implementing key generation function for OpenPGP card. > The card requires to calculate the finger print for the key after > generation. I referenced the GnuPG source and saw that it use libgrypt > to do. > > Am I allow to include

Re: [opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Thanks. On Tue 05 Jun 2012 11:06:59 AM ICT, Frank Morgner wrote: > Hi! > > OpenSC includes some other optional libraries which can be disabled. If > you want to do crypto only then I recommend to use OpenSSL, because > there are already other code fragments which depend on OpenSSL. But I > guess y

Re: [opensc-devel] Is it OK to include external library?

2012-06-04 Thread Frank Morgner
Hi! > I'm implementing key generation function for OpenPGP card. > The card requires to calculate the finger print for the key after > generation. I referenced the GnuPG source and saw that it use libgcrypt > to do. OpenSC includes some other optional libraries which can be disabled. If you want

[opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Hello all, I'm implementing key generation function for OpenPGP card. The card requires to calculate the finger print for the key after generation. I referenced the GnuPG source and saw that it use libgcrypt to do. Am I allow to include libgcrypt to OpenSC? If yes, how should I do? Thanks. --

[opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Hello all, I'm implementing key generation function for OpenPGP card. The card requires to calculate the finger print for the key after generation. I referenced the GnuPG source and saw that it use libgrypt to do. Am I allow to include libgrypt to OpenSC? If yes, how should I do? Thanks. -- Re