Re: Hitting seg fault in AES_wrap_key() when Key is 512 bits in length

2012-04-08 Thread Ken Goldman
On 4/5/2012 7:46 PM, Dave Thompson wrote: Get out of the habit of outputting 'partial' lines (not terminated by \n) in C. Sometimes it works and sometimes it doesn't. It appears in this case on your system it didn't. The standard requires complete lines to work (up to possibly a reasonable

can SSL_SESSION be re-used between connections?

2012-04-08 Thread Stéphane Charette
I have a SSL connection to a server, and the same app wants to open a 2nd connection. Can I re-use the SSL_SESSION when setting up the 2nd connection? Do I need to explicitly do something so I can skip the call to SSL_do_handshake()? Thanks. Stéphane