aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/resource_set.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-01-29Clean up OID database. Would have done this years ago, had IRob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-11-01Allow iteration over all the resource_ranges in a resource_bag.Rob Austein
2013-09-01Add resource_bag.__nonzero__() method.Rob Austein
2013-03-18merge work for #460Michael Elkins
2013-03-12Use inherit_token in from_POW_rfc3779(). See #460.Rob Austein
2013-03-12improve error message when encountering a resource certificate with a RFC3779...Michael Elkins
2012-11-28Teach resource_range_ip.parse_str() to autodetect IP version. Closes #338.Rob Austein
2012-11-28Add testable property resource_range_ip.can_be_prefix for contextsRob Austein
2012-10-18pylintRob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-10-12Cleanup.Rob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-11Use POW instead of POW.pkix to decode certificate resources.Rob Austein
2012-10-10Convert ROAs and manifests to use POW CMS subclasses. Start inchingRob Austein
2012-05-03Resource overlap handling: fix handling of overlaps, and add option toRob Austein
2012-05-02More set operations.Rob Austein
2012-01-17merge with ^/branches/tk100Michael Elkins
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
2011-02-24add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of .to_r...Michael Elkins
2011-01-04POW => rpki.POWRob Austein
2010-11-10Fix handling of inheritance in EE certsRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-08-13Error in assertion messageRob Austein
2010-07-08.from_strings() methodsRob Austein
2010-07-07More refactoring and cleanupRob Austein
2010-07-07Refactor .parse_str() methodsRob Austein
2010-07-07Make resource_range_ip.prefixlen() a public method.Rob Austein
2010-06-18CleanupRob Austein
2010-06-16Add resource_set.chop_into_prefixes().Rob Austein
2010-06-15Add translation from resource_set to roa_prefix_set, clean up.Rob Austein
2010-03-16Update copyright noticesRob Austein
2010-01-14More unit tests, while looking for a reported /128 bug. Didn't findRob Austein
2009-09-19Don't throw (the wrong kind of) exceptions when given an unexpectedRob Austein
2009-09-15Rewrite resource_set.contains() to something a bit more efficient,Rob Austein
2009-09-11CleanupRob Austein
2009-07-10Add regression test for resource_set.union() bug I just fixedRob Austein
2009-07-10resource_set.union() was missing cases where one big range in set ARob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-05-28Prefixes in ROAs are allowed to overlap.Rob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-19LintRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-04-29More lintRob Austein
2008-10-13Fix a few string formatting goofs in logging and error messages.Rob Austein
2008-07-08Clean up unreadable bitstring codeRob Austein
2008-07-08Code to extract resource_range_ip values from ASN.1 was whacked.Rob Austein