aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/https.py
AgeCommit message (Expand)Author
2009-07-04Terminate erroneous connections even if they would have beenRob Austein
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
2009-06-09CheckpointRob Austein
2009-06-08CheckpointRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-02Fix handling of SystemExit exceptionsRob Austein
2009-06-02Cleanup of POW return values.Rob Austein
2009-06-02Better handling of two-phase TLS shutdown.Rob Austein
2009-06-01POW.Ssl.AddTrust and custom X509 verification handler.Rob Austein
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-30CheckpointRob Austein
2009-05-26New test case, with deep hostingRob Austein
2009-05-21rpkid hosting (self_id > 1) now working! Not well-tested yet.Rob Austein
2009-05-19LintRob Austein
2009-05-17Defer connection attempts until after allowing I/O to run, in caseRob Austein
2009-05-17CheckpointRob Austein
2009-05-16Turn off detailed HTTP logging (for now, anyway)Rob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-05-11Pass ExitNow exceptions through, as signal handlers can raise them at any time.Rob Austein
2009-05-10LintRob Austein
2009-05-10Checkpoint. Conversion to errback() mechanism started, not yetRob Austein
2009-05-09CheckpointRob Austein
2009-05-08A bit more HTTP client cleanup.Rob Austein
2009-05-08Rototill HTTP client logic. It's still nasty, but cleaner than it was.Rob Austein
2009-05-08CheckpointRob Austein
2009-05-08CheckpointRob Austein
2009-05-08CheckpointRob Austein
2009-05-08CheckpointRob Austein
2009-05-06Wasn't handling ExitNow correctlyRob Austein
2009-05-06CheckpointRob Austein
2009-05-05CheckpointRob Austein
2009-05-05Clean up properly on client timeout.Rob Austein
2009-05-04Handle missing case that was keeping persistent connections from working.Rob Austein
2009-05-04Rip out old HTTPS code, replace with new asynchronous HTTP code (sic:Rob Austein
2009-04-29More lintRob Austein
2009-04-29First pass with pylintRob Austein
2009-04-28CleanupRob Austein
2009-04-26At this point "make all-tests" runs to completion with callbacks.Rob Austein
2009-04-20CheckpointRob Austein
2009-04-18Checkpoint. Beginning of refactoring into a callback-basedRob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-06-06Remove unnecessary log messageRob Austein
2008-06-05Wrap signal handlers httpd.server_forever() to allow a clean shutdown,Rob Austein
2008-05-27CheckpointRob Austein
2008-05-16NitRob Austein
2008-05-15Clean up TLS certificate handling and a lot of debugging code.Rob Austein
2008-05-15Tweak TLS cert chain validation to fit BPKI model.Rob Austein
2008-05-12CheckpointRob Austein
2008-05-12Add X509Store.verifyDetailed()Rob Austein