I'm encountering an issue related to PCSC (PC/SC) smart card interactions on macOS 14 that I haven't experienced on earlier versions of macOS.
When sending an APDU command to generate a key pair on a smart card:
- On macOS 12: The operation works as expected.
- On macOS 14: The card responds with an error 66 02.
Are there any any changes to PCSC implementation in macOS 14 that might affect smart card operations?