What you want is just not possible. The openssl SSL structure lives in the openssl library and only an integer (likely, a pointer to the C structure) is exported to Perl.
I wonder why you want to store the SSL structure in a file? A socket connection does usually not survive if the program that created it exits. You will have to recreate the connection every time your program runs.
In reply to Re: How to store the openssl's SSL structure in perl Net::SSLeay
by Corion
in thread How to store the openssl's SSL structure in perl Net::SSLeay
by fwingx
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |