Codebase list libpoe-component-sslify-perl / f6f21d1
tweak of example scripts Apocalypse 15 years ago
5 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * 0.15
33
44 Added "examples/serverclient.pl" to track down same-process sslification problems, thanks LotR!
5
56 Applied patch from BinGOs to support passing custom $ctx for Server_SSLify, thanks! RT#43018
6 Switched over to Test::Apocalypse for easy AUTHOR tests
7
8 Switched over to Test::Apocalypse for easy author tests
9
10 Added experimental NONBLOCKING code, thanks ASCENT for the motivation!
711
812 * 0.14
913
00 #!/usr/bin/perl
11 use strict; use warnings;
2
3 # to use experimental nonblocking, uncomment this line
4 #sub POE::Component::SSLify::NONBLOCKING { 1 }
25
36 use POE;
47 use POE::Component::SSLify qw( Client_SSLify );
00 #!/usr/bin/perl
11 use strict; use warnings;
2
3 # to use experimental nonblocking, uncomment this line
4 #sub POE::Component::SSLify::NONBLOCKING { 1 }
25
36 use POE;
47 use Socket qw( inet_ntoa unpack_sockaddr_in );
00 #!/usr/bin/perl
11 use strict; use warnings;
2
3 # to use experimental nonblocking, uncomment this line
4 #sub POE::Component::SSLify::NONBLOCKING { 1 }
25
36 use POE;
47 use Socket qw( inet_ntoa unpack_sockaddr_in );