Hello, I 'd like to know at what time have I to call SSL_free( ) and SSL_CTX_free( ) 1) For example, I call SSL_CTX_free( ) when a call to a function which fill in the CTX fails ( SSL_CTX_set_cipher_list( ), SSL_CTX_use_certificate_file( ), ..., SSL_CTX_set_verify( ) ). I am wondering if it is a good idea. 2) I call both SSL_free( ) and SSL_CTX_free( ) when a function using SSL object fails. it concerns SSL_connect( ), SSL_accept( ), SSL_get_verify_result(), ... is that OK ? thanks
- at what time must I call SSL_free( ) / SSL_CTX_free( ... Aro RANAIVONDRAMBOLA
- Re:at what time must I call SSL_free( ) / SSL_CT... lzyzizi
- Re: at what time must I call SSL_free( ) / S... Aro RANAIVONDRAMBOLA
- Re:Re: at what time must I call SSL_free( ) ... lzyzizi
- Re: Re: at what time must I call SSL_fre... Aro RANAIVONDRAMBOLA
- Re:Re: Re: at what time must I call SSL_... lzyzizi