aboutsummaryrefslogtreecommitdiff
path: root/cryptech
AgeCommit message (Collapse)Author
2018-03-21Supply our own context manager instead of using contextlib.Rob Austein
contextlib is cute, but incompatible with other coroutine schemes like Tornado, so just write our own context manager for xdrlib.Unpacker.
2017-09-154096-bit RSA keys working again, with 8k keystore "blocks".Rob Austein
2017-06-11None is more Pythonic than "" as indicator for "no key"Rob Austein
2017-05-28Almost compiles.Rob Austein
Need to refactor init sequence slightly (again), this time to humor the bootloader, which has its own special read-only view of the PIN block in the token keystore.
2017-04-14Python interface API will need to be cryptech.libhal for installation.Rob Austein