Re: [opensc-devel] Technical Description - Android Embedded SE

2012-09-27 Thread NdK
Il 23/09/2012 12:04, Andreas Jellinghaus ha scritto: > > In my mind, the SE should take over display and touch controller by > > hardware means, so absolutely no app can snoop user input or fake it. > > Too bad seems nobody really *needs* that level of security... > The problem wit

[opensc-devel] Read safesign card

2012-09-27 Thread Edmundo Valle Neto
Hello Im trying to use a brazilian e-cnpj card issued by certisign in Ubuntu and would like to know if anyone can confirm to me if its supported. The pcsc_scan shows the following about the reader and the card: Scanning present readers... 0: Gemalto GemPC Twin 00 00 Thu Sep 27 15:54:37 2012

Re: [opensc-devel] Technical Description - Android Embedded SE

2012-09-27 Thread Andreas Jellinghaus
2012/9/27 Martin Paljak > On Sat, Sep 22, 2012 at 1:41 PM, Andreas Jellinghaus > wrote: > >> In my mind keys could optionally contain application-oriented ACL > telling > >> which > >> applications they trust so that even if you install a "bad" App, it > would > >> for > >> example not be able t

Re: [opensc-devel] Technical Description - Android Embedded SE

2012-09-27 Thread Martin Paljak
On Sun, Sep 23, 2012 at 12:52 PM, Andreas Jellinghaus wrote: > 2012/9/22 NdK >> >> Il 22/09/2012 12:41, Andreas Jellinghaus ha scritto: >> >> > In my mind keys could optionally contain application-oriented ACL >> > telling which >> > applications they trust so that even if you install

Re: [opensc-devel] Technical Description - Android Embedded SE

2012-09-27 Thread Martin Paljak
On Sat, Sep 22, 2012 at 1:41 PM, Andreas Jellinghaus wrote: >> In my mind keys could optionally contain application-oriented ACL telling >> which >> applications they trust so that even if you install a "bad" App, it would >> for >> example not be able to use your bank or eID-key in the background

Re: [opensc-devel] new release?

2012-09-27 Thread Andreas Schwier
Hi Viktor, I've created a pull request into staging for adding SmartCard-HSM write support. Andreas Am 25.09.2012 17:04, schrieb Viktor Tarasov: > Hi Andreas, > > On Tue, Sep 25, 2012 at 9:14 AM, Andreas Schwier > > wrote: > > we've completed the devel

Re: [opensc-devel] PIV-tool in windows environment

2012-09-27 Thread Douglas E. Engert
First of all, the piv-tool was designed to be used for test cards only, and only supports the commands from NIST 800-73-3, as each card vendor may have additional commands and requirements, such as Global Platform commands, or the need to finalize a card. NIST 800-73-3 does not provide a way to wri

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Viktor Tarasov
On Thu, Sep 27, 2012 at 1:13 PM, Andreas Schwier < andreas.schw...@cardcontact.de> wrote: > Just tried the same. > > There is also a SIGV if you try to delete the public key alone. > Apparently the public key object in the framework has no related object > in the pkcs15 layer. > Public key PKCS#

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Andreas Schwier
Just tried the same. There is also a SIGV if you try to delete the public key alone. Apparently the public key object in the framework has no related object in the pkcs15 layer. Andreas Am 27.09.2012 13:04, schrieb Viktor Tarasov: > > > On Thu, Sep 27, 2012 at 11:30 AM, Peter Stuge

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Viktor Tarasov
On Thu, Sep 27, 2012 at 11:30 AM, Peter Stuge wrote: > Andreas Schwier wrote: > > I will first need to write a small test in C to reproduce the problem. > > Right now we test from Java, which makes debugging a real nightmare. > > Maybe you can reproduce it using some of the existing command line

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Peter Stuge
Andreas Schwier wrote: > I will first need to write a small test in C to reproduce the problem. > Right now we test from Java, which makes debugging a real nightmare. Maybe you can reproduce it using some of the existing command line tools? //Peter ___

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Andreas Schwier
Hi Peter, I will first need to write a small test in C to reproduce the problem. Right now we test from Java, which makes debugging a real nightmare. Andreas Am 27.09.2012 11:25, schrieb Peter Stuge: > Andreas Schwier (ML) wrote: >> there is apparently a nasty bug in framework-pkcs15.c that caus

Re: [opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Peter Stuge
Andreas Schwier (ML) wrote: > there is apparently a nasty bug in framework-pkcs15.c that causes a SIGV > when via PKCS#11 a certificate object is deleted, but not the related > public key object. > > Occasionally this triggers a SIGV when the caller later accesses the > CKA_ID attribute which trie

[opensc-devel] SIGV when deleting certificate but not related public key

2012-09-27 Thread Andreas Schwier (ML)
Hi all, there is apparently a nasty bug in framework-pkcs15.c that causes a SIGV when via PKCS#11 a certificate object is deleted, but not the related public key object. Occasionally this triggers a SIGV when the caller later accesses the CKA_ID attribute which tries to access the then deleted ce

Re: [opensc-devel] PIV-tool in windows environment

2012-09-27 Thread Peter Stuge
Ravneet Singh Khalsa wrote: > Is there equivalent command for Windows specific environment ? > > The command seems to be pointing to engine_pkcs11.so and > opensc-pkcs11.so files. I couldn't find these files anywhere. .. > I am a programmer and I understand only programming languages. It's good f