aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
AgeCommit message (Collapse)Author
2008-10-14Clean up minor BPKI mess caused by config file name collision.Rob Austein
svn path=/rpkid/testbed.py; revision=2017
2008-10-08Update generated [irbe_cli] config to match current codeRob Austein
svn path=/rpkid/testbed.py; revision=2010
2008-09-23Don't abort test when "testpoke.py -r issue" fails.Rob Austein
svn path=/rpkid/testbed.py; revision=2006
2008-07-15Rename a couple of scripts whose names confuse Doxygen. Clean some ofRob Austein
the old test code out of rpkid/ to make real code easier to find. svn path=/rpkid/Doxyfile; revision=1995
2008-06-27Use rcynic trust-anchor-uri-with-key scheme for testingRob Austein
svn path=/rpkid/testbed.py; revision=1955
2008-06-21Teach rootd to generate manifestsRob Austein
svn path=/rpkid/rootd.py; revision=1912
2008-06-12Module documentationRob Austein
svn path=/rpkid/cronjob.py; revision=1880
2008-06-05Add profiling supportRob Austein
svn path=/rpkid/pubd.py; revision=1847
2008-06-02Add BPKI CRL to pubd's SQL database, and clean up a lot of redundantRob Austein
SAX code. svn path=/rpkid/irbe-cli.py; revision=1835
2008-05-30Initial version of publication protocol and pubd seem to be working.Rob Austein
Not yet seriously tested. BPKI CRLs not right yet. svn path=/rpkid/README; revision=1832
2008-05-30Checkpoint. Refactor to avoid circular module dependency.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=1831
2008-05-29CheckpointRob Austein
svn path=/rpkid/testbed.py; revision=1829
2008-05-28CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=1827
2008-05-28CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=1826
2008-05-21Move left-right "type" attribute to <msg/> element because fixing thisRob Austein
is easier than explaining why it was broken. svn path=/rpkid/irbe-cli.py; revision=1804
2008-05-18Convert to generating new ROA formatRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=1800
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
identifier. svn path=/rpkid/irdbd.py; revision=1798
2008-05-16Crank testpoke logging back downRob Austein
svn path=/rpkid/testbed.py; revision=1787
2008-05-16More datetime -> sundial conversion tweaksRob Austein
svn path=/rpkid/testbed.py; revision=1782
2008-05-15MySQLdb DATETIME type issues again.Rob Austein
svn path=/rpkid/testbed.py; revision=1776
2008-05-08Move fancy timedelta code into rpki.sundial.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=1755
2008-05-05Clear up whining about missing CRLs.Rob Austein
svn path=/rpkid/rootd.py; revision=1741
2008-05-02Disable traceRob Austein
svn path=/rpkid/testbed.py; revision=1738
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
work yet due to an apparent bug in OpenSSL (CMS_add0_crl() dumps core). If through some bizzare twist of fate we revive the idea of allowing CA certs in CMS messages, this is the change that will need to be (partly) backed out. svn path=/docs/left-right-xml; revision=1730
2008-04-29Doh, rpki-db-schema.sql should have been rpkid.sql all alongRob Austein
svn path=/rpkid/INSTALLATION; revision=1726
2008-04-29Clean up old silliness of having the .sql files in the docs/ directory.Rob Austein
svn path=/docs/Makefile; revision=1721
2008-04-27Get testpoke.py working againRob Austein
svn path=/rpkid/rpki/exceptions.py; revision=1714
2008-04-25New trust anchor model sort of working. make test runs again, anyway.Rob Austein
svn path=/docs/left-right-xml; revision=1704
2008-04-24Start at cross-certification code. make test still broken.Rob Austein
svn path=/rpkid/testbed.py; revision=1703
2008-04-24Checkpoint. Partly converted to new BPKI model. This breaks makeRob Austein
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701
2008-04-22Checkpoinit (trust anchor cleanup)Rob Austein
svn path=/rpkid/rpki/gctx.py; revision=1697
2008-04-22Add SKI and AKI when issuing BSC EE certRob Austein
svn path=/rpkid/testbed.py; revision=1695
2008-04-20Refactor redundantly redundant XML and CMS handling code.Rob Austein
svn path=/rpkid/irbe-cli.py; revision=1681
2008-04-19Convert CMS code to something vaguely object-oriented, to simplifyRob Austein
handling of eContentType OIDs, etc. Unifiy some of the redundant XML processing as method routines. svn path=/pow/POW-0.7/POW.c; revision=1679
2008-04-18Clean up unnecessarily complicated trust anchor codeRob Austein
svn path=/rpkid/cronjob.py; revision=1677
2008-04-16Rework ROA generation and maintenance.Rob Austein
svn path=/docs/left-right-xml; revision=1668
2008-04-15Add code to cope with transient joins in the cert tree during keyRob Austein
rollover. svn path=/rcynic/rcynic.c; revision=1662
2008-04-14Rework ROA reissue and withdrawal code, not well-tested yet but atRob Austein
least in theory it may be right this time. svn path=/rpkid/rpki/left_right.py; revision=1661
2008-04-11Checkpoint. Initial ROA generation working, no maintenance yet.Rob Austein
svn path=/docs/rpki-db-schema.sql; revision=1656
2008-04-11Checkpoint. ROA generation almost working, but not quite.Rob Austein
This checkpoint breaks "make test", will be fixed shortly. svn path=/docs/left-right-xml; revision=1654
2008-04-11CleanupRob Austein
svn path=/rpkid/testbed.py; revision=1653
2008-04-11Checkpoint. Partial support for route_origin in testbed.Rob Austein
svn path=/rpkid/testbed.1.yaml; revision=1652
2008-04-11CheckpointRob Austein
svn path=/rpkid/rpki/gctx.py; revision=1651
2008-04-09Switch to using new CMS routines.Rob Austein
svn path=/rpkid/irbe-setup.py; revision=1643
2008-04-09First stage of rototill to support new trust anchor model.Rob Austein
svn path=/docs/left-right-xml; revision=1640
2008-04-08Per RobK, save generated BSC pkcs10_request in SQL and get rid ofRob Austein
useless public_key field. svn path=/rpkid/Makefile; revision=1637
2008-04-07Hideously inefficient first cut at dynamic TLS trust anchor handling.Rob Austein
With this enabled, client certificate validation finally works. Efficiency issues deferred until new trust anchor model is in place, since it will need to be rewritten at that point anyway. svn path=/rpkid/rpki/gctx.py; revision=1628
2008-04-07Checkpoint. Add (untested) ability to call out for a dynamicRob Austein
x509Store verifier object. svn path=/rpkid/cronjob.py; revision=1627
2008-04-06Checkpoint. All TLS certificate checking temporarily disabled priorRob Austein
to replacing tlslite/Cryptlib certificate checking with POW/OpenSSL. svn path=/rpkid/rpki/https.py; revision=1625
2008-03-27Finally got client cert checks working with tlslite -- then promptlyRob Austein
disabled them again in testbed.py (commented out in generated config), because I need to rework the internal trust anchor setup before the up-down protocol will have a prayer of working with this enabled. svn path=/rpkid/OPERATION; revision=1565