aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2014-02-25Router certificates working again after changes to get subject name out of th...Rob Austein
2014-02-25Something broke MySQLdb on my laptop during a recent upgrade, and IRob Austein
2014-02-21Add EKU when generating router certificates.Rob Austein
2014-02-21Add router certificate support to yamltest, rpkic, etc.Rob Austein
2014-02-20Whack RSA-specific code to a more general API using PrivateKey andRob Austein
2014-02-20All this router certificate stuff requires enough SQL changes thatRob Austein
2014-02-20Missed case where we have to reissue EE certificate because we justRob Austein
2014-02-20Clean up ee_cert_obj class.Rob Austein
2014-02-20Pull from trunk.Rob Austein
2014-02-20Add --output option.Rob Austein
2014-02-20Checkpoint. Now generating something that looks a bit like a routerRob Austein
2014-02-20Remove dead code (old .is_leaf property, not used for years now).Rob Austein
2014-02-20Reformat some bits that were so bad I couldn't read them.Rob Austein
2014-02-19Add router_cert specification to a test configuration.Rob Austein
2014-02-19Start adding router certificates to test harness.Rob Austein
2014-02-19Add ee_cert_obj and its maintenance task to rpkid. Not tested yet.Rob Austein
2014-02-18Add support for setting serialNumber attribute in certificate names,Rob Austein
2014-02-15Clean up task queue initialization.Rob Austein
2014-02-15Rework add_router_certificate_request to parse the XML format.Rob Austein
2014-02-15RegenRob Austein
2014-02-14Fix XML encoding/decoding of <list_ee_certificate_requests_elt/> elements.Rob Austein
2014-02-13Better way to handle _object_exception_helper() failures.Rob Austein
2014-02-13Failure of one of the _extension_helper() functions isn't really anRob Austein
2014-02-01Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql.Rob Austein
2014-02-01Checkpoint: Add ee_cert table to rpkid.sql. Corresponding PythonRob Austein
2014-01-31RegenRob Austein
2014-01-31Checkpoint. Untested implementation of left-rightRob Austein
2014-01-30RegenRob Austein
2014-01-30First cut at RelaxNG schema for router certificate request interchange.Rob Austein
2014-01-29First cut of zookeeper methods to add router certs and other EE certs.Rob Austein
2014-01-29Rework PKCS #10 sanity checking code.Rob Austein
2014-01-29Clean up OID database. Would have done this years ago, had IRob Austein
2014-01-29CheckpointRob Austein
2014-01-28More consolidation of extension handling code. DebugRob Austein
2014-01-28Add ExtendedKeyUsage, refactor extension handling code.Rob Austein
2014-01-26Checkpoint.Rob Austein
2014-01-25Add EECertificateRequest model; untested, except to verify thatRob Austein
2014-01-17CleanupRob Austein
2014-01-15Doh, helps to import errno module before using it. See #661.Rob Austein
2014-01-15Add lock file and abort timer. See #661.Rob Austein
2014-01-15Typo in format string was throwing exception-within-exception inRob Austein
2014-01-15Add subject names to show_bpki output.Rob Austein
2014-01-15Add show_bpki command to list BPKI dates and SKIs.Rob Austein
2014-01-13str.split() -> shlex.split(), cleanup.Rob Austein
2014-01-12Use argparse for all command parsing, both argv and internal commandRob Austein
2014-01-11Even more getopt -> argparse. Clean up some old conversion scripts.Rob Austein
2014-01-11getopt -> argparse; rework with proper dispatch mechanism.Rob Austein
2014-01-10Even more getopt -> argparse.Rob Austein
2014-01-10`pidfile` is a field in `args`, not a global. Fixes #666.Rob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein