Re: [opensc-devel] new server hoster and adminstrator for opensc-project.org required

2012-09-18 Thread Jean-Michel Pouré - GOOZE
Dear all, > wouldn't it be better to move the remaining parts of the project to > github ? Sorry if I did not catch this message before. I volunteer to take part in this project with the community. Migrating the platform would allow to clarify the community goals and participants. As written pre

[opensc-devel] Help compiling Mac OS 10.7, 10.8 and 10.9 on ONE machine

2012-09-18 Thread Jean-Michel Pouré - GOOZE
Hello, The build farm has one Mac OS X machine running compilation scripts: https://opensc.fr/jenkins/computer/farm-macosx-lion/ This machine also has several systems installed on different partitions: Mac OS X Snow Leopard (10.7), Lion (10.8) and Mountain Lion (10.9). Each time we need a new ins

Re: [opensc-devel] Help compiling Mac OS 10.7, 10.8 and 10.9 on ONE machine

2012-09-18 Thread Ludovic Rousseau
2012/9/18 Jean-Michel Pouré - GOOZE : > Hello, Hi, > The build farm has one Mac OS X machine running compilation scripts: > https://opensc.fr/jenkins/computer/farm-macosx-lion/ > > This machine also has several systems installed on different partitions: > Mac OS X Snow Leopard (10.7), Lion (10.8)

Re: [opensc-devel] Help compiling Mac OS 10.7, 10.8 and 10.9 on ONE machine

2012-09-18 Thread Jean-Michel Pouré - GOOZE
Dear Ludovic, > You can install Mac OS X (client) inside VitualBox [1]. It is > technically possible. The legal aspect is another problem. > I only tried using VirtualBox on a Mac. Maybe that is even possible > using VirtualBox on a GNU/Linux machine. I tried that already and could not use Virtua

Re: [opensc-devel] Help compiling Mac OS 10.7, 10.8 and 10.9 on ONE machine

2012-09-18 Thread Emmanuel Dreyfus
On Tue, Sep 18, 2012 at 11:00:41AM +0200, Jean-Michel Pouré - GOOZE wrote: > I am quite busy these last days and I already spent DAYs trying to > compile on a single Mac I spent quite some time to build pcscd and opensc on OS X.5. I got all the binaries working, opensc is able to talk to the card,

Re: [opensc-devel] Help compiling Mac OS 10.7, 10.8 and 10.9 on ONE machine

2012-09-18 Thread Jean-Michel Pouré - GOOZE
Le mardi 18 septembre 2012 à 09:16 +, Emmanuel Dreyfus a écrit : > > I spent quite some time to build pcscd and opensc on OS X.5. I got all > the binaries working, opensc is able to talk to the card, however I > never > managed to actually use it with ssh-agent. I gave up and never sent > the

[opensc-devel] Creating a new PKCS#15 profile

2012-09-18 Thread Mathias Tausig
Hy! I have a smartcard which is initialized with a signature application. Now I want to add a PKCS#15 application to the card, which references that data. I have started to add a new DF with some basic information according to the PKCS#15 specifications, so far I have an Object directory file a

Re: [opensc-devel] Creating a new PKCS#15 profile

2012-09-18 Thread Andreas Schwier (ML)
Dear Matthias, what does opensc-tool -n report for this card ? Did you check if the card OS is supported by OpenSC ? Andreas Am 18.09.2012 15:43, schrieb Mathias Tausig: > Hy! > > I have a smartcard which is initialized with a signature application. Now I > want to add a PKCS#15 application t

Re: [opensc-devel] Creating a new PKCS#15 profile

2012-09-18 Thread Mathias Tausig
On Tuesday 18. September 2012 16:21:29 Andreas Schwier wrote: > Dear Matthias, > > what does opensc-tool -n report for this card ? > The output is "CardOS M4", the card is a CardOS v4.4 card. > Did you check if the card OS is supported by OpenSC ? > > Andreas > > Am 18.09.2012 15:43, schrieb M

[opensc-devel] issue with sc_decompress() call when run on Big Endian OS

2012-09-18 Thread Puneet Khunteta
Hello, I observed that when i use a sc_decompress() call on a Big Endian OS ( Linux with Arm Processor), i got a error code return -1400. Where as it works perfectly for the window ( Little Endian) OS. I have used the same certificate file to de-compress on both devices. nRet = sc_decompress(out

Re: [opensc-devel] issue with sc_decompress() call when run on Big Endian OS

2012-09-18 Thread Ludovic Rousseau
2012/9/18 Puneet Khunteta : > Hello, Hi, > I observed that when i use a sc_decompress() call on a Big Endian OS ( Linux > with Arm Processor), i got a error code return -1400. > Where as it works perfectly for the window ( Little Endian) OS. > I have used the same certificate file to de-compress

Re: [opensc-devel] issue with sc_decompress() call when run on Big Endian OS

2012-09-18 Thread Douglas E. Engert
On 9/18/2012 10:53 AM, Puneet Khunteta wrote: > Hello, > > I observed that when i use a sc_decompress() call on a Big Endian OS ( Linux > with Arm Processor), i got a error code return -1400. > Where as it works perfectly for the window ( Little Endian) OS. > I have used the same certificate file