How to fix Heartbleed for Magento?
What is Heartbleed?
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows an unprivileged attacker to steal vital information without a trace. Use our tester to check if your site is vulnerable.
How to fix?
Upgrade your OpenSSL library, or force your hosting provider to do so (if not yet done).
[php]yum update openssl[/php]
Or
[php]apt-get upgrade openssl[/php]
restart ALL your services that use openSSL