[pkg-opensc-commit] [opensc] 90/295: Documented reader's max_recv_size/max_send_size

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 6dc6d4c05d86c2308ac39ed7e986db7214d92682
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Fri Oct 7 14:11:36 2016 +0200

    Documented reader's max_recv_size/max_send_size
    
    Closes https://github.com/OpenSC/OpenSC/issues/802
---
 etc/opensc.conf.in | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in
index 1c2e8c5..a1e7be3 100644
--- a/etc/opensc.conf.in
+++ b/etc/opensc.conf.in
@@ -65,10 +65,13 @@ app default {
 
 	# The following section shows definitions for PC/SC readers.
 	reader_driver pcsc {
-		# Limit command and response sizes.
+		# Limit command and response sizes. Some Readers don't propagate their
+		# transceive capabilities correctly. max_send_size and max_recv_size
+		# allow setting the limits manually, for example to enable extended
+		# length capabilities.
 		# Default: max_send_size = 255, max_recv_size = 256;
-		# max_send_size = 0;
-		# max_recv_size = 0;
+		# max_send_size = 65535;
+		# max_recv_size = 65536;
 		#
 		# Connect to reader in exclusive mode?
 		# Default: false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list