add note about renegotiation and connection function
Apocalypse
11 years ago
6 | 6 |
PLEASE yell at me if you need the old functionality - the docs suggest this is the "better" way to do it...
|
7 | 7 |
|
8 | 8 |
Add the ability to pass a subref to call on connection/negotiation success, thanks Zephaniah E. Loss-Cutler-Hull <warp-spam_perl@aehallh.com>
|
9 | |
NOTE: This will not work if you do a renegotiation or any other zany SSL stuff!
|
|
9 |
NOTE: This will not work if you do renegotiation or any other zany SSL stuff!
|
10 | 10 |
Add the SSLify_GetStatus function to get the status of the connection
|
11 | 11 |
|
12 | 12 |
1.003
|
520 | 520 |
L<http://security.freebsd.org/advisories/FreeBSD-SA-09:15.ssl.asc> which explains it in detail. The test will skip this function
|
521 | 521 |
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.
|
522 | 522 |
|
|
523 |
NOTE: Calling this means the connection function you passed in L</Client_SSLify> or L</Server_SSLify> will not fire! If you need this
|
|
524 |
please let me know and we can come up with a way to make it work.
|
|
525 |
|
523 | 526 |
=head2 In-Situ sslification
|
524 | 527 |
|
525 | 528 |
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
|