Adapting proxo 4.5 to the latest OpenSSL DLLs
|
Jan. 03, 2015, 05:05 PM
(This post was last modified: Jan. 03, 2015 05:06 PM by amy.)
Post: #32
|
|||
|
|||
RE: Adapting proxo 4.5 to the latest OpenSSL DLLs
These are now done in the patch I'm currently testing:
- SubjectAltName extension - Wildcard certificates checking No more "hostname doesn't match the site" warnings from that, and it's better than bypassing the check completely. I managed to squeeze the code for doing it in the same space taken up by the original certificate check function, which didn't actually check much. Proxomitron was originally not doing multithreaded SSL correctly so, on a multicore machine, it occasionally crashed with many simultaneous SSL requests. I've fixed that too along with not checking return value of SSL_connect() function (caused another crash if the connection somehow failed.) This is going to be a pretty big patch - there's almost 1.5KB changed - so I'm going to test it for a little while more and then release it when I feel it's stable enough. |
|||
« Next Oldest | Next Newest »
|