[Cryptech-Commits] [sw/pkcs11] branch ecdsa updated (ec3be7d -> 9e25e0d)

git at cryptech.is git at cryptech.is
Mon Sep 21 23:26:06 UTC 2015


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

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

      from  ec3be7d   MUTEX callbacks via ctypes.  Beware of Garbage Collector.
       new  fc79084   Implement mutexes in py11 library using threading.Lock objects.
       new  91b051e   Debug mutex implementation.
       new  48f0c98   Minimal documentation for py11.
       new  35295b4   First step towards unit tests.
       new  f723a3b   Unit tests for init, session, and login functions.
       new  a939461   Add keyword arguments to C_GenerateKeyPair() in an attempt to present a saner API to the user.  This requires the library to know more than it really should about which attributes go into the public and private templates; if doing it this way proves infeasible, we may have to parse more details out of attributes.yaml to support this feature.
       new  9e25e0d   More test cases.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 GNUmakefile          |   5 +-
 pkcs11.c             |  11 +++
 py11/__init__.py     |  83 ++++++++++++++++++++---
 py11/mutex.py        |  88 ++++++++++++++++++++++++
 scripts/py11-test.py |  65 ++----------------
 unit_tests.py        | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 364 insertions(+), 72 deletions(-)
 create mode 100644 py11/mutex.py
 create mode 100644 unit_tests.py



More information about the Commits mailing list