[Python-modules-commits] [pykcs11] 02/03: Merge tag 'upstream/1.4.4'

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 11 13:56:54 UTC 2017


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

rousseau pushed a commit to branch master
in repository pykcs11.

commit 8bdd1b498cd380e494b02082cd9b8b2f4b9fb38e
Merge: 59be565 ec1a373
Author: Ludovic Rousseau <rousseau at debian.org>
Date:   Wed Oct 11 14:41:27 2017 +0200

    Merge tag 'upstream/1.4.4'
    
    Upstream version 1.4.4

 MANIFEST                                |  12 +++
 Makefile                                |   1 +
 PKG-INFO                                |   2 +-
 PyKCS11/__init__.py                     |  46 +++++++---
 README.md                               |  11 +++
 run_test.py                             |  38 ++++++++
 samples/dumpit.py                       |  10 ++-
 samples/encrypt.py                      |   6 +-
 samples/generate.py                     |   2 +-
 samples/genkeypair_import_cert.py       |   2 +
 samples/getinfo.py                      |  10 ++-
 samples/modulus.py                      |   4 +-
 samples/{generate.py => rsa_encrypt.py} |  18 ++--
 samples/signature.py                    |   6 +-
 samples/unblock.py                      |   2 +-
 setup.py                                |   4 +-
 src/opensc/pkcs11.h                     |   2 +-
 tests/__init__.py                       |   0
 tests/test_CK.py                        |  23 +++++
 tests/test_asymetric.py                 | 154 ++++++++++++++++++++++++++++++++
 tests/test_ckbytelist.py                |  84 +++++++++++++++++
 tests/test_digest.py                    |  38 ++++++++
 tests/test_exception.py                 |  42 +++++++++
 tests/test_info.py                      |  43 +++++++++
 tests/test_random.py                    |  27 ++++++
 tests/test_symetric.py                  |  97 ++++++++++++++++++++
 tox.ini                                 |  16 ++++
 27 files changed, 661 insertions(+), 39 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pykcs11.git



More information about the Python-modules-commits mailing list