[Cryptech-Commits] [sw/pkcs11] branch ecdsa updated (3345ef8 -> 405a65d)

git at cryptech.is git at cryptech.is
Wed Sep 16 05:01:08 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  3345ef8   Debug PKCS #11 ECDSA signature and verification.
       new  cdb4d3a   Add C_CreateObject(), which required refactoring some of the template-checking code.
       new  4efbecd   py11 support for C_CreateObject().
       new  f12a5e8   Checkpoint of py11-test.py.
       new  405a65d   Add C_SignUpdate(), C_SignFinal(), C_VerifyUpdate(), C_VerifyFinal().

The 4 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:
 pkcs11.c             | 482 +++++++++++++++++++++++++++++++++++++++++----------
 py11/__init__.py     |  43 +++++
 py11/attributes.py   |   6 +
 scripts/py11-test.py | 161 +++++++++++++++++
 4 files changed, 597 insertions(+), 95 deletions(-)
 create mode 100644 scripts/py11-test.py



More information about the Commits mailing list