Doug Engert

Results 472 comments of Doug Engert

SC_LOG_DEBUG_PIN is level 8. But even without this level the 0.16.0 log show sc_pin_cmd being called 8 times, but the 0.22.0 log shows it is called 0 times. So compare...

This problem maybe similar to the epass2003 problem: https://github.com/OpenSC/OpenSC/issues/2397 which was fixed by https://github.com/OpenSC/OpenSC/commit/bb096caed The problem is listed here: https://github.com/OpenSC/OpenSC/issues/2397#issuecomment-913700870 I was able to test the fix as I have...

Thanks. The swapping the RMPs explains a lot. While writing this note, I see you have switched to testing an epass2003. What I was implying with "This problem maybe similar...

Use `opensc-tool -c default -s ...` to only send the APDU required. But then you may have to send some extra if SM or SELECT_AID IS NEEDED.

I have just installed XUbuntu 22.04 also. First see if you can see the card reader: ``` $ opensc-tool --list-readers # Detected readers (pcsc) Nr. Card Features Name 0 No...

Using VirtualBox running on windows 10 pro host, I have XUbuntu-20.04 and XUbuntu-22.04 running as guest. XUbuntu-20.04 guest with Firefox 99.0 and a version of OpenSC-0.22.0-rc2 I built with OpenSSL-1.1.1k,...

@mozkeeler Is this problem related to Ubuntu's use of snap? Can https://github.com/mozkeeler/osclientcerts/ run on linux and use p11-kit? If `osclientcerts.so` module was distributed as a snap module which appears to...

> is Ubuntu using snap new? Ubuntu-22.04 is using snap for firefox (100.0) and (maybe thunderbird). and https://bugzilla.mozilla.org/show_bug.cgi?id=1734371 looks like the bug and another has another circumvention, which may also...

This is an Ubuntu/Mozilla/snap problem https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1967632 with any PKCS11 module. In this case it is libaetpkss.so.3.5.4112" ``` [sáb abr 2 17:32:27 2022] audit: type=1400 audit(1648931547.646:115): apparmor="DENIED" operation="file_mmap" profile="snap.firefox.firefox" name="/run/user/1000/doc/e0bac853/libaetpkss.so.3.5.4112" pid=3680...