[Cryptech-Commits] [sw/pkcs11] branch master updated (5936bef -> b424b2a)

git at cryptech.is git at cryptech.is
Wed Sep 2 18:11:54 UTC 2020


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a change to branch master
in repository sw/pkcs11.

    from 5936bef  Update .gitignore with newish test apps
     add fa3fedd  Untested conversion to support Python 3
     add 3e6addd  Wow, python-version-independent hexadecimal is painful
     add 8dc8f4c  Whack with club until works with Python 2 and Python 3
     add bf8e254  Whack all Python shebangs to Python 3
     add 3b33d6d  Yet another wired-in python version
     add b424b2a  Missed (one?) script while converting to Python 3

No new revisions were added by this update.

Summary of changes:
 Makefile                          |   10 +-
 cryptech/py11/__init__.py         |  533 +++++++++----------
 cryptech/py11/attributes.py       |  164 +++---
 cryptech/py11/constants.py        | 1048 ++++++++++++++++++-------------------
 cryptech/py11/exceptions.py       |  210 ++++----
 cryptech/py11/mutex.py            |   92 ++--
 cryptech/py11/types.py            |  106 ++--
 scripts/build-attributes          |  528 +++++++++----------
 scripts/build-py11-attributes     |   10 +-
 scripts/py11-test.py              |  193 +++----
 scripts/test-hsmcheck             |  204 ++++----
 scripts/thready-time-signature.py |   18 +-
 scripts/time-signature.py         |   12 +-
 unit_tests.py                     |  156 +++---
 14 files changed, 1649 insertions(+), 1635 deletions(-)



More information about the Commits mailing list