[Pkg-freeipa-devel] python-jwcrypto: Changes to 'refs/tags/debian/0.4.2-1'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Dec 23 08:00:27 UTC 2017
Tag 'debian/0.4.2-1' created by Timo Aaltonen <tjaalton at debian.org> at 2017-12-23 08:00 +0000
tagging package python-jwcrypto version debian/0.4.2-1
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJaPg0PAAoJEMtwMWWoiYTcIZYQAKELNPEGYW3ggPhNMBZcia0c
ed/oHmdji3GYWmnH1s45Izcxq6Tzooql/EGRavfoBMgGH4YJoZuWDdIIEAEv9HRY
cfrGF8bafDiwDr+UUNYzaVxofqiFrJPN2mzc2f4TtqJNvpXaRCpGa93Mbt2y2PLW
B978SxhlcDf+gat9naU9VGmSm6Ulaev82ptoknCM7/ovkxYT5NMuLQEYesXCWQsP
+r2fX4AJX1gTBDp4N/qga+vtzESMzXBXpsajhQFr6MA7e/LRN7noEDUshYstg4EF
Pg5CI7ESvt4CRF5e8BT/4PhiV28uiBzXrS0j+LFhRfAbPR7s2HGMJyj2+xW4a4yx
qxNEPYQEWZbSNalp6v6OICyzo7iR7gU1MunW1lDqEMmA1ElSirQanlwhHqSEukc8
DBgHn1h8f9hnWuHmiAwXEp1XuBLW265Tq4nT3cUixO24X+hOK5/kAAKYdLpOdYUb
0grs5S7s8TkcfXlZGE0lOr6NRHWcWVDuyd40j3QxMs1L8m1W1bVzOHoqMBugMO9R
XeKE9hIyJYnKuCx7SqT3zf6mDOX0p6RIvlFfUzkaA8gAatoq22yZsUQyMre+LODA
kCqawvTWi2R+oKIzEvH9N5RjsCIsbjJe6OOJOWx9xtuxs3iyKhyLh7xPfwDssFva
R/UQx8Knqly2ZOmYtaD2
=kb22
-----END PGP SIGNATURE-----
Changes since debian/0.3.2-1:
Ash Berlin (1):
Add 'cryptography' to requirements in setup.py
Carlos Jenkins (1):
Fixed nbf incorrect validation.
Christian Heimes (11):
Add setup.cfg with release aliases
Fix 'ECDH-ES' base classes and add tests
Preparing release 0.4.0
Post release bump
Preparing release 0.4.1
Post release bump
Include tox.ini and setup.cfg in sdist
Fix bytes/str comparison in JWE
Remove unnecessary calls to str()
Support and test with Python 3.6
Preparing release 0.4.2
James Gardiner (1):
Fix typo in jwk chapter of docs
Simo Sorce (15):
Add Examples for JWE and JWS usage
Allow to pass in dictionaries for headers
Allow to pass a default reciepient to a JWE
Move JWS Algorithms implementation
Move JWE algorithms to JWA as well
Allow to pass an 'alg' argument to key generation
Consistently use bit for key sizes
Minor style fixes
JWK: Add interface to load from and export to PEM
Add helpers to test and export specific key forms
CVE-2016-6298: Million Messages Attack mitigation
Add Timing tests for MMA
Fix trvis's flake8 complaints
Remove useless tox command that breaks travis
Cyrptography deprecated signer and verifier
Timo Aaltonen (6):
Merge tag 'v0.3.2' into m
Merge branch 'master' into m
update changelog
control: Bump policy to 4.1.2, no changes.
Bump debhelper to 10.
releasing package python-jwcrypto version 0.4.2-1
Yann Cézard (1):
Set claims after reg_claims (or _add_default_claims will never be called).
---
.travis.yml | 10
MANIFEST.in | 1
Makefile | 6
debian/changelog | 8
debian/compat | 2
debian/control | 4
docs/source/conf.py | 6
docs/source/jwe.rst | 20
docs/source/jwk.rst | 3
docs/source/jws.rst | 20
jwcrypto/common.py | 62 ++
jwcrypto/jwa.py | 1104 ++++++++++++++++++++++++++++++++++++++++++++++++++++
jwcrypto/jwe.py | 884 ++---------------------------------------
jwcrypto/jwk.py | 184 +++++++-
jwcrypto/jws.py | 175 --------
jwcrypto/jwt.py | 8
jwcrypto/tests.py | 269 ++++++++++++
requirements.txt | 1
setup.cfg | 6
setup.py | 7
tox.ini | 8
21 files changed, 1744 insertions(+), 1044 deletions(-)
---
More information about the Pkg-freeipa-devel
mailing list