summaryrefslogtreecommitdiffstats
path: root/nova/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Merge trunk and apply some sphinx love.Todd Willey2010-11-011-7/+8
| |/
* / Add a templating mechanism in the flag parsing. Add a state_path flag that w...Soren Hansen2010-11-041-2/+2
|/
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-16/+29
* fixed old key reference and made keypair name constistent -> key_pairVishvananda Ishaya2010-09-111-1/+1
* rather comprehensive style fixesandy2010-08-161-1/+7
* reorder imports spacingJesse Andrews2010-07-151-3/+1
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Fix merge changelog and merge errors in utils.pyVishvananda Ishaya2010-07-141-8/+13
|\
| * Avoid using s-expr, pkcs1-conv, and lsh-export-key.Soren Hansen2010-07-121-8/+13
| * Removed trailing whitespace from headerVishvananda Ishaya2010-06-291-1/+1
| * Updated licensesDevin Carlen2010-06-291-9/+14
* | typo in exception in cryptoVishvananda Ishaya2010-07-081-1/+1
* | remove silly default from generate certVishvananda Ishaya2010-06-281-1/+1
* | Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* | Updated licensesDevin Carlen2010-06-231-9/+14
|/
* Merged Vish's work on adding projects to novaJesse Andrews2010-05-301-13/+10
* initial commitJesse Andrews2010-05-271-0/+224