aboutsummaryrefslogtreecommitdiff
path: root/rpkid/left-right-schema.rnc
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-04-04Update copyrights.Rob Austein
svn path=/branches/tk671/; revision=5746
2014-02-25Router certificates working again after changes to get subject name out of ↵Rob Austein
the PKCS !#10. svn path=/branches/tk671/; revision=5683
2014-02-25Something broke MySQLdb on my laptop during a recent upgrade, and IRob Austein
have better things to do than shaving that particular yak today. So I'm committing untested changes (to a development branch that nobody but me is using) so I can test them on a working development platform. svn path=/branches/tk671/; revision=5682
2014-01-31Checkpoint. Untested implementation of left-rightRob Austein
<list_ee_certificate_requests/> PDU. svn path=/branches/tk671/; revision=5657
2012-07-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
so we can recover from misconfigured clocks. Closes #265. Add child_handle attribute to <list_published_objects/> response. Closes #266. svn path=/trunk/; revision=4588
2012-02-17Allow AS 0 in <roa_request/> objects. Closes #195.Rob Austein
svn path=/trunk/; revision=4346
2011-03-21First cut at Ghostbusters support.Rob Austein
svn path=/rpkid/irdbd.sql; revision=3730
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725
2010-10-07Nit in copyright commentRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=3466
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
svn path=/rpkid/Makefile; revision=3465
2010-06-29Add parent_handle to <list_received_resources/> reply PDU.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3302
2010-03-16CleanupRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=3109
2010-03-16Add some missing copyright notices.Rob Austein
svn path=/myrpki.rototill/examples/rsyncd.conf; revision=3108
2010-02-23Doh, list of ASNs, not single ASNRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=3000
2010-02-23Sample XMLRob Austein
svn path=/rpkid/left-right-protocol-samples.xml; revision=2999
2010-02-23Add <list_received_resources/> (not yet tested)Rob Austein
svn path=/rpkid/left-right-schema.rnc; revision=2995
2009-09-29Add left-right "revoke_forgotten" command to clean up certs that theRob Austein
parent remembers but the child has forgotten. svn path=/rpkid/left-right-schema.rnc; revision=2793
2009-09-28Add <list_published_objects/> PDU to left-right protocol, to supportRob Austein
audit of what rpkid thinks should be published vs what really is. svn path=/rpkid/irbe_cli.py; revision=2790
2009-09-23Collapse HTTPS and CMS BPKI certs for pubd, separation not neededRob Austein
svn path=/myrpki/myirbe.py; revision=2781
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
svn path=/rpkid/README; revision=2511
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
in rpkid) to pull model (IRDB for <list_roa_request/> queries). Still need to clean up old code, but new code seems to work properly. svn path=/rpkid/Makefile; revision=2510
2009-06-07CheckpointRob Austein
svn path=/rpkid/Makefile; revision=2500
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
svn path=/rpkid/doc/Installation; revision=2491
2009-05-10Can't require self_id in <report_error/>, <self action="create"/> can't ↵Rob Austein
supply it. svn path=/rpkid/left-right-schema.rnc; revision=2416
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-22Back out excessively fancy RelaxNG, per previous log messageRob Austein
svn path=/rpkid/left-right-protocol-samples.xml; revision=1813
2008-05-22Finally figured out how to write a RelaxNG schema that allowsRob Austein
arbitrary XML to be passed within the <report_error/> element. This was the original intent, I just didn't know how to do it until now. Having finally figured out how to do this, am checking it in for posterity but will then revert to something simpler. svn path=/rpkid/left-right-protocol-samples.xml; revision=1812
2008-05-21Get rid of extension_preferences (YAGNI!).Rob Austein
svn path=/rpkid/irbe-cli.py; revision=1806
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-16Clean up header commentsRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=1792
2008-05-16Tighten up left-right schema checksRob Austein
svn path=/rpkid/left-right-protocol-samples.xml; revision=1788
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-25New trust anchor model sort of working. make test runs again, anyway.Rob Austein
svn path=/docs/left-right-xml; revision=1704
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-16Rework ROA generation and maintenance.Rob Austein
svn path=/docs/left-right-xml; revision=1668
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-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-02-27Filename cleanupRob Austein
svn path=/rpkid/Makefile; revision=1531