forked from frankmorgner/vsmartcard
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Morgner
committed
Dec 15, 2015
1 parent
6e6c09f
commit 29dfed5
Showing
25 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Android Smart Card Emulator | |
Use an Android phone as contact-less smart card | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platform: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Frank Morgner <[email protected]> | ||
Frank Morgner <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ USB CCID Emulator | |
Emulate a USB CCID compliant smart card reader | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platforms: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
@PACKAGE_SUMMARY@ | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platforms: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ option "interrupt" - | |
text " | ||
Report bugs to @PACKAGE_BUGREPORT@ | ||
|
||
Written by Frank Morgner <[email protected]>" | ||
Written by Frank Morgner <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2009-2012 Frank Morgner <[email protected]> | ||
* Copyright (C) 2009-2012 Frank Morgner <[email protected]> | ||
* | ||
* This file is part of ccid-emulator. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Frank Morgner <[email protected]> | ||
Frank Morgner <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ nPA Smart Card Library | |
Access the German electronic identity card (neuer Personalausweis/nPA) | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platforms: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
@PACKAGE_SUMMARY@ | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platforms: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* boxing.c: implementation related to boxing commands with pseudo APDUs | ||
* | ||
* Copyright (C) 2013 Frank Morgner <[email protected]> | ||
* Copyright (C) 2013 Frank Morgner <[email protected]> | ||
* | ||
* This file is part of libnpa. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* card-npa.c: Recognize known German identity cards | ||
* | ||
* Copyright (C) 2011-2014 Frank Morgner <[email protected]> | ||
* Copyright (C) 2011-2014 Frank Morgner <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]> | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]> | ||
* | ||
* This file is part of libnpa. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,4 +225,4 @@ option "disable-all-checks" - | |
text " | ||
Report bugs to @PACKAGE_BUGREPORT@ | ||
|
||
Written by Frank Morgner <[email protected]>" | ||
Written by Frank Morgner <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* boxing.c: interface related to boxing commands with pseudo APDUs | ||
* | ||
* Copyright (C) 2013 Frank Morgner <[email protected]> | ||
* Copyright (C) 2013 Frank Morgner <[email protected]> | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ PC/SC Relay | |
Relay a smart card to a contactless interface | ||
|
||
:Authors: | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Dominik Oepen <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
@PACKAGE_SUMMARY@ | ||
|
||
:Authors: | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Dominik Oepen <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* | ||
* This file is part of pcsc-relay. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* | ||
* This file is part of pcsc-relay. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright (C) 2009 by Dominik Oepen <[email protected]>. | ||
* Copyright (C) 2010-2012 by Frank Morgner <[email protected]>. | ||
* Copyright (C) 2010-2012 by Frank Morgner <[email protected]>. | ||
* | ||
* This file is part of pcsc-relay. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* Copyright (C) 2010-2012 Frank Morgner <[email protected]>. | ||
* | ||
* This file is part of pcsc-relay. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Remote Smart Card Reader | |
Use an Android phone as contact-less smart card reader | ||
|
||
:Author: | ||
`Frank Morgner <[email protected]>`_ | ||
`Frank Morgner <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
:Tested Platform: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Frank Morgner <[email protected]> | ||
Frank Morgner <[email protected]> | ||
Dominik Oepen <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Virtual Smart Card | |
Smart card emulator written in Python | ||
|
||
:Authors: | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Dominik Oepen <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
@PACKAGE_SUMMARY@ | ||
|
||
:Authors: | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Frank Morgner <[email protected]>`_ | ||
- `Dominik Oepen <[email protected]>`_ | ||
:License: | ||
GPL version 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! @PYTHON@ | ||
# | ||
# Copyright (C) 2010-2012 Frank Morgner <[email protected]> | ||
# Copyright (C) 2010-2012 Frank Morgner <[email protected]> | ||
# Copyright (C) 2010 Dominik Oepen <[email protected]> | ||
# | ||
# This file is part of virtualsmartcard. | ||
|