summaryrefslogtreecommitdiff
path: root/nova/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Replace md5 for fipsAde Lee2021-02-251-4/+2
* crypto: Add support for creating, destroying vTPM secretsStephen Finucane2020-07-161-0/+106
* crypto: Add type hintsStephen Finucane2020-07-081-31/+31
* Remove future importsStephen Finucane2020-03-241-2/+0
* Convert certificate generation to processutils.Michael Still2018-05-021-2/+3
* crypto: Remove unused functionsStephen Finucane2018-03-081-207/+1
* Drop paramiko < 2 compat codeSean Dague2016-05-101-32/+1
* crypto: Add support for Paramiko 2.xCorey Wright2016-05-101-6/+17
* config options: Move crypto options into a groupStephen Finucane2016-04-051-12/+13
* config options: centralize section: "crypto"Kevin_Zheng2016-04-051-35/+2
* 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