Assuming one is logging all data between the client browser and the HTTPS server, is it possible to later decrypt that logged data, once the private key has been stolen from the webserver?
Or, perhaps separate private keys are generated on the fly for data transmission (independent of certificate signing) in which case that would not be possible?
In other words, does HTTPS provide forward secrecy?