summaryrefslogtreecommitdiff
path: root/nova/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Tolerate installation of pycryptodomeDavanum Srinivas2016-02-131-1/+21
* Replaced deprecated timeutils methodsGábor Antal2015-11-181-3/+2
* Specify current directory using new cwd param in processutils.executeDavanum Srinivas2015-08-241-24/+8
* Replace openssl calls with cryptography libEric Brown2015-07-271-115/+41
* Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-241-1/+1
* Port crypto to Python 3Victor Stinner2015-07-101-17/+31
* Fix version unit test on Python 3Victor Stinner2015-05-251-2/+2
* Merge "Fixes X509 keypair creation failure"Jenkins2015-04-291-2/+2
|\
| * Fixes X509 keypair creation failureClaudiu Belu2015-04-281-2/+2
* | Replace ssh exec calls with paramiko libEric Brown2015-04-171-33/+28
|/
* Adds cleanup on v2.2 keypair api and testsClaudiu Belu2015-03-241-1/+1
* Adds x509 certificate keypair supportClaudiu Belu2015-03-051-0/+51
* Merge "CWD is incorrectly set if exceptions are thrown"Jenkins2015-03-031-2/+4
|\
| * CWD is incorrectly set if exceptions are thrownjichenjc2015-02-091-2/+4
* | Use oslo.logDavanum Srinivas2015-02-221-1/+1
|/
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-061-1/+1
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-2/+2
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-301-1/+1
* Revert "Switch Nova to use oslo.concurrency"Sean Dague2014-10-281-1/+1
* Switch Nova to use oslo.concurrencyDavanum Srinivas2014-10-271-1/+1
* Merge "Fix broken cert revocation"Jenkins2014-10-081-1/+3
|\
| * Fix broken cert revocationRussell Bryant2014-10-081-1/+3
* | Use oslo.utilsDavanum Srinivas2014-10-061-2/+2
* | Ensure files are closed promptly when generating a key pairAlex Gaynor2014-10-011-4/+8
|/
* NIST: increase RSA key length to 2048 bitQin Zhao2014-09-151-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Merge "Catch ProcessExecutionError in revoke_cert"Jenkins2014-06-251-7/+12
|\
| * Catch ProcessExecutionError in revoke_certMatthew Oliver2014-06-181-7/+12
* | Don't translate debug level logs in novaGary Kotton2014-06-131-1/+1
|/
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-1/+0
* Remove spaces from SSH public key commentJuerg Haefliger2014-05-201-1/+1
* Remove unused nova.crypto.compute_md5()Corey Wright2014-04-221-46/+0
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Improve "keypair data is invalid" error messageMark McLoughlin2013-09-161-1/+2
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Add missing os.path.abspath around csrfile.David Ripton2013-05-291-1/+1
* Removed superflous eval usage.Alex Gaynor2013-05-241-4/+4
* Convert to using oslo's execute() method.Michael Still2013-05-041-3/+4
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-2/+3
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* replace ssh-keygen -m with a python equivalentDavanum Srinivas2013-02-051-11/+69
* Don't limit SSH keys generation to 1024 bitsZane Bitter2013-01-221-5/+6
* Add encryption method using an ssh public key.Vishvananda Ishaya2013-01-161-6/+37
* Add helper methods to nova.pathsMark McLoughlin2013-01-041-3/+3
* Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* Merge "Makes sure to call crypto scripts with abspath"Jenkins2012-12-211-6/+4
|\
| * Makes sure to call crypto scripts with abspathVishvananda Ishaya2012-12-201-6/+4
* | Merge "Update exceptions to pass correct kwargs."Jenkins2012-12-211-2/+2
|\ \ | |/ |/|
| * Update exceptions to pass correct kwargs.Dan Prince2012-12-181-2/+2