[Cryptech-Commits] [user/sra/pkcs11] branch master updated (4f7d9f0 -> 715c5fb)

git at cryptech.is git at cryptech.is
Wed Jul 1 23:10:36 UTC 2015


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

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

      from  4f7d9f0   Update README.md.
       new  c455627   Add p11util program to do things like fiddling with the BPKDF2 iteration count, setting PINs, and so forth.  Factor some SQL utility code out to a separate file so we can reuse it for p11util.
       new  303152d   Debug p11util.
       new  715c5fb   Clean up raw SQL silliness in GNUmakefile "bully" target.  Add --help. Clean up trailing whitespace in multiple files.  Add missing  copyright.

The 3 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                       |  65 ++++----
 attributes.yaml                   |  50 +++---
 p11util.c                         | 337 ++++++++++++++++++++++++++++++++++++++
 pkcs11.c                          | 301 ++++++----------------------------
 schema.sql                        |  55 ++++---
 scripts/build-attributes          |  46 +++---
 scripts/convert-schema.sed        |  56 +++----
 scripts/format-attribute-comments |  46 +++---
 scripts/test-hsmcheck             |  50 +++---
 sql_common.h                      | 257 +++++++++++++++++++++++++++++
 10 files changed, 827 insertions(+), 436 deletions(-)
 create mode 100644 p11util.c
 create mode 100644 sql_common.h



More information about the Commits mailing list