jdk-24/jdk/test/sun/security/smartcardio
2016-02-12 00:20:16 +03:00
..
apdu.log Initial load 2007-12-01 00:00:00 +00:00
README.txt Initial load 2007-12-01 00:00:00 +00:00
TestAll.java 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX 2014-08-07 15:32:23 +04:00
TestChannel.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestConnect.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestConnectAgain.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestControl.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestDefault.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestDirect.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestExclusive.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestMultiplePresent.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestPresent.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
TestTransmit.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00
Utils.java 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found 2016-02-12 00:20:16 +03:00

Rough hints for setting up MUSCLE on Solaris:

Make sure you have libusb, usually in /usr/sfw:

ls -l /usr/sfw/lib/libusb.so
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/sfw/lib/libusb.so -> libusb.so.1

Get PCSC and CCID.
-rwx------   1 user staff     529540 Jun 16 18:24 ccid-1.0.1.tar.gz
-rwx------   1 user staff     842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz

Unpack pcsc
Run ./configure --enable-libusb=/usr/sfw (??)
gnumake
Make /usr/local writeable for user
gnumake install

Unpack ccid
Run ./configure
gnumake
gnumake install

As root, go to /usr/local/sbin
Run ./pcscd --foreground