mrtdreader 0.1.6-3.1ubuntu1 source package in Ubuntu

Changelog

mrtdreader (0.1.6-3.1ubuntu1) noble; urgency=medium

  * Add #include of <ctype.h> to src/mrtdreader.c to fix build with
    -Werror=implicit-function-declaration.

 -- Michael Hudson-Doyle <email address hidden>  Sun, 14 Apr 2024 11:19:27 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
mrtdreader_0.1.6.orig.tar.gz 23.0 KiB 1aee5c4cf40e6780e555aa507690c99db2216c647ec07d4de0909f2293489908
mrtdreader_0.1.6-3.1ubuntu1.debian.tar.xz 7.6 KiB a749bf18138c3d51a79c5aa37d12bde46d00d7b333e320c0dea98e0525741cb6
mrtdreader_0.1.6-3.1ubuntu1.dsc 2.1 KiB 8e25bbcadce4cfb1c26972ef24f7457aab2bdcf2e5e39597a6cacc946e3f0130

View changes file

Binary packages built by this source

libmrtd-dev: Development files for libmrtd0t64

 Machine-readable travel documents such as passports nowadays usually contain
 an RFID chip for storing various data. This library provides useful functions
 for reading out the data from these documents. This version of the library
 supports the Basic Access Control (BAC). It uses several cryptographic
 functions from either libgcrypt or libtomcrypt (depending on compile-time
 options) in order to do the necessary decryption of the content of the MRTDs.
 The key for the BAC-scheme is derived from the Machine-readable zone (MRZ)
 which is printed on the MRTD.
 .
 The library depends on libnfc for the hardware interaction and only devices
 supported by libnfc will therefore work.
 .
 This package contains header files for building programs linked with
 libmrtd0.

libmrtd0t64: MRTD - Machine-readable travel document library

 Machine-readable travel documents such as passports nowadays usually contain
 an RFID chip for storing various data. This library provides useful functions
 for reading out the data from these documents. This version of the library
 supports the Basic Access Control (BAC). It uses several cryptographic
 functions from either libgcrypt or libtomcrypt (depending on compile-time
 options) in order to do the necessary decryption of the content of the MRTDs.
 The key for the BAC-scheme is derived from the Machine-readable zone (MRZ)
 which is printed on the MRTD.
 .
 The library depends on libnfc for the hardware interaction and only devices
 supported by libnfc will therefore work.

libmrtd0t64-dbgsym: debug symbols for libmrtd0t64
mrtdreader: Reader for machine-readable travel documents (MRTDs / passports)

 This program takes as input the content of the machine-readable zone of
 machine-readable travel documents and then reads out some data and dumps the
 facial image to a file.
 .
 It is the example application delivered together with libmrtd.
 .
 Only reader devices which are fully supported by libnfc will work.

mrtdreader-dbgsym: debug symbols for mrtdreader