I have requirement to set Maximum Fragment Length Negotiation for SSL records in my C++ application. I am using curlpp and wolfSSL for SSL support.
In wolfSSL I can find wolfSSL_UseMaxFragment(), and wolfSSL_CTX_UseMaxFragment() which supports this feature. However I am not able to find any such option to set in curlpp in options.hpp.
I am very new to curl and curlpp. Please let me know how I can achieve this.