Closed frankmorgner closed 8 years ago
I implemented pinStatus()
. However, I'm not sure if it will have any impact. During my tests this function was never called by the upper layer anyway...
I'll have a look at all the OSX code in the light of 10.11 (read: boot the still not-default parition and try compiling-using everything) before the end of this week.
The pin status IIRC was never really obvious and last time I checked, had no relation other than "ui sugar" for some situations that had a single global PIN (thus a possible global "unlocked" state)
Why not keep the support older OSX versions? -mmacosx-version-min=10.9 forces to min osx version
SDK and minimal OSX version must not be in sync
SDKROOT = macosx; This points to latest SDK
I hope to get additional confirmation about the PIN issue from @mouse07410
Apple's support for 10.8 will soon drop, see http://www.computerworld.com/article/2950580/operating-systems/the-end-is-near-for-os-x-mountain-lion-support.html. 10.9 differs significantly in its PC/SC layer, there is no reason to officially support older versions.
You may compile with different flags yourself and it will still work on older versions...
got confirmation from @mouse07410 in https://github.com/OpenSC/OpenSC/issues/570
"10.9 differs significantly in its PC/SC layer" compared with 10.10 or ...?
@metsma yes, with 10.10 apple decided to implement its own PC/SC framework with all the fun of a number of new bugs...
I know this info but don't understand what you mean with "10.9 differs significantly in its PC/SC layer, there is no reason to officially support older versions." 10.9 pcsc layer is same as 10.8 and 10.7. Or you want rule out also 10.9?
then you should change the minimum to 10.10 then???
Well... it is set so for the OpenSC bundle. Why the tokend needs 10.9, I don't know. This restriction has already been there earlier.
I don't think OpenSC.tokend still needs 10.9.
When can we hope to see this pull merged?
@martinpaljak do you have any updates yet?
@martinpaljak by the way, what was the reason to include all the system headers in OpenSC.tokend? Apple's smartcardservices don't need to ship them...
@martinpaljak want to add me as contributor so that I can merge/handle the tokend part, too?
@martinpaljak ... with write access, please ;-)
@frankmorgner you now have write access. https://github.com/OpenSC/OpenSC.tokend/settings/collaboration
thanks
@martinpaljak any objections merging this PR?