← Back to context Comment by chirayuk 12 years ago Would love to see the code and test it against a rebuilt a patched nginx. 3 comments chirayuk Reply somuser01 12 years ago Filippo has hosted it with github.https://github.com/FiloSottile/Heartbleed danielhlockard 12 years ago Just run it against it? chirayuk 12 years ago Well, I was interested in actually testing it out in code. I got it working with the pyOpenSSL bindings (I had to expose struct ssl_method_st, SSL_get_ssl_method, ssl_write_bytes and rebuild cryptography for pyOpenSSL.) Fun times.
danielhlockard 12 years ago Just run it against it? chirayuk 12 years ago Well, I was interested in actually testing it out in code. I got it working with the pyOpenSSL bindings (I had to expose struct ssl_method_st, SSL_get_ssl_method, ssl_write_bytes and rebuild cryptography for pyOpenSSL.) Fun times.
chirayuk 12 years ago Well, I was interested in actually testing it out in code. I got it working with the pyOpenSSL bindings (I had to expose struct ssl_method_st, SSL_get_ssl_method, ssl_write_bytes and rebuild cryptography for pyOpenSSL.) Fun times.
Filippo has hosted it with github.
https://github.com/FiloSottile/Heartbleed
Just run it against it?
Well, I was interested in actually testing it out in code. I got it working with the pyOpenSSL bindings (I had to expose struct ssl_method_st, SSL_get_ssl_method, ssl_write_bytes and rebuild cryptography for pyOpenSSL.) Fun times.