[pkg-opensc-commit] [libp11] branch upstream updated (970a7b0 -> 7c4339a)

Eric Dorland eric at moszumanska.debian.org
Mon Aug 7 19:48:11 UTC 2017


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

eric pushed a change to branch upstream
in repository libp11.

      from  970a7b0   New upstream version 0.4.4
      adds  b511c77   starting 0.4.5_git
      adds  4244fbd   Minor code cleanup
      adds  9bbdd80   Prevented destroying existing keys/certs at login
      adds  ef756be   SET_USER_INTERFACE and SET_CALLBACK_DATA added
      adds  463a9f1   Fix build issues with LibreSSL
      adds  6f9baf4   Merge pull request #147 from Sp1l/master
      adds  738b863   Allow changing UI/data of an initialized context
      adds  282d605   New engine controls added to the documentation
      adds  46fa691   Fix #148: Remove slot-specific lock
      adds  2cd0d7c   Fixed error handling in RSA key generation
      adds  ca5dd8c   Removed unused variables
      adds  bc4caac   Corrected unsigned<=0 checks
      adds  ebe845b   released 0.4.5
      adds  8b37114   starting 0.4.6_git
      adds  985342a   Fix #150: Update ex_data on EVP_PKEYs after enumerating keys
      adds  dc33d66   LibreSSL fix and EC/RSA unification
      adds  1a80f37   Add more information to UI prompt (#152)
      adds  60fc2c0   Updated NEWS
      adds  1f77305   released 0.4.6
       new  cf8e0d8   starting 0.4.7_git
       new  6ef8aed   Check for the CKA_ALWAYS_AUTHENTICATE attribute
       new  429db5c   Don't warn about no keys during the first round of enumeration (#157)
       new  c71401f   Only CKU_CONTEXT_SPECIFIC on CKA_ALWAYS_AUTHENTICATE
       new  3f4b64f   Force login if the URI contained a PIN value
       new  af06b4a   Added FORCE_LOGIN engine ctrl command (#160)
       new  9939e2a   FORCE_LOGIN updated to ignore CKF_LOGIN_REQUIRED (#160)
       new  8131157   Initial QUIET engine ctrl command support
       new  b55e24d   Move libp11.map from srcdir to builddir
       new  e6adc02   Implemented QUIET
       new  a5e51fb   Fixed a bug in printing hex values
       new  4166d32   Clarified error code mapping
       new  e4c641b   PKCS11 errors separated into P11 and CKR
       new  7729161   Engine error reporting
       new  33c6426   MSVC build fix
       new  4f0fce4   Error reporting fixes
       new  6031756   Tiny code cleanup
       new  8d98112   Workaround for #162
       new  6079544   src/p11_ec.c: check OPENSSL_NO_EC earlier (#164)
       new  0e5a52c   Updated NEWS
       new  64569a3   released 0.4.7
       new  7c4339a   New upstream version 0.4.7

The 22 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:
 .gitignore                   |   1 +
 NEWS                         |  22 +++
 README.md                    |   3 +
 configure.ac                 |  29 +--
 examples/auth.c              |   2 +-
 examples/decrypt.c           |   6 +-
 src/Makefile.am              |  12 +-
 src/Makefile.mak             |   6 +-
 src/eng_back.c               | 455 +++++++++++++++++++++++++------------------
 src/eng_err.c                |  94 +++++++++
 src/eng_err.h                |  48 +++++
 src/eng_front.c              |  14 ++
 src/eng_parse.c              |  71 +++----
 src/engine.h                 |  16 +-
 src/libp11-int.h             |  28 +--
 src/libp11.h                 |  93 +++++----
 src/libp11.rc                |   8 +-
 src/p11.ec                   |   4 +
 src/p11_attr.c               |   7 +-
 src/p11_cert.c               |  73 +++----
 src/{p11_err.c => p11_ckr.c} | 124 ++++++++----
 src/p11_ec.c                 |  72 ++++---
 src/p11_err.c                | 228 ++++++++--------------
 src/p11_err.h                |  53 +++++
 src/p11_front.c              |  18 +-
 src/p11_key.c                | 152 ++++++++-------
 src/p11_load.c               |   8 +-
 src/p11_misc.c               |   2 +-
 src/p11_rsa.c                |  56 ++++--
 src/p11_slot.c               |  63 +++---
 src/pkcs11.rc                |   8 +-
 tests/fork-test.c            |   2 +-
 32 files changed, 1066 insertions(+), 712 deletions(-)
 create mode 100644 src/eng_err.c
 create mode 100644 src/eng_err.h
 create mode 100644 src/p11.ec
 copy src/{p11_err.c => p11_ckr.c} (62%)
 create mode 100644 src/p11_err.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list