This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/util/security
Brad Ison 5da8744ddf Reject JWTs with future issued-at times
PyJWT stopped doing this in 1.5.0 because it's not part of the spec,
and there are legitimate reasons to issue future tokens.  We still
want to reject these though as we don't have that need.
2018-02-26 12:55:32 -05:00
..
__init__.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
aes.py Refresh base image and python dependencies 2016-01-27 11:36:40 -05:00
crypto.py remove all default keys (#1485) 2016-05-23 16:00:48 -04:00
fingerprint.py Add a uniqueness hash to derived image storage to break caching over tags 2016-06-20 16:34:52 -04:00
instancekeys.py Simplify the caching of service keys to hopefully avoid the not found issue 2017-05-26 13:51:48 -04:00
jwtutil.py Reject JWTs with future issued-at times 2018-02-26 12:55:32 -05:00
registry_jwt.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
signing.py Fix missing argument change 2016-05-23 17:44:22 -04:00
ssh.py Refresh base image and python dependencies 2016-01-27 11:36:40 -05:00
ssl.py DNS name check got reversed; breaks wildcards 2017-01-29 11:51:37 -05:00