Adapting proxo 4.5 to the latest OpenSSL DLLs
|
Nov. 15, 2014, 07:59 AM
(This post was last modified: Nov. 15, 2014 08:02 AM by amy.)
Post: #23
|
|||
|
|||
RE: Adapting proxo 4.5 to the latest OpenSSL DLLs
I've also been working on patching Proxomitron to work with latest OpenSSL and have success with 1.0.1j, accepts custom cipher configuration and SNI support.
Here is a brief list of modifications so far, I am still testing it out: - OpenSSL_add_all_algorithms replaced with SSL_library_init - Allow configuration of cipher list via SSL_CTX_set_cipher_list (disabled all insecure ciphers) - SNI support! https://www.ssllabs.com/ssltest/viewMyClient.html says Code: Protocols* Still todo improvements: Disable SSLv3 (prevent POODLE attack) SubjectAltName extension Wildcard certificates checking OCSP stapling (after all the above, this one will take quite a bit more code) |
|||
« Next Oldest | Next Newest »
|