[Python-modules-commits] [python-cryptography-vectors] branch upstream updated (e29423b -> c40edc8)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Nov 17 08:32:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch upstream
in repository python-cryptography-vectors.
from e29423b Import python-cryptography-vectors_1.9.orig.tar.gz
new c8ef2f3 Import python-cryptography-vectors_2.0.3.orig.tar.gz
new c40edc8 Import python-cryptography-vectors_2.1.3.orig.tar.gz
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 | 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 +
39 files changed, 22605 insertions(+), 3 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