Enable debug in AnyEvent::Handle

Marc Lehmann schmorp at schmorp.de
Fri Jan 21 10:35:13 CET 2011


On Thu, Jan 20, 2011 at 09:03:33PM -0800, R bob <rb_newsletter at yahoo.com> wrote:
> Is there a way to print the server finished message and client finished message 
> in TLS handshake?

Likely, but likely not without some XS. See the Net::SSLeay documentation
and module sources for details, TLS is handled by that module.
(SSL_get_finished might be a candidate).

You can get the Net::SSLeay::CTX object using the ->ctx method on the
AnyEvent::TLS object (best create it yourself).

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the anyevent mailing list