Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Ivan Gerasimov
Thank you Valerie! On 20.05.2014 3:16, Valerie (Yu-Ching) Peng wrote: Changes look fine to me. Thanks, Valerie On 05/16/14 08:54, Ivan Gerasimov wrote: Hello! It was reported that CardTerminal.isCardPresent(), CardTerminal.waitForCardAbsent(...) and CardTerminal.waitForCardPresent(...) do

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Valerie (Yu-Ching) Peng
Changes look fine to me. Thanks, Valerie On 05/16/14 08:54, Ivan Gerasimov wrote: Hello! It was reported that CardTerminal.isCardPresent(), CardTerminal.waitForCardAbsent(...) and CardTerminal.waitForCardPresent(...) do not work correctly on Mac OS X. It is due to the difference in the types

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Ivan Gerasimov
Thanks Seán! Yes, I was in doubt which noreg- label to choose. noreg-sqe seems to be more appropriate, so I set it. Sincerely yours, Ivan On 19.05.2014 13:30, Seán Coffey wrote: Hopefully a member of the security team can help review this Ivan. It looks good to me. I'm not sure if QA run any

Re: RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-19 Thread Seán Coffey
Hopefully a member of the security team can help review this Ivan. It looks good to me. I'm not sure if QA run any smart card tests on mac - doesn't look like it! It could be worth following up with them to ensure they add this to their test configurations. One note on the 'noreg-existing' lab

RFR [7195480]: javax.smartcardio does not detect cards on Mac OS X

2014-05-16 Thread Ivan Gerasimov
Hello! It was reported that CardTerminal.isCardPresent(), CardTerminal.waitForCardAbsent(...) and CardTerminal.waitForCardPresent(...) do not work correctly on Mac OS X. It is due to the difference in the types of the fields of SCARD_READERSTATE structure used across different platforms. In