[Pkg-freeipa-devel] python-jwcrypto: Changes to 'refs/tags/debian/0.3.2-1'

Timo Aaltonen tjaalton at moszumanska.debian.org
Mon Sep 19 13:24:26 UTC 2016


Tag 'debian/0.3.2-1' created by Timo Aaltonen <tjaalton at debian.org> at 2016-09-19 13:23 +0000

tagging package python-jwcrypto version debian/0.3.2-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJX3+bpAAoJEMtwMWWoiYTct18P/RaXrsTpw21zb+RLVOEBw/it
cSNs1S1TjTC902NhkBg5cK8PECP8xS5uTGHE7I/OHdpQU/tDLmo7vT8ABQ9jVTyh
yuuIMejKV8ZfFwfVRKnbLrI82Q1C3NSL80TMLhrLTK0iS2ujRwu4y2FO1jhC3S7l
aAV7huGku6WbZWi1j7t0PR0GQ6BuiFAzQH7w3xQY0cuUw4G74y9LIeO6mrWe1Dp+
qWrSfDxIaoj2J0cPS53Le16Hi/jvuCaE7bImF7ScYRlhL9iwn1rZcZyj5HoAYwNV
z0CfBBxOvabp2q9ooJjcxB6ZZS77BuVNX1NRwSy8CbyOOcU9njxf5tD7pSo+UHyE
cUshLBbyFqvsgyKWSib0enLh+XtfyT/OP9DMpq0Qnkm5OK5WSLxgYbzd39FeEXOu
ZK7raSKLXRbSjKabrI+KjBD1pQEesaXZYZ8toBUTtTqRGq3JULi93lKVfdMVv3Y7
1YnfVI9s4hNtokbOb1sdKJiGCNIBSzbHRt/8ECredFm5ymgonjbGJxYKjxEnQfmM
A/nqRkndqYIrkiu1EWMvPHMQndWGC19uwyir6F8t5Af02MGK4oyocmhl1v8TJh8Q
bJYBb1hQ4rbrVEYSik4AmD2Db3UmZ2Z9olZwsCXcpS8AEUK7/MWe8vaucDnzCxtK
Wh0GU3SaQS9/VZpM7V53
=R4CK
-----END PGP SIGNATURE-----

Changes since debian/0.2.1-1:
Allu2 (1):
      Fixed and indentation bug

Andrew Andkjar (1):
      fix docstring typo in jwe.py

Patrick Uiterwijk (2):
      Implement JWT deserialization by keyset
      Implement reimport of previously exported JWKSet

Simo Sorce (30):
      Fix typo in accessing dictionary
      Add examples for jwk and jwt
      Add checks for Registered Claims
      Fix storage of heades in the internal object
      Test verification after add_signature
      Avoid removing list members while iterating
      Provide a better way to export public keys
      Fix typo in jwe comment
      Add a class method to generate JWKs
      Turn JWKSet into a special dictionary
      Generate a JWK from a cryptography (pyca) key
      Use tox to run pylint and add to it travis CI
      Make pep8 test happy again
      Make internal keywrap functions private
      Change in/out params for key wrapping
      Add AESGCMKW Key Wrapping Algorithms
      Add PBES2 Key Wrapping Algorithms
      Use the correct key ops name for RSA
      Make list of JWAs explicit
      Add ECDH-ES Key Wrapping Algorithms
      The Pbes2 algorithm accepts only bytes or string
      Enforce minimum required attributes for Keys
      Add thumbprint support to JWK
      New version 0.3.0
      Fix typo
      Fix key generation
      Update docs and project URL
      New version 0.3.1
      CVE-2016-6298: Million Messages Attack mitigation
      Security Release 0.3.2

Timo Aaltonen (8):
      control, copyright, watch: Update upstream url.
      Merge branch 'upstream'
      update changelog
      watch: Fix tarball name.
      mention CVE
      control: Add vcs urls.
      control: Bump policy to 3.9.8, no changes.
      releasing package python-jwcrypto version 0.3.2-1

---
 .travis.yml                |   36 +-
 Makefile                   |   17 -
 debian/changelog           |   11 
 debian/control             |    6 
 debian/copyright           |    2 
 debian/watch               |    6 
 docs/source/conf.py        |    6 
 docs/source/jwk.rst        |   28 +
 docs/source/jwt.rst        |   32 +
 jwcrypto/common.py         |    4 
 jwcrypto/jwe.py            |  722 ++++++++++++++++++++++++++++++++++++---------
 jwcrypto/jwk.py            |  278 +++++++++++++----
 jwcrypto/jws.py            |   83 ++---
 jwcrypto/jwt.py            |  357 +++++++++++++++++++++-
 jwcrypto/tests-cookbook.py |  635 ++++++++++++++++++++++++++-------------
 jwcrypto/tests.py          |  221 +++++++++----
 setup.py                   |    7 
 tox.ini                    |   29 +
 18 files changed, 1905 insertions(+), 575 deletions(-)
---



More information about the Pkg-freeipa-devel mailing list