aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-12Checkpoint working version of x509_object_get_rfc3779(). HideouslyRob Austein
2012-09-11Fix exception hierarchy. Add KeyUsage methods; some details willRob Austein
2012-09-10Checkpoint after a lot more cleanup and simplification. No longerRob Austein
2012-09-08Drag rpki.POW classes kicking and screaming into the 21st century.Rob Austein
2012-09-07Synchronize after updating BPKI.Rob Austein
2012-09-06Error handling cleanup.Rob Austein
2012-09-05Prune a whole lot of unused EVP_CIPHER code. The only purpose thatRob Austein
2012-09-05Forgot that POW.pkix uses Asymmetric.sign() and Asymmetric.verify().Rob Austein
2012-09-05Another POW.c cleanup checkpoint.Rob Austein
2012-09-05Add and use Define_Method() macro to simplify method tables and set upRob Austein
2012-09-05Cleanup checkpoint: METH_NOARGS.Rob Austein
2012-09-04More pruning.Rob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-04CleanupRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03Clean up multi-value RDN handling.Rob Austein
2012-09-03More useful debugging code.Rob Austein
2012-09-03Add yamlconf to ruleset.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-09-02Whack X509_NAME code to use an encoding compatible with multi-valueRob Austein
2012-09-02Clean up a lot of gratuitous use of dynamic memory.Rob Austein
2012-09-01Don't write .csv files when in --skip_config mode. This was maskingRob Austein
2012-09-01Clean up X509_object_helper_set_name() and teach it to deal withRob Austein
2012-09-01Whoops, need to dump CSV files even for hosted entities.Rob Austein
2012-08-31More cleanup.Rob Austein
2012-08-31Clean up X509_object_helper_get_name().Rob Austein
2012-08-31Merge from trunk.Rob Austein
2012-08-31Don't whack publication_base_directory when not running in --loopbackRob Austein
2012-08-31Tweak shutdown to give children more time to save profile data.Rob Austein
2012-08-30Leave BPKI directory setting alone when not in loopback mode. As aRob Austein
2012-08-30Iain really wants "irdbd.sql" instead of "irdb.sql". The latter isRob 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-29Nit: print file's name, not repr of file object.Rob Austein
2012-08-29Switch from getopt to argparse.Rob Austein
2012-08-28Split yamlconf profiling out into separate Makefile target.Rob Austein
2012-08-28Make a few more things configurable, for compatability with Iain'sRob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-08-27Create missing SQL databases if given MySQL root password, otherwiseRob Austein
2012-08-27NitRob Austein
2012-08-27Use SHOW TABLES and pattern matching rather than fixed count whenRob Austein
2012-08-27Use SHOW DATABASES and pattern matching to determine which databasesRob Austein
2012-08-27setproctitle hack. Useful with smoketest/yamltest/yamlconf, may needRob Austein
2012-08-24Tweak to support yamlconf profiling.Rob Austein
2012-08-24Cleanup, add timestamps.Rob Austein
2012-08-24Add --loopback to yamlconf and --synchronize to yamltest, so that weRob Austein