[Python-modules-commits] [python-cryptography-vectors] branch master updated (2f5c30e -> 3e4e289)

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Nov 17 08:32:05 UTC 2017


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  2f5c30e   Bump Standards-Version to 4.0.0 (no changes needed).
       new  c8ef2f3   Import python-cryptography-vectors_2.0.3.orig.tar.gz
       new  696ae94   record new upstream branch created by importing python-cryptography-vectors_2.0.3.orig.tar.gz and merge it
       new  5434dad   New upstream release.
       new  871f6f6   Update changelog for release.
       new  95fcb40   Bump version.
       new  fb03cb6   Use https in debian/watch.
       new  c40edc8   Import python-cryptography-vectors_2.1.3.orig.tar.gz
       new  447aaa6   record new upstream branch created by importing python-cryptography-vectors_2.1.3.orig.tar.gz and merge it
       new  3e4e289   Bump Standards-Version to 4.1.1 (no changes needed).

The 9 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                                           |    3 +-
 cryptography_vectors.egg-info/PKG-INFO             |    3 +-
 cryptography_vectors.egg-info/SOURCES.txt          |   34 +
 cryptography_vectors/__about__.py                  |    2 +-
 .../asymmetric/DH/dhp_rfc5114_2.der                |  Bin 526 -> 557 bytes
 cryptography_vectors/asymmetric/DH/rfc3526.txt     |   31 +
 cryptography_vectors/asymmetric/RSA/oaep-label.txt |    8 +
 cryptography_vectors/asymmetric/X25519/rfc7748.txt |   16 +
 cryptography_vectors/ciphers/AES/CCM/DVPT128.rsp   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/DVPT128.txt   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/DVPT192.rsp   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/DVPT192.txt   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/DVPT256.rsp   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/DVPT256.txt   | 1589 +++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/Readme.txt    |    9 +
 cryptography_vectors/ciphers/AES/CCM/VADT128.rsp   | 1823 ++++++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VADT192.rsp   | 1823 ++++++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VADT256.rsp   | 1823 ++++++++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VNT128.rsp    |  456 +++++
 cryptography_vectors/ciphers/AES/CCM/VNT192.rsp    |  456 +++++
 cryptography_vectors/ciphers/AES/CCM/VNT256.rsp    |  456 +++++
 cryptography_vectors/ciphers/AES/CCM/VPT128.rsp    | 1383 +++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VPT192.rsp    | 1383 +++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VPT256.rsp    | 1383 +++++++++++++++
 cryptography_vectors/ciphers/AES/CCM/VTT128.rsp    |  393 +++++
 cryptography_vectors/ciphers/AES/CCM/VTT192.rsp    |  393 +++++
 cryptography_vectors/ciphers/AES/CCM/VTT256.rsp    |  393 +++++
 cryptography_vectors/ciphers/ChaCha20/rfc7539.txt  |   23 +
 .../ciphers/ChaCha20Poly1305/boringssl.txt         |  534 ++++++
 .../ciphers/ChaCha20Poly1305/openssl.txt           |   41 +
 .../x509/custom/crl_delta_crl_indicator.pem        |   11 +
 cryptography_vectors/x509/custom/freshestcrl.pem   |   19 +
 .../x509/custom/invalid_signature.pem              |   28 +
 .../x509/custom/valid_signature.pem                |   28 +
 cryptography_vectors/x509/ocsp/req-sha1.der        |  Bin 0 -> 88 bytes
 .../x509/tls-feature-ocsp-staple.pem               |   33 +
 cryptography_vectors/x509/unique_identifier.pem    |   11 +
 cryptography_vectors/x509/utf8-dnsname.pem         |   41 +
 cryptography_vectors/x509/wosign-bc-invalid.pem    |   34 +
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +-
 debian/watch                                       |    2 +-
 43 files changed, 22622 insertions(+), 12 deletions(-)
 create mode 100644 cryptography_vectors/asymmetric/DH/rfc3526.txt
 create mode 100644 cryptography_vectors/asymmetric/RSA/oaep-label.txt
 create mode 100644 cryptography_vectors/asymmetric/X25519/rfc7748.txt
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT128.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT128.txt
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT192.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT192.txt
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT256.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/DVPT256.txt
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/Readme.txt
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VADT128.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VADT192.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VADT256.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VNT128.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VNT192.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VNT256.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VPT128.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VPT192.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VPT256.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VTT128.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VTT192.rsp
 create mode 100644 cryptography_vectors/ciphers/AES/CCM/VTT256.rsp
 create mode 100644 cryptography_vectors/ciphers/ChaCha20/rfc7539.txt
 create mode 100644 cryptography_vectors/ciphers/ChaCha20Poly1305/boringssl.txt
 create mode 100644 cryptography_vectors/ciphers/ChaCha20Poly1305/openssl.txt
 create mode 100644 cryptography_vectors/x509/custom/crl_delta_crl_indicator.pem
 create mode 100644 cryptography_vectors/x509/custom/freshestcrl.pem
 create mode 100644 cryptography_vectors/x509/custom/invalid_signature.pem
 create mode 100644 cryptography_vectors/x509/custom/valid_signature.pem
 create mode 100644 cryptography_vectors/x509/ocsp/req-sha1.der
 create mode 100644 cryptography_vectors/x509/tls-feature-ocsp-staple.pem
 create mode 100644 cryptography_vectors/x509/unique_identifier.pem
 create mode 100644 cryptography_vectors/x509/utf8-dnsname.pem
 create mode 100644 cryptography_vectors/x509/wosign-bc-invalid.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