aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2012-10-17Make sure we save an updated certificate for an existing ca_detail.Rob Austein
2012-10-17Oops, check_*_schema variables are booleans, use right method.Rob Austein
2012-10-17CRLs work better if one remembers to set the list of certificatesRob Austein
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob 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-11Convert rpki.x509.X509._issue() to use POW instead of POW.pkix.Rob Austein
2012-10-11Use POW instead of POW.pkix to decode certificate resources.Rob Austein
2012-10-11CleanupRob Austein
2012-10-10Convert ROAs and manifests to use POW CMS subclasses. Start inchingRob Austein
2012-10-10Fix manifest URI broken a couple of edits ago.Rob Austein
2012-10-09Delete broken definition of Ghostbusters class (which nothing everRob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-10-09Calculate SKI directly from POW.Asymmetric object.Rob Austein
2012-10-05Convert another chunk of Python code to use new POW classes. Clean upRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
2012-09-30Implement conversion between DER and POW formats for PKCS10 class.Rob Austein
2012-09-29Convert BasicConstraints to use new POW method.Rob Austein
2012-09-29Convert a few rpki.x509 methods to use the new rpki.POW code.Rob Austein
2012-09-20Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use newRob Austein
2012-09-07Synchronize after updating BPKI.Rob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03More useful debugging code.Rob Austein
2012-09-03Switch X501DN to use (new) POW format internally.Rob Austein
2012-09-02Checkpoint of tweaks to rpki.x509.X501DN class prior to flipping thatRob Austein
2012-08-31Merge from trunk.Rob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
2012-08-29Clean up excessive debug logging.Rob Austein
2012-08-29Simplify iterator core.Rob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-08-27setproctitle hack. Useful with smoketest/yamltest/yamlconf, may needRob Austein
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-08-24TypoRob Austein
2012-08-23Checkpoint.Rob Austein
2012-08-23Debug with larger configurations.Rob Austein
2012-08-22Cleanup.Rob Austein
2012-08-22Checkpoint of new testbed configuration tool.Rob Austein
2012-08-21Use .raw() SQL queries when constructing Child.resource_bag (moreRob Austein
2012-08-20Add a few more self.overdue checks to ROA and child certificate loops.Rob Austein
2012-08-20Rewrite voluntary scheduler yield code to be in terms of elapsed timeRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-20Skip publication when nothing changed.Rob Austein
2012-08-20Don't write unchanged BPKI files: nothing bad happens if we do, butRob Austein