Peter Popovec

Results 60 comments of Peter Popovec

I have no information about epass2003 being able to use an RSA key longer than 2048 bits. Newer epass2003 tokens, however, support elliptical keys. You can try to generate an...

> maybe you also want to consider just appending your change counter to the last update date instead of replacing it. Here is a proposal for a change counter implementation...

Apparently, this PR is not in a condition to be merged as it is, but I would ask if at least the single .clang-format file from this package could not...

If anyone can advise, there is also a question regarding longer RSA keys (4096...) ... https://github.com/OpenSC/OpenSC/issues/1736#issuecomment-1612656283

Thanks for the information and the link to the document. I'm trying to understand where the problem is. My token returns the following info: ````` Outgoing APDU (5 bytes): 00...

I received that token as a gift in 2017, a colleague bought about 5 of them, but they were never used. I don't think that it was a pre-production or...

> The proprietary APDU is like this: 00 46 00 00 07 02 29 00 30 00 @dengert you are right .. I quickly copied this from my notes. There...

I noticed that sometimes test-openpgp fails. However, I can't say why it happens like that. If this can be prevented by restarting pcscd in test-oseid.sh script, I have no problem...

that KILL is not on `pcscd` but on `socat` .. ````` socat -d -d pty,link=tmp/OsEIDsim.socket,raw,echo=0 "exec:build/console/console ...,pty,raw,echo=0" & PID=$ ````` It is also strange that the problem appears repeatedly only...

> The epass tokens encrypt the pin so there is a possiblity that we do it somehow wrong, which causes random failures. As far as epass2003 is concerned, I don't...