aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
AgeCommit message (Collapse)Author
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
2008-03-06Nasty kludge to pacify MySQL 5.0Rob Austein
svn path=/rpkid/testbed.py; revision=1553
2008-03-01Make startup time configurable, for slow machinesRob Austein
svn path=/rpkid/testbed.py; revision=1539
2008-03-01More loggingRob Austein
svn path=/rpkid/testbed.py; revision=1537
2008-02-27Filename cleanupRob Austein
svn path=/rpkid/Makefile; revision=1531