Top "Heartbleed-bug" questions

The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library.

Windows Server 2012 R2 and IIS affected by Heartbleed exploit?

"OpenSSL 1.01 — the one production version affected — had been shipping since March 12, 2012" Does this (above) mean that a Windows 2012 R2 server …

iis ssl openssl windows-server-2012 heartbleed-bug
What are SSL heartbeats?

With all the chatter going on about the heartbleed bug, it's hard to find information on what exactly the exploited …

apache ssl openssl heartbleed-bug
How can I ensure that Ruby uses an OpenSSL not vulnerable to Heartbleed?

Following the Heartbleed bug, this post on ruby-lang.org describes how to check vulnerability and upgrade. It includes this advice: …

ruby openssl heartbleed-bug
Is AWS, specifically the load balancer service affected by SSL "Heart Bleed" exploit?

I can't find information on what versions they're using. I'd expect AWS to make a statement about this, because it's …

security ssl amazon-web-services openssl heartbleed-bug
HeartBleed python test script

I came across this Python script that tests the server for the HeartBleed vulnerability: Would someone be able to explain …

python security openssl heartbleed-bug
How do I enable EVP functions in openssl?

I am trying to update my web server to the latest openssl with the heartbleed patch ( 1.0.1g ). I grabbed the …

linux openssl heartbleed-bug
Solving Heartbleed issue on Tomcat with APR and OpenSSL. Compilation errors

I am running TeamCity on a Windows machine that uses Tomcat as a web server and uses Apache Portable Runtime (…

windows tomcat openssl apr heartbleed-bug