[Python-modules-commits] [python-cryptography] branch master updated (bf2406a -> 5769f69)

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Nov 17 08:31:06 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.

      from  bf2406a   Bump Standards-Version to 4.0.0 (no changes).
       new  e8674ac   New upstream release.
       new  d057c52   Bump vectors dependencies.
       new  84a8cc8   Import python-cryptography_2.0.3.orig.tar.gz
       new  67faa86   record new upstream branch created by importing python-cryptography_2.0.3.orig.tar.gz and merge it
       new  15dc727   Bump python-cffi{,3} dependency (closes: #871518).
       new  9129b38   Only build on default Python.
       new  9602535   Use HTTPS in debian/watch.
       new  126b2ab   Bump Standards-Version to 4.1.1 (no changes).
       new  fa636e9   Remove unneeded Testsuite field in debian/control.
       new  c778756   Update changelog for release.
       new  7cd8049   Bump version.
       new  214ab8f   Import python-cryptography_2.1.3.orig.tar.gz
       new  0337986   record new upstream branch created by importing python-cryptography_2.1.3.orig.tar.gz and merge it
       new  5769f69   Mention bugs in changelog.

The 14 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:
 CHANGELOG.rst                                      |  315 +++++-
 PKG-INFO                                           |    6 +-
 README.rst                                         |    2 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   11 +
 debian/control                                     |   19 +-
 debian/rules                                       |    1 -
 debian/watch                                       |    2 +-
 docs/conf.py                                       |    2 +-
 docs/cryptography-docs.py                          |    4 +
 docs/development/c-bindings.rst                    |   19 +-
 docs/development/test-vectors.rst                  |   43 +-
 docs/docutils.conf                                 |    2 +
 docs/doing-a-release.rst                           |   17 +-
 docs/faq.rst                                       |   20 +-
 docs/fernet.rst                                    |    8 +
 docs/glossary.rst                                  |   29 +
 docs/hazmat/backends/interfaces.rst                |   21 +-
 docs/hazmat/backends/openssl.rst                   |    6 +-
 docs/hazmat/primitives/aead.rst                    |  234 +++++
 docs/hazmat/primitives/asymmetric/dh.rst           |   83 +-
 docs/hazmat/primitives/asymmetric/dsa.rst          |  105 +-
 docs/hazmat/primitives/asymmetric/ec.rst           |  107 +-
 docs/hazmat/primitives/asymmetric/index.rst        |    2 +-
 docs/hazmat/primitives/asymmetric/interfaces.rst   |   32 -
 docs/hazmat/primitives/asymmetric/rsa.rst          |  112 +--
 .../hazmat/primitives/asymmetric/serialization.rst |   93 +-
 docs/hazmat/primitives/asymmetric/x25519.rst       |   85 ++
 docs/hazmat/primitives/index.rst                   |    1 +
 .../hazmat/primitives/key-derivation-functions.rst |   42 +-
 docs/hazmat/primitives/padding.rst                 |    8 +-
 docs/hazmat/primitives/symmetric-encryption.rst    |  160 ++-
 docs/hazmat/primitives/twofactor.rst               |   25 +-
 docs/index.rst                                     |    4 +-
 docs/installation.rst                              |   76 +-
 docs/random-numbers.rst                            |    5 +
 docs/security.rst                                  |   16 +-
 docs/spelling_wordlist.txt                         |    9 +
 docs/x509/certificate-transparency.rst             |    6 +-
 docs/x509/reference.rst                            |  201 +++-
 docs/x509/tutorial.rst                             |    8 +-
 setup.py                                           |   36 +-
 src/_cffi_src/build_openssl.py                     |   25 +
 src/_cffi_src/openssl/aes.py                       |    3 -
 src/_cffi_src/openssl/asn1.py                      |   10 -
 src/_cffi_src/openssl/bignum.py                    |    2 -
 src/_cffi_src/openssl/bio.py                       |    5 +-
 src/_cffi_src/openssl/callbacks.py                 |   83 +-
 src/_cffi_src/openssl/cmac.py                      |    3 -
 src/_cffi_src/openssl/cms.py                       |    3 -
 src/_cffi_src/openssl/conf.py                      |    3 -
 src/_cffi_src/openssl/crypto.py                    |    3 -
 src/_cffi_src/openssl/cryptography.py              |    9 +-
 src/_cffi_src/openssl/ct.py                        |    3 -
 src/_cffi_src/openssl/dh.py                        |    5 +-
 src/_cffi_src/openssl/dsa.py                       |    3 -
 src/_cffi_src/openssl/ec.py                        |    3 -
 src/_cffi_src/openssl/ecdh.py                      |    7 +-
 src/_cffi_src/openssl/ecdsa.py                     |    3 -
 src/_cffi_src/openssl/engine.py                    |   13 -
 src/_cffi_src/openssl/err.py                       |    3 -
 src/_cffi_src/openssl/evp.py                       |   40 +-
 src/_cffi_src/openssl/{opensslv.py => fips.py}     |   19 +-
 src/_cffi_src/openssl/hmac.py                      |    3 -
 src/_cffi_src/openssl/nid.py                       |    3 -
 src/_cffi_src/openssl/objects.py                   |    3 -
 src/_cffi_src/openssl/ocsp.py                      |    5 +-
 src/_cffi_src/openssl/opensslv.py                  |    3 -
 src/_cffi_src/openssl/osrandom_engine.py           |    3 -
 src/_cffi_src/openssl/pem.py                       |    3 -
 src/_cffi_src/openssl/pkcs12.py                    |    3 -
 src/_cffi_src/openssl/pkcs7.py                     |    3 -
 src/_cffi_src/openssl/rand.py                      |   14 -
 src/_cffi_src/openssl/rsa.py                       |   13 +-
 src/_cffi_src/openssl/src/osrandom_engine.c        |  121 ++-
 src/_cffi_src/openssl/src/osrandom_engine.h        |   22 +-
 src/_cffi_src/openssl/ssl.py                       |   28 +-
 src/_cffi_src/openssl/x509.py                      |    9 +-
 src/_cffi_src/openssl/x509_vfy.py                  |    7 +-
 src/_cffi_src/openssl/x509name.py                  |    3 -
 src/_cffi_src/openssl/x509v3.py                    |    3 -
 src/_cffi_src/utils.py                             |   16 +-
 src/cryptography.egg-info/PKG-INFO                 |    6 +-
 src/cryptography.egg-info/SOURCES.txt              |   26 +-
 src/cryptography.egg-info/entry_points.txt         |    3 -
 src/cryptography.egg-info/requires.txt             |   14 +-
 src/cryptography/__about__.py                      |    2 +-
 src/cryptography/__init__.py                       |    8 +-
 src/cryptography/hazmat/backends/interfaces.py     |   12 +
 src/cryptography/hazmat/backends/openssl/aead.py   |  159 +++
 .../hazmat/backends/openssl/backend.py             |  223 ++++-
 .../hazmat/backends/openssl/ciphers.py             |   12 +-
 .../hazmat/backends/openssl/decode_asn1.py         |  163 +--
 src/cryptography/hazmat/backends/openssl/dh.py     |   22 +
 src/cryptography/hazmat/backends/openssl/dsa.py    |    7 +-
 src/cryptography/hazmat/backends/openssl/ec.py     |    7 +-
 .../hazmat/backends/openssl/encode_asn1.py         |   59 +-
 src/cryptography/hazmat/backends/openssl/hmac.py   |    7 +-
 src/cryptography/hazmat/backends/openssl/rsa.py    |  150 ++-
 src/cryptography/hazmat/backends/openssl/utils.py  |   20 +
 src/cryptography/hazmat/backends/openssl/x25519.py |   71 ++
 src/cryptography/hazmat/backends/openssl/x509.py   |   82 +-
 .../hazmat/bindings/openssl/_conditional.py        |  258 +++--
 .../hazmat/bindings/openssl/binding.py             |    4 +-
 .../hazmat/primitives/asymmetric/dh.py             |   32 +-
 .../hazmat/primitives/asymmetric/x25519.py         |   54 +
 src/cryptography/hazmat/primitives/ciphers/aead.py |  162 +++
 .../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 +-
 .../hazmat/primitives/serialization.py             |   12 +
 src/cryptography/utils.py                          |   22 +-
 src/cryptography/x509/__init__.py                  |   28 +-
 src/cryptography/x509/base.py                      |    6 +
 src/cryptography/x509/extensions.py                |  255 ++++-
 src/cryptography/x509/general_name.py              |  134 ++-
 src/cryptography/x509/name.py                      |   49 +-
 src/cryptography/x509/oid.py                       |    5 +
 tests/conftest.py                                  |   48 +-
 tests/hazmat/backends/test_openssl.py              |   54 +-
 tests/hazmat/backends/test_openssl_memleak.py      |   25 +
 tests/hazmat/primitives/test_aead.py               |  371 +++++++
 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_dh.py                 |  168 +++-
 tests/hazmat/primitives/test_dsa.py                |   19 +-
 tests/hazmat/primitives/test_ec.py                 |   23 +-
 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                |  169 +++-
 tests/hazmat/primitives/test_scrypt.py             |    1 -
 tests/hazmat/primitives/test_serialization.py      |   19 +-
 tests/hazmat/primitives/test_x25519.py             |  120 +++
 tests/hazmat/primitives/utils.py                   |   12 -
 tests/test_cryptography_utils.py                   |   47 +
 tests/test_utils.py                                |  315 +++++-
 tests/utils.py                                     |  113 ++-
 {src/_cffi_src => tests/x509}/__init__.py          |    0
 tests/{ => x509}/test_x509.py                      |  761 +++++++-------
 tests/{ => x509}/test_x509_crlbuilder.py           |   41 +-
 tests/{ => x509}/test_x509_ext.py                  | 1043 ++++++++++++++++++--
 tests/{ => x509}/test_x509_revokedcertbuilder.py   |    0
 148 files changed, 6534 insertions(+), 1826 deletions(-)
 create mode 100644 docs/docutils.conf
 create mode 100644 docs/hazmat/primitives/aead.rst
 delete mode 100644 docs/hazmat/primitives/asymmetric/interfaces.rst
 create mode 100644 docs/hazmat/primitives/asymmetric/x25519.rst
 copy src/_cffi_src/openssl/{opensslv.py => fips.py} (51%)
 delete mode 100644 src/cryptography.egg-info/entry_points.txt
 create mode 100644 src/cryptography/hazmat/backends/openssl/aead.py
 create mode 100644 src/cryptography/hazmat/backends/openssl/x25519.py
 create mode 100644 src/cryptography/hazmat/primitives/asymmetric/x25519.py
 create mode 100644 src/cryptography/hazmat/primitives/ciphers/aead.py
 delete mode 100644 src/cryptography/hazmat/primitives/interfaces.py
 create mode 100644 tests/hazmat/primitives/test_aead.py
 create mode 100644 tests/hazmat/primitives/test_chacha20.py
 delete mode 100644 tests/hazmat/primitives/test_mac.py
 create mode 100644 tests/hazmat/primitives/test_x25519.py
 copy {src/_cffi_src => tests/x509}/__init__.py (100%)
 rename tests/{ => x509}/test_x509.py (93%)
 rename tests/{ => x509}/test_x509_crlbuilder.py (91%)
 rename tests/{ => x509}/test_x509_ext.py (78%)
 rename tests/{ => x509}/test_x509_revokedcertbuilder.py (100%)

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