aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/yamltest.py
AgeCommit message (Collapse)Author
2010-04-12Clean out old myrpki code, step 2Rob Austein
svn path=/myrpki; revision=3187
2010-04-12Reoranize test code, step 1.Rob Austein
svn path=/myrpki.rototill/yamltest.py; revision=3182
2010-03-31Clean up CSV code per suggestions from WarrenRob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3147
2010-03-17DebugRob Austein
svn path=/myrpki.rototill/yamltest.py; revision=3112
2010-03-16yamltest cleanup. Update copyright notices.Rob Austein
svn path=/myrpki.rototill/arin-rootcert.py; revision=3105
2010-03-16now that all config we need to muck with is in the [myrpki] section,Rob Austein
.dump_config() got a lot simpler. svn path=/myrpki.rototill/yamltest.py; revision=3104
2010-03-16Move configuration of SQL parameters to [myrpki] section, so thatRob Austein
users can ignore the entire rest of the file if they so desire. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3102
2010-03-13Checkpoint. Switch to using "openssl genrsa" rather than "openssl reqRob Austein
-newkey", because the latter is unpredictable across OpenSSL versions, sometimes it writes RSA keys in PKCS #1 RSA format, sometimes it writes them in PKCS #8 format. At the moment POW only understands the old PKCS #1 format, so use that. svn path=/myrpki.rototill/PLAN; revision=3081
2010-03-13Rework rsync URI construction per mailing list discussion.Rob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3079
2010-03-11CleanupRob Austein
svn path=/myrpki.rototill/examples/children.csv; revision=3075
2010-03-10yamltest pidfile supportRob Austein
svn path=/myrpki.rototill/test-all.sh; revision=3070
2010-03-10Need to set run_{rpkid,pubd} whether hosted or not.Rob Austein
svn path=/myrpki.rototill/yamltest.py; revision=3066
2010-03-10Helps if we preserve information the server kindly sent to us.Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3064
2010-03-09Merge myrpki.py and myirbe.py into setup.py, call result myrpki.py.Rob Austein
This will need refactoring at some point, but improving the user interface is the primary concern at the moment. svn path=/myrpki.rototill/myirbe.py; revision=3052
2010-03-09Get rid of .conf parameters repository_bpki_certificate andRob Austein
repository_handle; these should have gone away when the {parents,children,pubclients}.csv files did. svn path=/myrpki.rototill/Makefile; revision=3050
2010-03-07Look, Ma, no {parents,children,pubclients}.csv files. Not ready forRob Austein
serious use yet, duct tape and bailing wire everywhere, but basic data flow now seems to work. svn path=/myrpki.rototill/myirbe.py; revision=3039
2010-03-06CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3038
2010-03-06Checkpoint. SIA path construction finally working.Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3035
2010-03-06CheckpointRob Austein
svn path=/myrpki.rototill/setup.py; revision=3034
2010-03-05CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3033
2010-03-05CheckpointRob Austein
svn path=/myrpki.rototill/setup.py; revision=3032
2010-03-05CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3031
2010-03-04Rename BPKI directories and associated config and Python variables toRob Austein
something a bit less obscure. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3022
2010-03-04Clean up myrpki.conf customizations. Other than SQL settings, thisRob Austein
script shouldn't need to modify anything but the [myrpki] section. svn path=/myrpki.rototill/yamltest.py; revision=3020
2010-03-04Silence noisy OpenSSL invocations.Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3019
2010-03-04Start hacking test framework to support new tools, shake out first setRob Austein
of trivial bugs. svn path=/myrpki.rototill/myirbe.py; revision=3017
2010-02-20CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2987
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2980
2010-02-18CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2978
2010-01-22Branch myrpki code before starting rototill based on feedback fromRob Austein
Tokyo workshop. svn path=/myrpki.rototill; revision=2958