Re: [opensc-devel] framework-pkcs15.c - linking PIN to Private Key

2011-12-09 Thread Viktor Tarasov
Le 09/12/2011 07:55, Hunter William a écrit : > On 08 December 2011 11:03 Viktor Tarasov wrote: > >> Le 07/12/2011 15:24, Hunter William a écrit : Is it happens for you to have the accessControlRule that protects by the different 'PIN' objects the IntrenalAuth, Decipher and Sign oper

Re: [opensc-devel] Moving master forward

2011-12-09 Thread Alon Bar-Lev
Can you set up standard ports so it passes firewalls? First choice: http / https Second choice: git/ssh On Thu, Dec 8, 2011 at 9:32 PM, Martin Paljak wrote: > Hello, > > Here is an overview of updates to opensc-project.org plumbing and Git. > > * Jenkins (build master) has been moved to opensc-pr

Re: [opensc-devel] Moving master forward

2011-12-09 Thread Ludovic Rousseau
2011/12/9 Alon Bar-Lev : > Can you set up standard ports so it passes firewalls? > First choice: http / https > Second choice: git/ssh Same question but to pass web proxies. git and ssh ports are not even available in some places. Is it possible to use: https://jenkins.opensc-project.org/ instead

[opensc-devel] [PATCH 0/5] Remove libltdl

2011-12-09 Thread Alon Bar-Lev
libltdl is linked against opensc long before I touched the build system. There are some minor advantages of using libltdl, the most relevant one is the common usage at Windows and *NIX. The other advantages relates to systems that do not support dynamic loading at all. I don't think that OpenSC i

[opensc-devel] [PATCH 3/5] Remove libltdl: Use libscdl

2011-12-09 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/common/Makefile.am |3 +-- src/libopensc/Makefile.am|1 + src/libopensc/ctx.c |1 + src/libopensc/internal.h |1 - src/libopensc/pkcs15-syn.c |1 + src/libopensc/pkcs15.c |1 + src/libopensc/reader-ctapi.c

[opensc-devel] [PATCH 5/5] Remove libltdl: Cleanup libscdl usage at Microsoft VC build

2011-12-09 Thread Alon Bar-Lev
Untested, I don't have the environment, Martin, please test. Signed-off-by: Alon Bar-Lev --- src/common/Makefile.mak |2 +- src/pkcs11/Makefile.mak |2 +- src/tools/Makefile.mak |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/Makefile.mak b/src/commo

[opensc-devel] [PATCH 4/5] Remove libltdl: Cleanup libscdl

2011-12-09 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/common/libscdl.c |9 ++--- src/common/libscdl.h |3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/common/libscdl.c b/src/common/libscdl.c index e4746ab..b66dbd5 100644 --- a/src/common/libscdl.c +++ b/src/common/libscdl.c @

[opensc-devel] [PATCH 2/5] Remove libltdl: Detect libdl

2011-12-09 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 4e01231..d871657 100644 --- a/configure.ac +++ b/configure.ac @@ -268,6 +268,14 @@ AC_CHECK_LIB( ) if test "${WIN32}" = "no"; then +

[opensc-devel] [PATCH 1/5] Remove libltdl: Remove ltld references

2011-12-09 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac | 18 -- src/common/Makefile.am |1 - src/common/libpkcs11.c |6 src/common/libscdl.c | 57 +-- src/libopensc/Makefile.am |5 +-- src/libopensc/ctx.c

[opensc-devel] Moving master forward.

2011-12-09 Thread Martin Paljak
Hello, Here is an overview of updates to opensc-project.org plumbing and Git. * Jenkins (build master) has been moved to opensc-project.org. opensc-project.org will move soonish (probably during the Christmas time) to a new bare metal home. This allows to run the builders close together on a dece

[opensc-devel] Moving master forward

2011-12-09 Thread Martin Paljak
Hello, Here is an overview of updates to opensc-project.org plumbing and Git. * Jenkins (build master) has been moved to opensc-project.org. opensc-project.org will move soonish (probably during the Christmas time) to a new bare metal home. This allows to run the builders close together on a dece

Re: [opensc-devel] engine_pkcs11 enhancement

2011-12-09 Thread Martin Paljak
Hello, On 12/6/11 6:02 , Peter Ordonez wrote: >>> engine_pkcs does not currently provide a way to get a certificate from >>> a PKCS#11 hard token when accessed from OpenSSL. I'd like to enhance >>> the engine to support the OpenSSL ENGINE_load_ssl_client_cert() >>> function, which returns among o

Re: [opensc-devel] Moving master forward

2011-12-09 Thread Peter Stuge
Martin Paljak wrote: > Here is an overview of updates to opensc-project.org plumbing and Git. Amazing effort Martin. Thank you so much for getting this done! > Gerrit uses OpenID for authentication (google.com has one, as do > many other websites) thus no new passwords needed. In case anyone ne

Re: [opensc-devel] framework-pkcs15.c - linking PIN to Private Key

2011-12-09 Thread Viktor Tarasov
Wello William, Le 07/12/2011 15:24, Hunter William a écrit : > -Original Message- > Ok, yes, I see that - so should we allow the accessControlRules parameter > to override the authId? It seems so... > I can update the pkcs15-crypt tool. Are there any other places that need > updating? I ca

Re: [opensc-devel] Small minidriver fixes etc.

2011-12-09 Thread Viktor Tarasov
Le 09/12/2011 07:30, Hunter William a écrit : > On 08 December 2011 00:41 Douglas E. Engert wrote: >> With regards to the original problem of a short serial number >> being the issue, the problem may be that some code is comparing >> the MAX_CONTAINER_NAME_LEN as binary and not as a string. >> We m