freezer/freezer/utils
Matthew Thode 7c16877195
switch to cryptography
Fernet could not be used as it is not a streaming cipher.
CFB mode does not require padding, so removed padding code.

Depends-On: https://review.openstack.org/c/575199/
Change-Id: I14f58d9d473c20ce7863baa0b2adadbfda268b7a
2018-06-19 10:54:05 -05:00
..
__init__.py Refactoring of code: 2016-03-08 14:20:23 +00:00
checksum.py Clean imports in code 2016-10-27 11:03:10 +03:00
compress.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
config.py Block based incremental support - rsync 2017-01-23 03:50:45 +04:00
crypt.py switch to cryptography 2018-06-19 10:54:05 -05:00
exec_cmd.py Refactoring of code: 2016-03-08 14:20:23 +00:00
streaming.py Fix license boilerplates 2018-05-04 14:53:13 +00:00
utils.py Fix license boilerplates 2018-05-04 14:53:13 +00:00
winutils.py Replace six.iteritems() with .items() 2017-03-29 23:16:42 +05:30