Re: [opensc-devel] Does pkcs15init allow to overwrite existing key?

2012-06-20 Thread Nguyễn Hồng Quân
Hi, On Wed 20 Jun 2012 02:51:49 PM ICT, Viktor Tarasov wrote: > Overwrite not, > for the native cards the method is to delete existing object and then > create a new one with the same ID. > I tried the command pkcs15-init --delete-objects privkey --id 3 --store-private-key quan-key.pem --auth-i

Re: [opensc-devel] Unoffical Debian/Ubuntu packages for OpenSC staging branch

2012-06-20 Thread Jean-Michel Pouré - GOOZE
Le mercredi 20 juin 2012 à 10:37 +0200, Ludovic Rousseau a écrit : > Have you made changes to the debian/* files except adding a new > release in debian/changelog? > In other words, can you publish a diff between the official Debian > packaging and your packaging? Dear Ludovic, The OpenSC stagin

Re: [opensc-devel] Unoffical Debian/Ubuntu packages for OpenSC staging branch

2012-06-20 Thread Jean-Michel Pouré - GOOZE
Le mardi 19 juin 2012 à 17:28 +0200, Jean-Michel Pouré - GOOZE a écrit : > /etc/apt/preferences.d/gooze > > with content: > Package: * > Pin: o=apt.gooze.eu > Pin-Priority: 1001 Per discussion, the correct values should be: Package: * Pin: release o=apt.gooze.eu Pin-Priority: 1001 Kind regards,

Re: [opensc-devel] Unoffical Debian/Ubuntu packages for OpenSC staging branch

2012-06-20 Thread Ludovic Rousseau
2012/6/19 Jean-Michel Pouré - GOOZE : > Dear all, Hello, > This is an early beta of packages. We will do our best to improve > packaging. What needs to be done: > * Add debugging instructions (no strip). > * Release updated pcscd + libccid packages on some Ubuntu distros. > * Work on other packag

Re: [opensc-devel] Does pkcs15init allow to overwrite existing key?

2012-06-20 Thread Viktor Tarasov
Hello, On Wed, Jun 20, 2012 at 5:19 AM, Quan Nguyen wrote: > I'm trying to implementing key import support for OpenPGP. I've almost > done at the driver level and I'm continuing in pkcs15init, but face a > problem: > > It seems that the pkcs15-init tool does not allow to overwrite existing > key