10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changelog for v1.0.9.1 More... over 8 years ago
On Windows, use WSAECONNABORTED instead of EPROTO to indicate connection closure due to SSL handshake error More... over 8 years ago
Fix bug in OpenSSL path detection More... over 8 years ago
Changelog for v1.0.9 More... over 8 years ago
Merge pull request #668 from sodabrew/detect_more_openssl More... over 8 years ago
Travis CI updates for new Rubies etc. More... over 8 years ago
Tidy up the extconf feature detection macros More... over 8 years ago
Try more ways to detect OpenSSL More... over 8 years ago
Merge pull request #662 from verxx/master More... over 8 years ago
Add start_tls opts :ecdh_curve, :dhparam and :fail_if_no_peer_cert More... over 8 years ago
Allow setting bind device for UDP sockets - open_datagram_socket no sets the SO_REUSEADDR flag on the socket - the SO_REUSEADDR flag needs to be set before we call bind on the socket More... over 8 years ago
Use WSAGetLastError in pipe.cpp same as ed.cpp More... over 8 years ago
Older versions of MinGW in the Ruby Dev Kit do not provide the getaddrinfo hint flags More... over 8 years ago
Typo fixes for ifndef WITH_SSL More... over 8 years ago
Merge pull request #654 from sodabrew/tls_revamp More... over 8 years ago
Add get_sni_hostname so that SSL/TLS servers can retrieve the client-requested SNI hostname More... over 8 years ago
Rename test_ssl_min_version to test_ssl_protocols More... over 8 years ago
Whitespace and parens style More... over 8 years ago
Merge pull request #640 from kdaniels/master More... over 8 years ago
Merge pull request #327 from jochemsiegel/master More... over 8 years ago
Merge pull request #486 from joshua-rutherford/RESCUE_DEFER More... over 8 years ago
Merge pull request #311 from grddev/faster_queue More... over 8 years ago
Merge pull request #630 from sodabrew/getaddrinfo More... over 8 years ago
Merge pull request #651 from sodabrew/try_cxxflags More... over 8 years ago
Test that an invalid SSL/TLS protocol raises an exception More... over 8 years ago
Add methods to get current SSL/TLS connection bits, cipher, and protocol More... over 8 years ago
Default SSL protocols are TLSv1 TLSv1.1 TLSv1.2 More... over 8 years ago
Add the cipher_list and protocols options to start_tls More... over 8 years ago
Merge pull request #653 from sodabrew/tls_eproto More... over 8 years ago
Test compiler flags with the C++ compiler and add them to CXXFLAGS More... over 8 years ago