aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/https.py
AgeCommit message (Expand)Author
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-09-10Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks.Rob Austein
2010-09-09Downgrade syslog priority of a few messagesRob Austein
2010-08-30Another dropped exception event, sigh.Rob Austein
2010-07-14Use setsockopt() to force normal (ie, BSD-like) IPv6 socket behaviorRob Austein
2010-07-14Fix several Linux-related problems found during last workshop:Rob Austein
2010-06-10SSLUnexpectedEOF needs to be a special case for .tls_accept(), to avoidRob Austein
2010-06-10Partial cleanup of exception and timeout handling.Rob Austein
2010-06-09More IPv6 server fun.Rob Austein
2010-06-09Grr, socket.bind() fails for IPv6, dunno why. Disable IPv6 again.Rob Austein
2010-06-05Don't import rpki.adns unless we're using itRob Austein
2010-06-05Preliminary asynchronous DNS and IPv6 support for rpkid et al.Rob Austein
2010-06-05Add rpki.adns.getaddrinfo()Rob Austein
2010-06-04Preliminary support for asynchronous DNS.Rob Austein
2010-05-24Bugfix from Gary Kennedy: handle HTTPS close event properly if itRob Austein
2010-04-12LintRob Austein
2010-03-23Try for slightly less insane handling of cert errors during TLS accept.Rob Austein
2010-03-17Log host and port on connection failures, even if it's in an uglyRob Austein
2010-03-17Don't ask XML layer for verbose mode when we don't need it.Rob Austein
2010-03-16Update copyright noticesRob Austein
2010-03-16IPv6 support, mostly.Rob Austein
2010-03-16We weren't honoring the host parameter to rpki.https.server(). Apparently no...Rob Austein
2010-02-25Refactor "caller" class(es) and move into library.Rob Austein
2010-01-24Get rid of spurious connection timeout messages (helps to cancel theRob Austein
2010-01-24LoggingRob Austein
2010-01-24Tweak twisty maze of connection shutdown code to adhere more closelyRob Austein
2010-01-20Clean up handling of incompletely initialized connections.Rob Austein
2009-12-22Handle exception that was causing unintended exit from event_loop(),Rob Austein
2009-12-22Turn off persistant connections, premature optimization of somethingRob Austein
2009-12-21Log connection data on (some) exceptions.Rob Austein
2009-12-21Handle SSLUnexpectedEOFError in .tls_accept() so that sysmond probes won't ba...Rob Austein
2009-12-21Seriously outdated header comment.Rob Austein
2009-12-02Implement deferred action queue separate from timers.Rob Austein
2009-12-01Clean up timer debugging code. Clear pointers in a few places thatRob Austein
2009-09-14Rework call_pubd() error handlingRob Austein
2009-09-11CleanupRob Austein
2009-09-04CleanupRob Austein
2009-09-04Clean up some whacked exception handling.Rob Austein
2009-08-28myirbe now supports running rpkid without pubd.Rob Austein
2009-08-28Clean up old "stable" branch that is now badly out of dateRob Austein
2009-08-24Update stale commentRob Austein
2009-08-24Separate HTTP protocol debug logging from TLS certificate debugRob Austein
2009-08-02Our first Python 2.6 compatability bug.Rob Austein
2009-07-31Several little portability fixesRob Austein
2009-07-29Massively increase https timeout interval. Enable slow-and-safeRob Austein
2009-07-18Fix race condition in TLS connect phase of HTTPS client state machine.Rob Austein
2009-07-18Document a bunch of assertions. Fiddle with HTTPS timeouts.Rob Austein
2009-07-18DebugRob Austein
2009-07-17Include more details in assertionRob Austein
2009-07-17CleanupRob Austein