aboutsummaryrefslogtreecommitdiff
path: root/rp
AgeCommit message (Expand)Author
2015-12-07Finish prying RPKI conformance checks apart from object verification.Rob Austein
2015-12-07Start decoupling RPKI profile conformance checks from objectRob Austein
2015-12-07Move validation callback to Python.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-27Simplify manifest walking code: we don't need to walk both current andRob Austein
2015-11-27Tweaks to bring rcynicng more into line with rcynic's behavior.Rob Austein
2015-11-26Oops, RRDP now mandates HTTPS instead of HTTP.Rob Austein
2015-11-25Starting to look like a validator. Still gets different somewhatRob Austein
2015-11-24Add stack forking. At this point the basic tasking structure looks complete.Rob Austein
2015-11-23first pass on XML output. Incomplete, but enough to get a usefulRob Austein
2015-11-23Sort out swamp of multiple generations of manifests and picking best CRL.Rob Austein
2015-11-22Convert certificate tree walking code to use new tasking model.Rob Austein
2015-11-20Checkpoint. Not useful yet, but starting to come together. Tornado is awesome.Rob Austein
2015-11-18Move StatusCode out of POW.c. New API still needs work, but thisRob Austein
2015-11-18First test of new validation code. No major surprises. Much testingRob Austein
2015-11-17First baby steps towards testing new rpki.POW extended validation code.Rob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
2015-07-21More relatively straightforward merges.Rob Austein
2014-11-16Now working against Tim's RRDP repository (really, was working a fewRob Austein
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
2014-06-02Insert blank line after URI in all TALs, in case RFC 6480 bis becomes a stand...Rob Austein
2014-05-31Still more PyLint.Rob Austein
2014-05-29PyLintRob Austein
2014-05-29New find_roa is picker about prefix syntax than the old version. NotRob Austein
2014-05-21Flush old rpki-rtr implementation.Rob Austein
2014-05-20Doh, wrong API.Rob Austein
2014-05-09Clean up old utility code we don't need anymore.Rob Austein
2014-05-02Switch all rp/utils/ programs to use the Python script versionsRob Austein
2014-05-01s/rpki.rpki_rtr/rpki.rtr/gRob Austein
2014-05-01Switch to refactored rpki-rtr implementation.Rob Austein
2014-04-26Refactor rpki-rtr code.Rob Austein
2014-04-26Cleanup.Rob Austein
2014-04-18Add support for multiple versions of rpki-rtr protocol, along withRob Austein
2014-04-17Convert all use of ipaddr and derived classes to rpki.POW.IPAddress,Rob Austein
2014-04-17Use class decorator to construct PDU dispatch list (preparation forRob Austein
2014-04-17Use rpki.POW to scan rcynic data directly, while retaining the abilityRob Austein
2014-04-16Python version of scan_roas.Rob Austein
2014-04-15Python version of uri utility.Rob Austein
2014-04-15Python version of print_rpki_manifest.Rob Austein
2014-04-15Add print_roa.py.Rob Austein