[Python-modules-commits] [python-cryptography-vectors] branch master updated (5211782 -> c7e4395)

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Jun 22 22:20:48 UTC 2016


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

mithrandi pushed a change to branch master
in repository python-cryptography-vectors.

      from  5211782   Bump Standards-Version to 3.9.8 (no changes).
       new  f3d09cb   Import python-cryptography-vectors_1.4.orig.tar.gz
       new  e0ce7cd   record new upstream branch created by importing python-cryptography-vectors_1.4.orig.tar.gz and merge it
       new  c7e4395   New upstream release.

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:
 PKG-INFO                                           |   2 +-
 cryptography_vectors.egg-info/PKG-INFO             |   2 +-
 cryptography_vectors.egg-info/SOURCES.txt          |  26 +
 .../KDF/nist-800-108-KBKDF-CTR.txt                 |   0
 cryptography_vectors/__about__.py                  |   2 +-
 .../RSA/oaep-custom/oaep-sha1-sha224.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha1-sha256.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha1-sha384.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha1-sha512.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha224-sha1.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha224-sha224.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha224-sha256.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha224-sha384.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha224-sha512.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha256-sha1.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha256-sha224.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha256-sha256.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha256-sha384.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha256-sha512.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha384-sha1.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha384-sha224.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha384-sha256.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha384-sha384.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha384-sha512.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha512-sha1.txt           | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha512-sha224.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha512-sha256.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha512-sha384.txt         | 544 +++++++++++++++++++++
 .../RSA/oaep-custom/oaep-sha512-sha512.txt         | 544 +++++++++++++++++++++
 cryptography_vectors/hashes/blake2/blake2b.txt     |  27 +
 .../{MD5/rfc-1321.txt => blake2/blake2s.txt}       |  16 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 33 files changed, 13132 insertions(+), 19 deletions(-)
 mode change 100755 => 100644 cryptography_vectors/KDF/nist-800-108-KBKDF-CTR.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha224.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha256.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha384.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha1-sha512.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha1.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha224.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha256.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha384.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha224-sha512.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha1.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha224.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha256.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha384.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha256-sha512.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha1.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha224.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha256.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha384.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha384-sha512.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha1.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha224.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha256.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha384.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-custom/oaep-sha512-sha512.txt
 create mode 100644 cryptography_vectors/hashes/blake2/blake2b.txt
 copy cryptography_vectors/hashes/{MD5/rfc-1321.txt => blake2/blake2s.txt} (50%)

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



More information about the Python-modules-commits mailing list