fadinglr
fadinglr
in openssl, ssl3_get_record will only get one record each time when called. while in tlse, ` unsigned char client_message[0xFFFF]; // accept int read_size; while ((!context->application_buffer_len) && ((read_size = _private_tls_safe_read(context, (char...
I am familiar with c++ and have the ability to add ssl support to the client/probe side, but i do not know how to rewrite the serve side with java.
Thanks for your reply! Actually with the tlse(a header only tls1.2/1.3 library, you can refer it at https://github.com/eduardsui/tlse), I can encrypt the communication simply within a hundred lines change. It...
very greate bug report which solved my confusions, thanks