Hi!
 
I am developing something like "Sniffer".
After establishing TCP connection and SSL handshake client and server start to transmit the data. If the data is in one TCP segment it is fine. But when SSL data record is longer than one TCP segment I need to store them and decrypt after last segment arrived using EVP_Cipher() function. Is any other way to decrypt data by segments? Let say after first segment I can decrypt it without waiting for all data segments.
 
Thanks,
Oleg

Reply via email to