[opensc-devel] pkcs11-helper missing export of pkcs11h_token_logout symbol

2012-09-23 Thread Eric Dorland
Howdy, This was reported by a Debian user, and it looks like just a missing export of the symbol. The attached patch should fix things. -- Eric Dorland ICQ: #61138586, Jabber: ho...@jabber.com diff --git a/lib/token.exports b/lib/token.exports index 9ac673b..42fa27c 100644 --- a/lib

Re: [opensc-devel] Trac openid auth

2010-01-13 Thread Eric
>(Though it means two login and logout links in the Trac menu bar.) Can we modify the logout link to point to a logout script, which chooses (or redirects to) the correct way to logout based on the method the session was logged in with? - Eric Peter Stuge wrote: > Andreas Jellinghaus

Re: [opensc-devel] Feitian Entersafe : transferring a key to a smartcard

2010-01-13 Thread Eric
this is a good balance between security, and ease of use (and simplicity), at least for my uses. I'd appreciate others thoughts on this setup. - Eric Jean-Michel Pouré wrote: > Le lundi 11 janvier 2010 à 16:53 +0100, Peter Stuge a écrit : >>>> Of course, if your card is

Re: [opensc-devel] Feitian Entersafe : transferring a key to a smartcard

2010-01-13 Thread Eric
> Why don't you want to generate the keys on the card? Under normal circumstances that's the thing smart cards are for. I've got limited experience with PKI policies, but what about key escrow? Or the poor man's version, creating a backup copy of a smart card on another smart card, kept in a f

Re: [opensc-devel] OpenSC Security Advisory

2009-02-26 Thread Eric Dorland
gt; left, so no one can update this package. > > New windows binaries build using mingw are available in the "Build" project. > Version 001 and 002 are both vulnerable, a new version 003 with OpenSC 0.11.7 > will be soon available. > > Contact and Feedback > ==

Re: [opensc-devel] OpenSC and Debian

2008-12-01 Thread Eric Dorland
first on my todo list. -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PROTECTED] signature.asc Description: Digital signature ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/

Re: [opensc-devel] Bug#494385: prerm doesn't work if openct isn't running

2008-08-11 Thread Eric Dorland
> while (num--) { > > > Is that acceptable for everybody? I'm not sure that's the right behavior. If you call shutdown and it didn't shutdown it should probably not be considered a success. -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL

Re: [opensc-devel] Bug#494385: prerm doesn't work if openct isn't running

2008-08-10 Thread Eric Dorland
27;t running, the openct init script exits with a non-zero > exit state. The prerm doesn't catch this condition, and fails. That > shouldn't happen. > > I'm not entirely sure whether exiting an initscript with a non-zero exit > state is allowed in this case either, but I&#

Re: [opensc-devel] (forw) Re: Bug#472986: [SPAM?] Re: Bug#472986: /bin/su: su segfaults with libpam-p11 activated in /etc/pam.d/common-auth

2008-05-03 Thread Eric Dorland
* Ludovic Rousseau ([EMAIL PROTECTED]) wrote: > On Sat, Apr 26, 2008 at 7:22 AM, Eric Dorland <[EMAIL PROTECTED]> wrote: > > Hello opensc type persons, > > Hello Eric, > > > A Debian user has discovered a bug in pam_p11. It uses the syslog > > family of fu

[opensc-devel] (forw) Re: Bug#472986: [SPAM?] Re: Bug#472986: /bin/su: su segfaults with libpam-p11 activated in /etc/pam.d/common-auth

2008-04-26 Thread Eric Dorland
Hello opensc type persons, A Debian user has discovered a bug in pam_p11. It uses the syslog family of functions instead of pam_syslog, which causes segfaults in some situations. Please apply the attached patch! -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PRO

[opensc-devel] (forw) Bug#457322: libopensc2: opensc.conf documents incorrect default for lock_login

2007-12-23 Thread Eric Dorland
Hello, a debian user reported this bug. I've confirmed that it is in fact the case. The attached diff should fix the discrepancy. -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PROTECTED] --- Begin Message --- Package: libopensc2 Version: 0.11.4-2 Seve

Re: [opensc-devel] CardOS 4.3B troubles

2007-07-08 Thread Eric Norman
A few years ago, I was able to put a messed up eToken back in the "manufacturing" state (as told by cardos-info) using an APDU that someone sent to the list (it might have been Nils). After that, I was able to re-initialize the eToken using pkcs15-init --create-pkcs15 ... I r

Re: [opensc-devel] converting .p15 files to X.509 or .p12

2006-11-19 Thread Eric Norman
rs to file writers. Eric Norman ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] Visualising the data-to-be-signed, and showing a "make signature" button on the form

2006-10-11 Thread Eric Norman
hat's about it. But anyway, the legal and usability issues are known by many and are better discussed elsewhere. Eric Norman ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] your questions for the FAQ

2006-06-13 Thread Eric Norman
. Here's a very common question. But you're probably not going to like the answer in most cases. Hey, neat! Can I store my files on it? Eric Norman University of Wisconsin ___ opensc-devel mailing list opensc-devel@lists.opensc-projec

Re: [opensc-devel] Interfacing eToken Pro/OpenSC with Apple Keychain

2006-05-31 Thread Eric Norman
wever, it does seem to work with both versions 10.3 and 10.4 for what that's worth. I doubt if it would work with the new Intel hardware, though, but it might (I think I did all the endianness stuff right). Eric Norman University of Wisconsin

Re: [opensc-devel] cannot find file with oberthur smart card

2006-04-26 Thread Eric Boudrand
so are not the same from one personnalisation tool to another. Is there a way for being independent from personnalization tool ? Maybe in profile ? Regards. Eric - Original Message - From: "Andreas Jellinghaus" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 26, 2006 3:03 P

Re: [opensc-devel] cannot find file with oberthur smart card

2006-04-26 Thread Eric Boudrand
Hi, I found the cause of the issue. My smart card was not initialized for OpenSC. How can my application know with PKCS11 interface that the smart card is initialized ? Regards. Eric - Original Message - From: "Eric Boudrand" <[EMAIL PROTECTED]> To: Sent: Wednesday,

[opensc-devel] cannot find file with oberthur smart card

2006-04-26 Thread Eric Boudrand
c-explorer. Under MF, I can only find file 5011. C_Initialize returns CKR_OK. Any idea ? Regards. Eric ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] openct: linux header file now included

2006-03-16 Thread Eric Dorland
at robust. Is the issue some of the headers aren't available on some architectures? Or the structures are different? Whose suggested best practice is this? -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PROTECTED] 1024D/16D970C6 097C 4861 9934 27A0 8E1C 2B0A 6

[opensc-devel] (forw) Bug#350634: opensc: pkcs15-tool manpage missing --unblock-pin (-u) option

2006-03-05 Thread Eric Dorland
A small manpage patch from an interested Debian user. -- Eric Dorland <[EMAIL PROTECTED]> ICQ: #61138586, Jabber: [EMAIL PROTECTED] 1024D/16D970C6 097C 4861 9934 27A0 8E1C 2B0A 61E9 8ECF 16D9 70C6 -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++