diff --git a/Changes b/Changes index 2348909..d9313df 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,7 @@ PLEASE yell at me if you need the old functionality - the docs suggest this is the "better" way to do it... Add the ability to pass a subref to call on connection/negotiation success, thanks Zephaniah E. Loss-Cutler-Hull - NOTE: This will not work if you do a renegotiation or any other zany SSL stuff! + NOTE: This will not work if you do renegotiation or any other zany SSL stuff! Add the SSLify_GetStatus function to get the status of the connection 1.003 diff --git a/lib/POE/Component/SSLify.pm b/lib/POE/Component/SSLify.pm index 0de98d4..a0af991 100644 --- a/lib/POE/Component/SSLify.pm +++ b/lib/POE/Component/SSLify.pm @@ -521,6 +521,9 @@ L which explains it in detail. The test will skip this function if it detects that you're on a broken system. However, if you have the updated OpenSSL library that fixes this you can use it. +NOTE: Calling this means the connection function you passed in L or L will not fire! If you need this +please let me know and we can come up with a way to make it work. + =head2 In-Situ sslification You can have a normal plaintext socket, and convert it to SSL anytime. Just keep in mind that the client and the server must agree to sslify