[Python-modules-commits] [python-cryptography] 13/14: record new upstream branch created by importing python-cryptography_2.1.3.orig.tar.gz and merge it

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


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

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

commit 03379867401fb544119e80264160fafa04fe5d0a
Merge: 7cd8049 214ab8f
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Nov 17 08:48:45 2017 +0200

    record new upstream branch created by importing python-cryptography_2.1.3.orig.tar.gz and merge it

 CHANGELOG.rst                                      | 237 +++++
 PKG-INFO                                           |   3 +-
 debian/.git-dpm                                    |  14 +-
 docs/cryptography-docs.py                          |   4 +
 docs/development/test-vectors.rst                  |  33 +-
 docs/docutils.conf                                 |   2 +
 docs/doing-a-release.rst                           |   2 +-
 docs/faq.rst                                       |   9 +
 docs/glossary.rst                                  |  20 +
 docs/hazmat/backends/interfaces.rst                |   2 +-
 docs/hazmat/primitives/aead.rst                    |   6 +-
 docs/hazmat/primitives/asymmetric/dsa.rst          |   6 +-
 docs/hazmat/primitives/asymmetric/ec.rst           |  22 +-
 docs/hazmat/primitives/asymmetric/rsa.rst          |  10 +-
 .../hazmat/primitives/key-derivation-functions.rst |   6 +-
 docs/hazmat/primitives/padding.rst                 |   8 +-
 docs/hazmat/primitives/symmetric-encryption.rst    | 142 ++-
 docs/hazmat/primitives/twofactor.rst               |  25 +-
 docs/installation.rst                              |   6 +-
 docs/security.rst                                  |  16 +-
 docs/spelling_wordlist.txt                         |   7 +
 docs/x509/reference.rst                            | 168 +++-
 docs/x509/tutorial.rst                             |   8 +-
 setup.py                                           |  27 +-
 src/_cffi_src/build_openssl.py                     |   1 +
 src/_cffi_src/openssl/cryptography.py              |   6 +-
 src/_cffi_src/openssl/fips.py                      |  28 +
 src/_cffi_src/openssl/ocsp.py                      |   2 +
 src/_cffi_src/openssl/rsa.py                       |  10 +
 src/_cffi_src/openssl/ssl.py                       |   2 +
 src/_cffi_src/openssl/x509.py                      |   4 +-
 src/_cffi_src/openssl/x509_vfy.py                  |   4 +-
 src/cryptography.egg-info/PKG-INFO                 |   3 +-
 src/cryptography.egg-info/SOURCES.txt              |  16 +-
 src/cryptography.egg-info/requires.txt             |  14 +-
 src/cryptography/__about__.py                      |   2 +-
 src/cryptography/__init__.py                       |   2 +-
 .../hazmat/backends/openssl/backend.py             |  46 +-
 .../hazmat/backends/openssl/ciphers.py             |   4 +
 .../hazmat/backends/openssl/decode_asn1.py         | 135 +--
 .../hazmat/backends/openssl/encode_asn1.py         |  57 +-
 src/cryptography/hazmat/backends/openssl/hmac.py   |   7 +-
 src/cryptography/hazmat/backends/openssl/rsa.py    | 143 ++-
 src/cryptography/hazmat/backends/openssl/x509.py   |  16 +
 .../hazmat/bindings/openssl/_conditional.py        |  15 +
 src/cryptography/hazmat/primitives/ciphers/aead.py |   4 +-
 .../hazmat/primitives/ciphers/algorithms.py        |  27 +-
 .../hazmat/primitives/ciphers/modes.py             |  59 +-
 src/cryptography/hazmat/primitives/hashes.py       |  30 -
 src/cryptography/hazmat/primitives/interfaces.py   |  17 -
 src/cryptography/hazmat/primitives/kdf/kbkdf.py    |   4 +-
 src/cryptography/hazmat/primitives/keywrap.py      |  53 +-
 src/cryptography/utils.py                          |   1 +
 src/cryptography/x509/__init__.py                  |  25 +-
 src/cryptography/x509/base.py                      |   6 +
 src/cryptography/x509/extensions.py                | 219 ++++-
 src/cryptography/x509/general_name.py              | 134 ++-
 src/cryptography/x509/name.py                      |  46 +-
 src/cryptography/x509/oid.py                       |   4 +
 tests/hazmat/backends/test_openssl.py              |  50 +-
 tests/hazmat/primitives/test_aes.py                |  36 +-
 tests/hazmat/primitives/test_chacha20.py           |  60 ++
 tests/hazmat/primitives/test_ciphers.py            |  24 +
 tests/hazmat/primitives/test_ec.py                 |   1 -
 tests/hazmat/primitives/test_hash_vectors.py       |  46 +-
 tests/hazmat/primitives/test_hashes.py             |  26 -
 tests/hazmat/primitives/test_hmac_vectors.py       |  36 +-
 tests/hazmat/primitives/test_mac.py                |  15 -
 tests/hazmat/primitives/test_rsa.py                | 131 ++-
 tests/hazmat/primitives/test_scrypt.py             |   1 -
 tests/hazmat/primitives/utils.py                   |  12 -
 tests/utils.py                                     |   3 +
 tests/x509/__init__.py                             |   0
 tests/{ => x509}/test_x509.py                      | 679 +++++++-------
 tests/{ => x509}/test_x509_crlbuilder.py           |   9 +-
 tests/{ => x509}/test_x509_ext.py                  | 976 ++++++++++++++++++---
 tests/{ => x509}/test_x509_revokedcertbuilder.py   |   0
 77 files changed, 2937 insertions(+), 1097 deletions(-)

diff --cc debian/.git-dpm
index 8c3ded2,0000000..40797cc
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 84a8cc88f5ae836ce531a6c52084f3f63d163389
- 84a8cc88f5ae836ce531a6c52084f3f63d163389
- 84a8cc88f5ae836ce531a6c52084f3f63d163389
- 84a8cc88f5ae836ce531a6c52084f3f63d163389
- python-cryptography_2.0.3.orig.tar.gz
- 918c788a03142e5058e23c3711fc3e6618f38a61
- 427544
++214ab8fa3243ed392b8e62af7b9be810273abf91
++214ab8fa3243ed392b8e62af7b9be810273abf91
++214ab8fa3243ed392b8e62af7b9be810273abf91
++214ab8fa3243ed392b8e62af7b9be810273abf91
++python-cryptography_2.1.3.orig.tar.gz
++066acf8315cab631eb735188e20bef37c5848582
++441502
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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



More information about the Python-modules-commits mailing list