[Python-modules-commits] [python-cryptography-vectors] branch jessie-backports updated (a64a364 -> 946b77d)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jun 10 09:34:53 UTC 2017


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

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

      from  a64a364   Rebuild for jessie-backports.
      adds  f3d09cb   Import python-cryptography-vectors_1.4.orig.tar.gz
      adds  e0ce7cd   record new upstream branch created by importing python-cryptography-vectors_1.4.orig.tar.gz and merge it
      adds  c7e4395   New upstream release.
      adds  fbb1547   Import python-cryptography-vectors_1.5.orig.tar.gz
      adds  74532e1   record new upstream branch created by importing python-cryptography-vectors_1.5.orig.tar.gz and merge it
      adds  a436f0f   New upstream release.
      adds  843608a   New upstream release.
      adds  3a6029d   Import python-cryptography-vectors_1.5.2.orig.tar.gz
      adds  123217b   record new upstream branch created by importing python-cryptography-vectors_1.5.2.orig.tar.gz and merge it
      adds  7de7c2b   Update changelog for release.
      adds  7a963a3   Import python-cryptography-vectors_1.5.3.orig.tar.gz
      adds  84675a9   record new upstream branch created by importing python-cryptography-vectors_1.5.3.orig.tar.gz and merge it
      adds  17da6d5   New upstream release.
      adds  c961833   New upstream release.
      adds  5c27c84   Import python-cryptography-vectors_1.7.1.orig.tar.gz
      adds  791c409   record new upstream branch created by importing python-cryptography-vectors_1.7.1.orig.tar.gz and merge it
       new  a8da201   Merge branch 'master' into jessie-backports
       new  946b77d   Rebuild for jessie-backports.

The 2 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          |  29 ++
 .../KDF/nist-800-108-KBKDF-CTR.txt                 |   0
 cryptography_vectors/__about__.py                  |   2 +-
 .../asymmetric/DH/bad_exchange.txt                 |  22 +
 cryptography_vectors/asymmetric/DH/vec.txt         |  37 ++
 .../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 +-
 .../x509/alternate-rsa-sha1-oid.pem                |  12 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  36 ++
 36 files changed, 13236 insertions(+), 19 deletions(-)
 mode change 100755 => 100644 cryptography_vectors/KDF/nist-800-108-KBKDF-CTR.txt
 create mode 100644 cryptography_vectors/asymmetric/DH/bad_exchange.txt
 create mode 100644 cryptography_vectors/asymmetric/DH/vec.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%)
 create mode 100644 cryptography_vectors/x509/alternate-rsa-sha1-oid.pem

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