Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:smartcard [2013-05-27 14:34] – [Smart cards info] petrspublic:smartcard [2014-10-09 12:57] petrs
Line 1: Line 1:
 ====== Smart cards info ====== ====== Smart cards info ======
 +
  
 [[public:smartcard:JavaCardCompilation|JavaCard applet compilation (NetBeans, JC2.2.2, Java SDK 1.3)]] [[public:smartcard:JavaCardCompilation|JavaCard applet compilation (NetBeans, JC2.2.2, Java SDK 1.3)]]
  
-[[private:JavaCardCompilation|JavaCard applet compilation with PRGMaker]]+[[private:sc:JavaCardCompilation|JavaCard applet compilation with PRGMaker]]
  
 [[public:smartcard:GPShell|GPShell documentation and usable scripts]] [[public:smartcard:GPShell|GPShell documentation and usable scripts]]
Line 15: Line 16:
 [[public:smartcard:cesta| CesTa project]] [[public:smartcard:cesta| CesTa project]]
  
 +====== Various links ======
  
-JavaCard history: http://javacard.vetilles.com/2012/09/20/chip-to-cloud-day-2-java-card-15-years-later/+  * JavaCard applet programming guideline: http://ruimtools.com/doc.php?doc=jc_best 
 +  * JavaCard history: http://javacard.vetilles.com/2012/09/20/chip-to-cloud-day-2-java-card-15-years-later/ 
 +  * Report on JavaCard 3.0 vulnerabilities (Royal Holloway) http://www.ma.rhul.ac.uk/static/techrep/2013/MA-2013-04.pdf
 ====== Handy smart card tools ====== ====== Handy smart card tools ======
   * Cardpeek, Reader of smart card content: http://code.google.com/p/cardpeek/   * Cardpeek, Reader of smart card content: http://code.google.com/p/cardpeek/
Line 22: Line 26:
   * jcManager, JavaCard applets and keys manager: http://www.brokenmill.com/2010/03/java-secure-card-manager/   * jcManager, JavaCard applets and keys manager: http://www.brokenmill.com/2010/03/java-secure-card-manager/
   * List of smart cards with ATR: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt   * List of smart cards with ATR: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt
 +  * Online ATR parsers: http://ruimtools.com/atr.php
  
  
Line 92: Line 97:
     * fill in certificate parameters     * fill in certificate parameters
     * you may prefill required info into file and 'openssl req -new -x509 -days 365 -key my.key -out my.crt -sha512 < certificate_info.txt'      * you may prefill required info into file and 'openssl req -new -x509 -days 365 -key my.key -out my.crt -sha512 < certificate_info.txt' 
 +    * error: Unable to load config info from /usr/local/ssl/openssl.cnf
 +      * https://stackoverflow.com/questions/14459078/unable-to-load-config-info-from-usr-local-ssl-openssl-cnf-windows
 +      * set environmental variable OPENSSL_CONF=c:/libs/openssl-0.9.8k/openssl.cnf
   * openssl pkcs12 -export -out my.p12 -in my.crt -inkey my.key   * openssl pkcs12 -export -out my.p12 -in my.crt -inkey my.key
     * export your private and public key into single my.p12 file     * export your private and public key into single my.p12 file