aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-14Move all Python script installation to setup.py, so that it gets theRob Austein
name of the Python executable right (FreeBSD $PATH under cron problem, again, yet another variant). See #686. svn path=/trunk/; revision=5792
2014-04-12rpki.POW internal doc cleanup. See #691.Rob Austein
svn path=/trunk/; revision=5791
2014-04-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5790
2014-04-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5789
2014-04-12Add .extractWithoutVerifying() methods to CMS and derived classes.Rob Austein
This is just a more readable and slightly more efficient (no X509Store object required) idiom for what some code was already doing using the .verify() methods with flag settings to disable verification. Big warnings not to do this with unverified data, but programs intended to post-process data which has already been verified shouldn't have to be unreadable just to rub the programmer's nose in the verification API. svn path=/trunk/; revision=5788
2014-04-12Clean up kludges left from before RP code could use our the PythonRob Austein
libraries. svn path=/trunk/; revision=5787
2014-04-11fix broken import in newer django 1.5+. closes #687Michael Elkins
svn path=/trunk/; revision=5786
2014-04-11Update to use current rpki.POW API.Rob Austein
svn path=/trunk/; revision=5785
2014-04-10Merge tk685 branch back to trunk. This completes the move of the rpkiRob Austein
libraries and rpki.POW module from the rpki-ca package to the rpki-rp package. Closes #685, closes #633. svn path=/trunk/; revision=5784
2014-04-10Remove ancient kludge for running rtr-origin from source tree;Rob Austein
instead, test scripts must override on command line. Syntax is even more wretched than before, but at least semantics are now right; syntax will be fixed when rtr-origin gets rewritten to use argparse subparsers. svn path=/branches/tk685/; revision=5782
2014-04-10Incomplete autoconf conversion in RP tools. Oops. Thanks, Michael.Rob Austein
svn path=/branches/tk685/; revision=5781
2014-04-10Source install wasn't applying SQL upgrades. Oops.Rob Austein
svn path=/branches/tk685/; revision=5780
2014-04-10Tell Debian package system that we moved files from rpki-ca to rpki-rp.Rob Austein
svn path=/branches/tk685/; revision=5779
2014-04-10Upgrade find-roa-expiration to supported tool, per user request.Rob Austein
See #633, #685. svn path=/branches/tk685/; revision=5777
2014-04-10Kludge to avoid conflict from duplicate .egg-info files.Rob Austein
svn path=/branches/tk685/; revision=5776
2014-04-09Clean up source regeneration (h/ and schemas/), debug builds withRob Austein
--disable-*-tools set. svn path=/branches/tk685/; revision=5775
2014-04-09Need to run setup.py for CA too, not just RP. Doh. Many of the oldRob Austein
assumptions in configure.ac were no longer valid, so it was time to refactor big chunks of it. svn path=/branches/tk685/; revision=5774
2014-04-09Some autoconf settings weren't propagating to autoconf.py.Rob Austein
relaxng test belongs with the other CA tests. svn path=/branches/tk685/; revision=5773
2014-04-09First pass at updated debuild configuration.Rob Austein
svn path=/branches/tk685/; revision=5772
2014-04-09Tweak setup.py to conditionalize installation of rpki-ca scripts; moveRob Austein
installation targets for Python library up from ca to top Makefile. svn path=/branches/tk685/; revision=5771
2014-04-09Rewrite some of the rule blocks for clarity.Rob Austein
svn path=/branches/tk685/; revision=5770
2014-04-08First cut at revised top-level rules and macros. Tediously verbose atRob Austein
the moment, clean that up later, but seems to work as intended. svn path=/branches/tk685/; revision=5769
2014-04-08Pull from trunk.Rob Austein
svn path=/branches/tk685/; revision=5768
2014-04-08CVE-2014-0160. Not strictly relevant as we don't use TLS, but it'sRob Austein
easier to upgrade than to answer that question even once. svn path=/trunk/; revision=5767
2014-04-07Pull tk674 changes from trunk. Required manual conflict resolutionRob Austein
because of tree changes in this (tk685) branch; with luck the subversion mergeinfo will record what happened as I intended, but if something horrible happens when this is merged back to trunk, you'll know why. Manual diff of affected files against trunk looks good. svn path=/branches/tk685/; revision=5766
2014-04-07Whack test code to work with new tree, fix relaxng.py.Rob Austein
svn path=/branches/tk685/; revision=5765
2014-04-07Add .get{Subject,Issuer}Hash() methods.Rob Austein
svn path=/branches/tk685/; revision=5764
2014-04-07merge support for GUI password resets. closes #674Michael Elkins
svn path=/trunk/; revision=5762
2014-04-07merge with ^/trunkMichael Elkins
svn path=/branches/tk674/; revision=5761
2014-04-07Fix schema generation.Rob Austein
svn path=/branches/tk685/; revision=5760
2014-04-07RP cleanup and test rules.Rob Austein
svn path=/branches/tk685/; revision=5759
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-04-05RegenRob Austein
svn path=/trunk/; revision=5754
2014-04-05Merge tk671 (router certificate support) back to trunk. See #671.Rob Austein
svn path=/trunk/; revision=5753
2014-04-05Add delete_certificate_request and show_certificate_requests to rpkic.Rob Austein
svn path=/branches/tk671/; revision=5751
2014-04-04Initial rpki-rtr support for router certificates. Runs, but not yetRob Austein
tested beyond `smoketest.1.yaml` and `--client loopback`. svn path=/branches/tk671/; revision=5750
2014-04-04RegenRob Austein
svn path=/branches/tk671/; revision=5749
2014-04-04Sigh, cut-and-paste of missing copyright-and-license notice from IETFRob Austein
web site picked up non-ASCII punctuation characters which eventually caused Python to choke due to lack of encoding declaration. Substituting boring ASCII equivalents for whizzy punctuation. svn path=/branches/tk671/; revision=5748
2014-04-04RegenRob Austein
svn path=/branches/tk671/; revision=5747
2014-04-04Update copyrights.Rob Austein
svn path=/branches/tk671/; revision=5746
2014-04-03If we're going to remove the poststart function we'd better not try to call it.Rob Austein
svn path=/branches/tk671/; revision=5745
2014-04-03Remove deferred-upgrade stuff, we don't need it at the moment, it'sRob Austein
fragile, and this may not really be the right approach anyway. svn path=/branches/tk671/; revision=5744
2014-04-03Turns out we don't really need the whole deferred-upgrade mess afterRob Austein
all, at least not yet. Real problem was AIA handling, now fixed. svn path=/branches/tk671/; revision=5743
2014-04-03Helps to fix the code as well as the comments.Rob Austein
svn path=/branches/tk671/; revision=5742
2014-04-02Need AIA check for signed object certificates too.Rob Austein
svn path=/branches/tk671/; revision=5741
2014-04-02Get AIA comparison right.Rob Austein
svn path=/branches/tk671/; revision=5740
2014-04-02Track changes in URI at which parent publishes our CA certificate, andRob Austein
propegate those changes to certs we issue. svn path=/branches/tk671/; revision=5739
2014-04-02Log something before running deferred upgrades.Rob Austein
svn path=/branches/tk671/; revision=5738
2014-04-02Don't try to batch revocations.Rob Austein
svn path=/branches/tk671/; revision=5737