Age | Commit message (Expand) | Author |
2014-02-20 | Reformat some bits that were so bad I couldn't read them. | Rob Austein |
2014-02-19 | Add router_cert specification to a test configuration. | Rob Austein |
2014-02-19 | Start adding router certificates to test harness. | Rob Austein |
2014-02-19 | Add ee_cert_obj and its maintenance task to rpkid. Not tested yet. | Rob Austein |
2014-02-18 | Add support for setting serialNumber attribute in certificate names, | Rob Austein |
2014-02-15 | Clean up task queue initialization. | Rob Austein |
2014-02-15 | Rework add_router_certificate_request to parse the XML format. | Rob Austein |
2014-02-15 | Regen | Rob Austein |
2014-02-14 | Fix XML encoding/decoding of <list_ee_certificate_requests_elt/> elements. | Rob Austein |
2014-02-13 | Better way to handle _object_exception_helper() failures. | Rob Austein |
2014-02-13 | Failure of one of the _extension_helper() functions isn't really an | Rob Austein |
2014-02-01 | Oops, smoketest.py depends on the DROP TABLE IF EXISTS statements in rpkid.sql. | Rob Austein |
2014-02-01 | Checkpoint: Add ee_cert table to rpkid.sql. Corresponding Python | Rob Austein |
2014-01-31 | Regen | Rob Austein |
2014-01-31 | Checkpoint. Untested implementation of left-right | Rob Austein |
2014-01-30 | Regen | Rob Austein |
2014-01-30 | First cut at RelaxNG schema for router certificate request interchange. | Rob Austein |
2014-01-29 | First cut of zookeeper methods to add router certs and other EE certs. | Rob Austein |
2014-01-29 | Rework PKCS #10 sanity checking code. | Rob Austein |
2014-01-29 | Clean up OID database. Would have done this years ago, had I | Rob Austein |
2014-01-29 | Checkpoint | Rob Austein |
2014-01-28 | More consolidation of extension handling code. Debug | Rob Austein |
2014-01-28 | Add ExtendedKeyUsage, refactor extension handling code. | Rob Austein |
2014-01-27 | Pull from trunk. | Rob Austein |
2014-01-26 | Checkpoint. | Rob Austein |
2014-01-25 | Add EECertificateRequest model; untested, except to verify that | Rob Austein |
2014-01-22 | Tool to dump all object dates. | Rob Austein |
2014-01-22 | Add --help and long option names to rcynic. | Rob Austein |
2014-01-21 | Add --help support to all of the C programs in $top/utils/*. | Rob Austein |
2014-01-17 | Cleanup | Rob Austein |
2014-01-15 | Doh, helps to import errno module before using it. See #661. | Rob Austein |
2014-01-15 | Add lock file and abort timer. See #661. | Rob Austein |
2014-01-15 | Typo in format string was throwing exception-within-exception in | Rob Austein |
2014-01-15 | Add subject names to show_bpki output. | Rob Austein |
2014-01-15 | Add show_bpki command to list BPKI dates and SKIs. | Rob Austein |
2014-01-13 | str.split() -> shlex.split(), cleanup. | Rob Austein |
2014-01-12 | Use argparse for all command parsing, both argv and internal command | Rob Austein |
2014-01-11 | getopt -> argparse. Rewrite code that was still trying to use old | Rob Austein |
2014-01-11 | getopt -> argparse | Rob Austein |
2014-01-11 | Even more getopt -> argparse. Clean up some old conversion scripts. | Rob Austein |
2014-01-11 | getopt -> argparse; rework with proper dispatch mechanism. | Rob Austein |
2014-01-10 | Even more getopt -> argparse. | Rob Austein |
2014-01-10 | `pidfile` is a field in `args`, not a global. Fixes #666. | Rob Austein |
2014-01-10 | Still more getopt -> argparse. | Rob Austein |
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein |
2014-01-09 | getopt -> argparse, update copyright. | Rob Austein |
2014-01-09 | Comment typo. | Rob Austein |
2014-01-08 | getopt -> argparse, update copyright. | Rob Austein |
2014-01-08 | getopt -> argparse, update copyright. | Rob Austein |
2014-01-08 | Update OpenSSL to 1.0.1f. | Rob Austein |