aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/myrpki.rnc
AgeCommit message (Collapse)Author
2010-04-12Clean out old myrpki code, step 2Rob Austein
svn path=/myrpki; revision=3187
2010-03-16yamltest cleanup. Update copyright notices.Rob Austein
svn path=/myrpki.rototill/arin-rootcert.py; revision=3105
2010-03-15CleanupRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3094
2010-03-14CleanupRob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3092
2010-03-14SimplifyRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3090
2010-03-14CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3088
2010-03-14CleanupRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3086
2010-03-14CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3084
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-10(Re)Add support for rpkid hosting. Not yet tested, as new setupRob Austein
procedure requires that hosted parent have talked to its host before talking to its children, which will require changes to test harness. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3062
2010-03-09Update RelaxNG schema to reflect what myrpki generates these days.Rob Austein
This will need further cleanup, as what it's generating is icky. svn path=/myrpki.rototill/Makefile; revision=3055
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