summaryrefslogtreecommitdiffstats
path: root/nova/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate to fileutils and lockutils.Michael Still2012-10-251-2/+3
* Overload comment in generated SSH keysThierry Carrez2012-09-131-1/+1
* Stop fetch_ca from throwing IOError exceptionsChris Yeoh2012-09-121-3/+14
* Port existing code to utils.ensure_treeMichael Still2012-08-281-5/+2
* Remove unused importsRongzeZhu2012-08-171-1/+0
* Drop AES functions and pycrypto dependencyStanislaw Pitucha2012-08-051-40/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+3
* Merge "Fixes cloudpipe extension to work with keystone"Jenkins2012-02-281-1/+1
|\
| * Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-261-1/+1
* | Add utils.tempdir() context manager for easy temp dirsJohannes Erdfelt2012-02-281-58/+46
|/
* Handle OSError which can be thrown when removing tmpdir. Fixes bug 883326.chris fattarsi2012-02-191-3/+14
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Make crypto use absolute importsVishvananda Ishaya2012-02-021-4/+3
* Excise M2Crypto!Brian Waldon2012-02-021-92/+13
* Remove utils.runthis().Russell Bryant2012-01-311-1/+1
* Merge "Refactor away the flags.DEFINE_* helpers"Jenkins2012-01-301-22/+32
|\
| * Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-22/+32
* | Raise 400 if bad kepair data is providedBrian Waldon2012-01-281-0/+2
|/
* Fix bug 921715 - 'nova x509-create-cert' failsDean Troyer2012-01-251-4/+4
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-0/+44
* Clean up crypto.pyVishvananda Ishaya2012-01-181-35/+13
* Clean up generate fingerprint.MotoKen2012-01-171-3/+14
* Specify -t rsa when calling ssh-keygen.Justin Santa Barbara2011-12-181-1/+1
* Revert "Fixes bug 757033"Vishvananda Ishaya2011-11-211-2/+4
* Fixes bug 757033Joe Gordon2011-11-171-4/+2
* More spelling fixes inside of novaJoe Gordon2011-11-091-1/+1
* added tests - list doesn't pass due to unicode issuesJesse Andrews2011-08-091-3/+7
* fixed bug 796619Alex Meade2011-06-131-1/+2
* First cut with tests passingSandy Walsh2011-05-111-0/+45
* docstring cleanup, nova dirtermie2011-04-201-28/+33
* fix reference to genvpn to point to the right shell scriptVishvananda Ishaya2011-04-111-1/+1
* Create ca_folder if it does not already exist.Soren Hansen2011-04-061-0/+2
* Allow CA code and state to be separated, and make sure CA code gets installed...Soren Hansen2011-04-051-2/+8
* Fix some crypto strangeness (\n in file_name field of certificates, wrong IMP...Todd Willey2011-03-231-1/+2
* execvp: cleanup.Eric Windisch2011-03-091-3/+3
* execvp passes pep8Eric Windisch2011-03-091-1/+2
* execvp: unit tests passEric Windisch2011-03-091-1/+1
* execvpEric Windisch2011-03-081-13/+19
* execvpEric Windisch2011-02-271-15/+13
* Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-2/+3
* Merged trunk and resolved conflicts.Eric Day2010-12-231-43/+153
|\
| * merged i8n and fixed conflictsVishvananda Ishaya2010-12-221-13/+13
| |\
| | * First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-9/+9
| |/ |/|
| * merged trunkVishvananda Ishaya2010-11-291-9/+9
| |\ | |/ |/|
| * the serial returned by x509 is already formatted in hexVishvananda Ishaya2010-11-231-5/+2
| * Per-project vpns, certificates, and revocationVishvananda Ishaya2010-11-061-42/+153
* | Merge trunk.Soren Hansen2010-11-291-7/+8
|\ \