Doug Engert
Doug Engert
This still under development. I am looking for PIV users who have cards which have implemented NIST 800-73-4 optional features, Secure Messaging, Pairing code and VCI. Code has been tested...
Remove unused code and misplaced defines from sc-ossl-compat.h to support OpenSSL 1.1.1 and 3.0.0+ and LibreSSL 3.4.2+ The "inline" routines are no longer needed and have been removed, as new...
As proposed in note from OpenSC developers, release 0.23.0 will follow a security release 0.22.1. The intent is to add to master, current PRs and address issues long before a...
Fix for https://github.com/arekinath/PivApplet/issues/64 Minidriver fixes for ECC keys. Cards with ECC keys need the KSP. A minidriver is considered to support both CSP and KSP if registry has both: "Crypto...
### Problem Description Problems when p11-kit loads both opensc-pkcs11.so and onepin-opensc-pkcs11.so see: https://github.com/OpenSC/libp11/issues/399 ### Proposed Resolutions - Obviously Don't load both. - Build these as "modules" t make sure they...
### Problem Description In previous versions, `opensc.conf` was a large file with examples and options for many cards. https://github.com/OpenSC/OpenSC/commit/c003f3825e5217cd3ef8272f4e8ebe47270a7847 changed that to be a minimal version in response to https://github.com/OpenSC/OpenSC/issues/1102...
The Yubikey is the first card where two different applications are supported by different card-*.c and pkcs15-*.c drivers. OpenSC in the past has assumed that there would be only one...
In response to OpenSC issue https://github.com/OpenSC/OpenSC/issues/2242 by @jo-bitsch please see https://github.com/OpenSC/OpenSC/issues/2242#issuecomment-785149101 This points out a problem in the response to the Select AID where the length of the tag is...
### Problem Description ### Proposed Resolution ### Steps to reproduce ### Logs
### Problem Description OpenSC has two ways to encode EC, EDDSA and XEDDSA public keys: - The SPKI method used in PKCS15 and X.509 public keys in certificates which is...