summaryrefslogtreecommitdiff
path: root/heat/common/crypt.py
Commit message (Expand)AuthorAgeFilesLines
* Replace pycrypto with cryptographyJaewoo Park2017-10-231-19/+34
* Fix error for invalid auth_encryption_keyrabi2017-08-161-1/+5
* Refactor, add encrypt/decrypt data dict functions to cryptCrag Wolfe2016-11-281-0/+26
* Remove oslo-incubator modulestengqm2016-11-081-4/+43
* Fix [H405] pep rule in heat/commonPeter Razumovsky2015-10-081-2/+2
* py34: heat.tests.db.*Sirushti Murugesan2015-08-011-1/+1
* Get heat.tests.test_stack* working in py34 envSirushti Murugesan2015-07-141-2/+4
* Add a new crypt method using cryptographyThomas Herve2015-07-071-24/+35
* Revert "Add a new crypt method using cryptography"Thomas Herve2015-07-031-35/+16
* Add a new crypt method using cryptographyThomas Herve2015-07-021-16/+35
* Support for encrypt/decrypt parameters in heat-manageVijendar Komalla2015-06-051-6/+20
* Set auth_encryption_key option to be secretEric Brown2015-04-201-3/+4
* auth_encryption_key is being checked to be 16, 24, or 32Rajiv Kumar2015-03-311-2/+5
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Use oslo.config generatorThomas Herve2015-01-021-0/+4
* Fix spelling in a doc stringVijendar Komalla2014-06-041-1/+1
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-0/+1
* Remove unused loggerSergey Kraynev2014-04-251-3/+0
* Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Improve help stringsAndreas Jaeger2014-02-121-1/+1
* Use oslo cryptoAngus Salkeld2014-01-151-6/+21
* Add support for multiple encryption methodsAngus Salkeld2013-12-161-3/+3
* uses os.urandom instead of Crypto.Random for backward compatibilityGiulio Fidente2013-04-111-2/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-2/+2
* Make default encryption key long enough for unit testsSteve Baker2012-12-031-1/+1
* Move db crypto code out of the engineZane Bitter2012-11-301-0/+52
* Get rid of PyCrypto dependencyJeff Peeler2012-07-231-65/+0
* Resolving rpmlint errors and adding man pages.Chris Alfonso2012-04-161-1/+0
* Remerge common code with glance.Angus Salkeld2012-03-161-2/+0
* Remove openstack copy right assignment as we have not done that yet.Angus Salkeld2012-03-151-2/+0
* Initial commit (basics copied from glance)Angus Salkeld2012-03-131-0/+70