~landscape/landscape-buildout-dependencies/+git/pyjwkest:master

Last commit made on 2020-06-06
Get this branch:
git clone -b master https://git.launchpad.net/~landscape/landscape-buildout-dependencies/+git/pyjwkest

Branch merges

Branch information

Recent commits

880fe78... by Roland Hedberg <email address hidden>

Merge pull request #97 from levkowetz/master

Call logger.debug() instead of logging.debug() (which will go directly to root logger)

3298982... by Henrik Levkowetz <email address hidden>

Logging to logging.debug() will create a root logger handler if none existed, which can result in logging from later application code using the pyjwkest library unintentionally being activated. Using logger.debug() instead.

d056aac... by roland <email address hidden>

Tell the world.

3d0f665... by roland <email address hidden>

Ignore EC keys with curves we don't know about.

9ed11b4... by Roland Hedberg <email address hidden>

Merge pull request #89 from OmenApps/master

Added long_description and url to GitHub Repo for use on PyPI

2def91a... by watervize <email address hidden>

Added missing imports

dde4307... by watervize <email address hidden>

Added long_description and url to GitHub Repo for use on PyPI

f0be3f5... by roland <email address hidden>

Bumped version

3abbd1f... by Roland Hedberg <email address hidden>

Merge pull request #88 from IdentityPython/ec_coordinate_length

Fixed coordinate lengths for elliptic key curves.

f719a00... by roland <email address hidden>

As long as we support 2.7 we have to use tostring().