[Cryptech-Commits] [sw/pkcs11] branch ksng updated (108a9f2 -> 543fc94)

git at cryptech.is git at cryptech.is
Tue Nov 22 05:27:35 UTC 2016


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

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

    from 108a9f2  hal_rpc_pkey_find() -> hal_rpc_pkey_open().
     new 40d6b71  New branch for PKCS #11 without SQLite3.  Checkpoint, doesn't compile yet.
     new e4aab24  Compiles without SQLite3.  Does not run (yet).
     new 43a16dc  Start shaking bugs out of new pkcs11.c code.  Still pretty broken.
     new eff8f18  Doh, C_GetAttributeValue() lost descriptor lookup during conversion from SQL.
     new 543fc94  Remove SQLite3 from build, no longer needed.

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


Summary of changes:
 .gitignore                 |    4 -
 Makefile                   |   34 +-
 README.md                  |   40 -
 pkcs11.c                   | 2743 +++++++++++++++++++-------------------------
 schema.sql                 |  119 --
 scripts/convert-schema.sed |   62 -
 sqlite3/Makefile           |    8 -
 unit_tests.py              |   24 -
 8 files changed, 1206 insertions(+), 1828 deletions(-)
 delete mode 100644 schema.sql
 delete mode 100644 scripts/convert-schema.sed
 delete mode 100644 sqlite3/Makefile



More information about the Commits mailing list