aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rootd.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-02-20Whack RSA-specific code to a more general API using PrivateKey andRob 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-09Update more copyrights, clean up module doc blocks.Rob Austein
2014-01-09getopt -> argparse, update copyright.Rob Austein
2014-01-07Set notBefore value directly when issuing certificates to avoid raceRob Austein
2013-10-01Map a few more exceptions to proper up-down protocol error codes,Rob Austein
2013-07-17Drop rootd's manifest and CRL interval down to same interval used forRob Austein
2013-07-17Bump default lifetime of RPKI certificate rootd issues to rpkid up toRob Austein
2013-04-01Clean up various old messes in how we configure listener server andRob Austein
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2012-10-18pylintRob Austein
2012-10-17Make sure we save an updated certificate for an existing ca_detail.Rob Austein
2012-10-10Fix manifest URI broken a couple of edits ago.Rob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-03Stop whining about missing BPKI CRLs when running rootd underRob Austein
2012-05-09Run daemons as, well, daemons. Closes #246.Rob Austein
2012-03-19Sync from trunk.Rob Austein
2012-02-29Whack rootd's silly handling of CRL numbers and subject certificateRob Austein
2012-02-17Revoke certificates and clean up published objects when processing aRob Austein
2012-02-16Changed BPKI certification model for rootd with new IRDB means thatRob Austein
2012-02-09merge with /trunkMichael Elkins
2012-02-03Change manifest filename extension from .mnf to .mft, to comply withRob Austein
2012-01-30merge with tk100Michael Elkins
2012-01-26Manifest EE certificates were not including the SIA signedObject URI,Rob Austein
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2011-10-06Use Auto_update for all BPKI objects (fixes #68).Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2010-12-14Move all daemons to modulesRob Austein