Changes to remove restrictions on context tags being less than or equal to 14.

This commit is contained in:
minack
2009-09-03 01:25:28 +00:00
parent 2febfbbe56
commit 260438935b
4 changed files with 337 additions and 66 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ extern "C" {
uint32_t * value);
int decode_tag_number_and_value_safe(
uint8_t * apdu,
uint8_t apdu_len_remaining,
uint32_t apdu_len_remaining,
uint8_t * tag_number,
uint32_t * value);
/* returns true if the tag is context specific */
+4
View File
@@ -61,6 +61,10 @@ extern "C" {
int decode_double(
uint8_t * apdu,
double *real_value);
int decode_context_double(
uint8_t * apdu,
uint8_t tag_number,
double *double_value);
int decode_double_safe(
uint8_t * apdu,
uint32_t len_value,