Skip to content

Commit

Permalink
- added preliminary ASN.1 encoding support
Browse files Browse the repository at this point in the history
- modified ASN.1 decoding to make it easier to
  port decoder structures to the encoder
- fixed a recently introduced bug in card driver handling
- opensc-explorer will now allow only DF's to be cd'd into


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@156 c6295689-39f2-0310-b995-f0e70906c6a9
  • Loading branch information
jey committed Jan 10, 2002
1 parent 26906e7 commit 9dc7054
Show file tree
Hide file tree
Showing 20 changed files with 591 additions and 164 deletions.
2 changes: 1 addition & 1 deletion src/libopensc/Makefile.am
Expand Up @@ -8,7 +8,7 @@ libopensc_la_SOURCES = asn1.c base64.c defaults.c \
pkcs15.c pkcs15-cert.c pkcs15-pin.c \
pkcs15-prkey.c pkcs15-defaults.c \
pkcs15-sec.c \
card-setec.c card-multiflex.c \
card-setec.c card-flex.c \
card-emv.c card-default.c
libopensc_la_LDFLAGS = -version-info 0:4:0
libopensc_la_LIBADD = @LIBPCSC@
Expand Down

0 comments on commit 9dc7054

Please sign in to comment.