aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-10More dependency updates (development branch). Probably brokeRob Austein
2016-02-10Start updating build packaging for brave new world.Rob Austein
2016-02-09Commit a couple of bugfixes Lachlan Kang found last summer (inRob Austein
2016-02-09Handle OpenSSL verification codes that aren't present in older OpenSSL branches.Rob Austein
2016-02-08Add note on TLS certificate validation.Rob Austein
2016-01-29Tweaks to handle large RRDP deltas better.Rob Austein
2016-01-29Whack rcynicng to produce an XML file which rcynic-html can parse:Rob Austein
2016-01-28Add HTTPS timeout control.Rob Austein
2016-01-26Use new rcynicdb iterator for rpki-rtr generation. May need to reviseRob Austein
2016-01-26Add (mostly) backwards-compatible iterator which handles findingRob Austein
2016-01-23Cleanup.Rob Austein
2016-01-23Pre-fetch a small number of deltas ahead of what we're currentlyRob Austein
2016-01-23Tweak logging. Rewrite object checking loop to be a bit clearer.Rob Austein
2016-01-23Cleanup.Rob Austein
2016-01-23Remove last vestiges of "__metaclass__ = models.SubfieldBase"Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2016-01-20Process deltas incrementally (one SQL commit per delta) and mutateRob Austein
2016-01-20Handle TLS errors. Log a bit more about delta processing.Rob Austein
2016-01-20Tweak cleanup code again.Rob Austein
2016-01-16More exception handling (socket.error, IOError, ...).Rob Austein
2016-01-16Clean up HTTPS error handling. Attempt to work around DjangoRob Austein
2016-01-15RRDP seems to work now, at least with RIPE's implementation.Rob Austein
2016-01-14Rework final_cleanup() to have some chance of working with RRDP.Rob Austein
2016-01-13Checkpoint of first cut at RRDP client code. RRDP client code not yetRob Austein
2016-01-11Add (preliminary) database cleanup code.Rob Austein
2016-01-11Add rcynic-dump as a blunt instrument to let existing file-basedRob Austein
2016-01-10First apparently-working version of rcynicng using database instead ofRob Austein
2016-01-08Start converting rcynicng to use a database.Rob Austein
2016-01-06Add minimal HTTPS server to yamltest, for RRDP testing.Rob Austein
2015-12-08Rewrite questionable address length check in check_roa().Rob Austein
2015-12-08Fall back to HTTP if we can't find an HTTPS URI for rpkiNotify; theRob Austein
2015-12-07Finish prying RPKI conformance checks apart from object verification.Rob Austein
2015-12-07Pull from trunk.Rob Austein
2015-12-07Update OpenSSL to version 1.0.2e.Rob Austein
2015-12-07Start decoupling RPKI profile conformance checks from objectRob Austein
2015-12-07Move validation callback to Python.Rob Austein
2015-12-06Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k...Rob Austein
2015-12-06Fix rcynicng directory rotation code. Checkpoint along the way toRob Austein
2015-11-29Fix confused handling of staleness flags.Rob Austein
2015-11-29Simplify main object checking loop by moving loop over objectRob Austein
2015-11-29Move more trivial tests from C to Python.Rob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein
2015-11-28yield when putting to task queue even though we expect the future toRob Austein
2015-11-28Clean up CheckTALTask.Rob Austein
2015-11-28Handle staleness and staleness-tainting checks in Python.Rob Austein
2015-11-28Record staleness tainting.Rob Austein
2015-11-28Rework StatusCodeDB.normalize(). Apparently order of set operationsRob Austein
2015-11-27Simplify manifest walking code: we don't need to walk both current andRob Austein
2015-11-27Don't dump core if check_aki() is called with an issuer certificateRob Austein
2015-11-27Tweaks to bring rcynicng more into line with rcynic's behavior.Rob Austein