The TLS protocol puts limits on how much application data can appear in a
single record. Without knowing all the details, that seems like a very silly
requirement. There is no security reason for it.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl
> On Feb 1, 2018, at 11:42 PM, Roushan Ara wrote:
>
> currently i am using openssl for client and server communication for file
> transfer. i am facing some issue regarding the writing the content of file.my
> requirement is i have to send the whole content of some specified file to
> server
Hi All,
currently i am using openssl for client and server communication for file
transfer. i am facing some issue regarding the writing the content of
file.my requirement is i have to send the whole content of some specified
file to server for that i am using SSL_write(). i can achieve this using