From: GitHub <no...@gi...> - 2013-03-11 13:07:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 743ca1cedcd26adcba6636296a35b909b92fdcbd https://github.com/OpenSC/OpenSC/commit/743ca1cedcd26adcba6636296a35b909b92fdcbd Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15.h Log Message: ----------- pkcs15: new 'data' member in 'sc_pkcs15_data_info' New member keeps the value of the PKCS#15 DATA object. Internal pkcs15 procedure that reads DATA object is modified to check if requested data are already vailable in 'data-info', an only then try to read the content of dedicated on-card file. For some emulated PKCS#15 systems value of DATA object is kept as 'direct' value in a proprietary attribute files and so the common read procedure could not be used. ; some efforts to unify layout of code source. |