I'm using LWP with SSL (HTTPS) support and I would like to somehow grant the authenticity of received HTTPS replies (or packets). For example I download "textfile.txt" through HTTPS, I would like to extract a digital signature (or something like this) that certifies that the file was downloaded from that server from that URL and the content hasn't been modified. Is this possible?