[Python-modules-commits] [pykcs11] branch upstream updated (238ed8b -> ec1a373)

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 change to branch upstream
in repository pykcs11.

      from  238ed8b   New upstream version 1.4.3
       new  ec1a373   New upstream version 1.4.4

The 1 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:
 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(-)
 create mode 100755 run_test.py
 copy samples/{generate.py => rsa_encrypt.py} (78%)
 create mode 100644 tests/__init__.py
 create mode 100644 tests/test_CK.py
 create mode 100644 tests/test_asymetric.py
 create mode 100644 tests/test_ckbytelist.py
 create mode 100644 tests/test_digest.py
 create mode 100644 tests/test_exception.py
 create mode 100644 tests/test_info.py
 create mode 100644 tests/test_random.py
 create mode 100644 tests/test_symetric.py
 create mode 100644 tox.ini

-- 
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