Commit Graph

8 Commits

Author SHA1 Message Date
Stacey Sheldon 421469b220 FASC-N: correct encoding of the packed 4-bit decimal format with odd parity
The BCD digits in the FASC-N credential are sent lsb first followed by an
odd parity.  Since this perl script is simply packing the bits in their
expected order, the encodings should exactly match figure 7 in
"Technical Implementation Guidance: Smart Card Enabled Physical Access
Control Systems Version 2.2".
2019-01-01 01:23:55 -05:00
Klas Lindfors 79b86cf9bd fix fasc-n value of 1
relates #177
2018-12-18 09:25:05 +01:00
Trevor Bentley 15f533d7de Move hardware tests to "make hwtest", with one warning for all test suites.
- "make check" will mark destructive tests as skipped
- "make hwtest" will ask once for user confirmation
2017-10-24 15:10:45 +02:00
Simon Josefsson 89bec1260a Improve license headers. 2016-08-12 15:30:06 +02:00
Klas Lindfors 3b080dca45 relicense to 2-clause BSD license 2015-07-01 16:34:20 +02:00
Klas Lindfors 14f473f4df drop unused, commented code 2014-04-07 09:02:34 +02:00
Klas Lindfors c6d2747f53 explaining comments and small change-around 2014-02-10 08:56:25 +01:00
Klas Lindfors 7f75184552 small tool to build the fasc 2014-02-06 09:04:11 +01:00