opensc/src/libopensc
Viktor Tarasov 080010d211 pkcs15: #268: Wrong ASN1 tagging of GOSTR3401Key
"The encoding of {public,private}GOSTR3410Key uses tag [CONTEXT 3] which is reserved for KEAKey.
Caused by the fact, that the specifications (pkcs15,iso) don't define a encoding for GOST,
the genericKey encoding [CONTEXT 4] from iso-7816 should be used." (Andre)
2012-08-16 15:04:14 +02:00
..
Makefile.am epass2003: support for ePass2003 card in read/write modes 2012-06-08 20:17:36 +02:00
Makefile.mak epass2003: support for ePass2003 card in read/write modes 2012-06-08 20:17:36 +02:00
apdu.c sm: misplaced check of the 'get-sm-apdus' return code 2012-07-29 21:38:39 +02:00
asn1.c asn1: export 'asn1-write-element' function 2012-07-29 13:09:00 +02:00
asn1.h asn1: export 'asn1-write-element' function 2012-07-29 13:09:00 +02:00
authentic.h libopensc: authentIC: use macros; use common CPLC data type 2011-05-13 12:57:18 +00:00
base64.c Header file cleanup. 2010-03-04 08:14:36 +00:00
card-acos5.c libopensc: avoid the using of not completely initialized 'sc_path' variables 2011-01-17 19:00:52 +00:00
card-akis.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-asepcos.c libopensc: Removes unused flag SC_CARD_CAP_RSA_2048. 2011-04-07 18:16:40 +00:00
card-atrust-acos.c Fix a typo reported by lintian 2011-03-20 12:19:01 +00:00
card-authentic.c sm: change SM data types, thanks to Frank Morgner for revision 2012-07-29 21:41:44 +02:00
card-belpic.c libopensc: Reveal another Belpic hack introduced in r2117. 2011-06-08 07:35:03 +00:00
card-cardos.c libopensc: Removes unused flag SC_CARD_CAP_RSA_2048. 2011-04-07 18:16:40 +00:00
card-default.c cleanup of the debug code: 2010-03-15 12:17:13 +00:00
card-entersafe.c libopensc: avoid the using of not completely initialized 'sc_path' variables 2011-01-17 19:00:52 +00:00
card-epass2003.c epass2003: support for ePass2003 card in read/write modes 2012-06-08 20:17:36 +02:00
card-flex.c libopensc: Re-defines SC_CARD_FLAG_ONBOARD_KEY_GEN to be local to the file card-flex.c, because that flag is used nowhere else. In principle, this patch only reverts some changes made by r2192. 2011-04-08 13:30:32 +00:00
card-gemsafeV1.c Add new ATR for the Portuguese eID card. 2010-10-05 16:10:35 +00:00
card-gpk.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-ias.c Remove dead code 2011-02-05 22:01:21 +00:00
card-iasecc.c iasecc: SM add related procedures 2012-06-08 20:17:35 +02:00
card-incrypto34.c Rename of SC_NO_ERROR to SC_SUCCESS. 2010-12-16 05:04:37 +00:00
card-itacns.c libioensc: use 'struct sc_atr' instead of 'u8 *atr, size_t atr_len' 2011-01-07 17:18:58 +00:00
card-javacard.c Add a catch-all for (possibly) blank JavaCards. This way known blank JavaCards without a supported applet get recognized by opensc-tool -n. 2010-02-06 10:56:29 +00:00
card-jcop.c jcop: coverity scan warning RETURN_LOCAL 2012-06-11 19:59:36 +02:00
card-mcrd.c Remove dead code 2011-02-05 21:41:24 +00:00
card-miocos.c Revert r4668. Change the way limitations on max send and receive sizes are set. 2010-09-09 18:58:44 +00:00
card-muscle.c libopensc: Fix for drivers returning an error if a challenge of length zero was requested. Actually nothing is done when obtaining such a challenge, thus nothing could fail. 2011-06-09 10:59:04 +00:00
card-myeid.c MyEID: always select in mode 'return FCI template' 2012-08-14 15:52:39 +02:00
card-oberthur.c Fix compiler warnings 2011-03-23 15:51:29 +00:00
card-openpgp.c OpenPGP: Set write access more restrictive for pubkey blobs. 2012-08-12 15:57:03 +02:00
card-piv.c PIV: pickup card driver from the SM branch 2012-05-30 19:40:05 +02:00
card-rtecp.c RuToken-ECP: profile option to allow the reset of User PIN with SoPIN 2011-06-02 19:06:43 +00:00
card-rutoken.c libopensc: Fix for drivers returning an error if a challenge of length zero was requested. Actually nothing is done when obtaining such a challenge, thus nothing could fail. 2011-06-09 10:59:04 +00:00
card-setcos.c FINeID: fix for broken organisation cards. 2011-07-13 17:25:09 +03:00
card-starcos.c Fix a typo reported by lintian 2011-03-20 12:19:01 +00:00
card-tcos.c support for TCOS3 IdKey cards and fix for bug #256 2011-05-28 14:24:27 +00:00
card-westcos.c westcos: resolve signed/unsigned comparison warning 2011-06-05 15:05:58 +00:00
card.c SM: initial implementation of secure messaging framework 2012-06-08 20:17:35 +02:00
cardctl.h Fix compilation error on Mac OS X 2012-08-07 00:34:15 +02:00
cards.h epass2003: support for ePass2003 card in read/write modes 2012-06-08 20:17:36 +02:00
compression.c Header file cleanup. 2010-03-04 08:14:36 +00:00
compression.h Header file cleanup. 2010-03-04 08:14:36 +00:00
ctbcs.c Fix #223: implement ctbcs_build_modify_verification_apdu. 2010-06-01 12:28:30 +00:00
ctbcs.h libopensc: 2010-01-24 15:25:08 +00:00
ctx.c libopensc: #311: possible memory corruption 2012-08-16 14:18:08 +02:00
dir.c pkcs15: DIR EF can have EF_LINEAR structure 2012-05-29 19:19:06 +02:00
ef-atr.c Remove dead code 2011-02-05 21:04:28 +00:00
errors.c libopensc: some usefull macros, crc32 calculation procedure 2012-05-29 11:29:44 +02:00
errors.h use error code if no SM was applied 2012-07-05 10:12:34 +02:00
esteid.h EstEID: add support for v 3.0 cards with 2048b keys 2010-11-29 14:22:01 +00:00
iasecc-sdo.c iasecc: coverity scan warning OVERRUN-STATIC 2012-06-11 20:59:45 +02:00
iasecc-sdo.h iasecc: coverity scan warning OVERRUN-STATIC 2012-06-11 20:59:45 +02:00
iasecc-sm.c sm: change SM data types, thanks to Frank Morgner for revision 2012-07-29 21:41:44 +02:00
iasecc.h libopensc: some usefull macros, crc32 calculation procedure 2012-05-29 11:29:44 +02:00
internal-winscard.h Add support for PACE-enabled readers 2012-02-21 14:10:47 +01:00
internal.h Remove libltdl: Remove ltld references 2012-03-17 20:55:05 +01:00
iso7816.c iso driver: select with p2=0x0c when le is missing 2012-05-03 12:58:45 +02:00
iso7816.h libopensc: parse EF.ATR: redefine 'STATUS' macros ... 2011-01-11 10:29:23 +00:00
itacns.h New card driver: Italian CNS/CIE (eID) 2010-08-16 00:56:27 +00:00
libopensc.exports asn1: export 'asn1-write-element' function 2012-07-29 13:09:00 +02:00
libopensc.pc.in build fixes by Vile Skytt�. 2004-11-04 19:14:58 +00:00
log.c log: config option to reopen debug file at every debug log ... 2012-05-29 19:44:54 +02:00
log.h libopensc: export the wrapper for the internal log function dedicated to minidriver 2011-05-08 08:07:03 +00:00
muscle-filesystem.c Do not cast the return value of malloc(3) and calloc(3) 2010-08-18 15:08:51 +00:00
muscle-filesystem.h Header file cleanup. 2010-03-04 08:14:36 +00:00
muscle.c muscle: coverity scan warning OVERRUN-STATIC 2012-06-11 21:18:51 +02:00
muscle.h libopensc: check for unset max_recv/send_size in all places. 2010-09-15 11:09:28 +00:00
opensc.h doc: #377: no optional parameters for sc_context_create() 2012-08-16 10:59:03 +02:00
p15card-helper.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
p15card-helper.h Header file cleanup. 2010-03-04 08:14:36 +00:00
padding.c libopensc: fix debug message 2011-03-14 18:02:50 +00:00
pkcs15-actalis.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-algo.c gost: GOST key parameters data type, encode gost parameters procedure 2011-05-29 18:18:43 +00:00
pkcs15-atrust-acos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-cache.c pkcs15: decode 'seInfo', 'profileIndication', 'lastUpdate' 2012-05-30 09:03:27 +02:00
pkcs15-cert.c libopensc: Remove unused parameter 'file_out' in function 'sc_pkcs15_read_file'. 2011-06-05 11:08:36 +00:00
pkcs15-data.c libopensc: some usefull macros, crc32 calculation procedure 2012-05-29 11:29:44 +02:00
pkcs15-esinit.c libopensc: move TokenInfo fields from sc_pkcs15_card_t to a separate structure. 2010-10-05 15:44:58 +00:00
pkcs15-esteid.c esteid: Do not set CKA_ALWAYS_AUTHENTICATE for the "Allkirjastamine" key 2012-07-22 20:02:24 +03:00
pkcs15-gemsafeGPK.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-gemsafeV1.c gemsafeV1: coverity scan warning OVERRUN-STATIC 2012-06-11 21:08:21 +02:00
pkcs15-infocamere.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-itacns.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-oberthur.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-openpgp.c OpenPGP: Accept authentication key for S/MIME decrypting. 2012-07-29 14:04:08 +02:00
pkcs15-pin.c Add pin_cache_ignore_user_consent parameter to opensc.conf 2012-08-12 00:11:03 +02:00
pkcs15-piv.c Only 9C key needs "Pin Always" i.e. user_consent 2012-08-12 00:11:03 +02:00
pkcs15-postecert.c coverity scan: warning use non-initialized data 2012-06-08 20:17:36 +02:00
pkcs15-prkey.c pkcs15: #268: Wrong ASN1 tagging of GOSTR3401Key 2012-08-16 15:04:14 +02:00
pkcs15-pteid.c Fix for ticket #400 2011-12-07 12:49:17 +02:00
pkcs15-pubkey.c pkcs15: #268: Wrong ASN1 tagging of GOSTR3401Key 2012-08-16 15:04:14 +02:00
pkcs15-sec.c pkcs15: add 'sc_pkcs15_derive' missing for ECDH support 2012-05-28 23:15:37 +02:00
pkcs15-skey.c pkcs15-skey: support for 'SecretKey' object type 2012-05-31 11:36:04 +02:00
pkcs15-starcert.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-syn.c Remove libltdl: Remove ltld references 2012-03-17 20:55:05 +01:00
pkcs15-tccardos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-tcos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15-westcos.c pkcs15: use general 'AuthenticationObject' instead of 'PinObject' 2011-06-05 15:46:25 +00:00
pkcs15.c Add pin_cache_ignore_user_consent parameter to opensc.conf 2012-08-12 00:11:03 +02:00
pkcs15.h Add pin_cache_ignore_user_consent parameter to opensc.conf 2012-08-12 00:11:03 +02:00
reader-ctapi.c Remove libltdl: Remove ltld references 2012-03-17 20:55:05 +01:00
reader-openct.c Add support for PACE-enabled readers 2012-02-21 14:10:47 +01:00
reader-pcsc.c Remove libltdl: Remove ltld references 2012-03-17 20:55:05 +01:00
sc.c libopensc: some usefull macros, crc32 calculation procedure 2012-05-29 11:29:44 +02:00
sec.c Add support for PACE-enabled readers 2012-02-21 14:10:47 +01:00
sm.h sm: change SM data types, thanks to Frank Morgner for revision 2012-07-29 21:41:44 +02:00
types.h SM: initial implementation of secure messaging framework 2012-06-08 20:17:35 +02:00