celluloid / celluloid-io

UNMAINTAINED: See celluloid/celluloid#779 - Evented sockets for Celluloid actors
https://celluloid.io
MIT License
879 stars 93 forks source link

Delegate #post_connection_check on Celluloid::IO::SSLSocket #140

Closed tarcieri closed 9 years ago

tarcieri commented 9 years ago

This method is needed to perform hostname verification, without which MitM attacks are possible using any cert rooted in the local truststore.

digitalextremist commented 9 years ago

:+1: