Project

General

Profile

Actions

Feature #8126

open

OpenSSL::SSL::SSLSocket does not define #recv and #send messages

Added by postmodern (Hal Brodigan) almost 11 years ago. Updated over 4 years ago.

Status:
Assigned
Target version:
-
[ruby-core:53553]

Description

OpenSSL::SSL::SSLSocket does not define #recv/#send methods and is not compatible with TCPSocket.


Related issues 1 (1 open0 closed)

Has duplicate Ruby master - Feature #12077: Consolidate SSLSocket interface with TCPSocketOpenActions

Updated by postmodern (Hal Brodigan) almost 11 years ago

Here is a list of methods which are defined by TCPSocket, but not SSLSocket:

  • recvfrom
  • shutdown
  • getsockname
  • getpeername
  • local_address
  • remote_address
  • recv
  • recv_nonblock
  • do_not_reverse_lookup
  • sendmsg
  • sendmsg_nonblock
  • recvmsg
  • recvmsg_nonblock
  • connect_address

Updated by zzak (zzak _) almost 11 years ago

Do you have a use-case for these methods? Or do you just want them added for consistency?

Updated by MartinBosslet (Martin Bosslet) over 10 years ago

I agree that it would be better design if SSLSocket responded to the same interface that TCPSocket responds to. However, that's quite a bunch of methods, it would take quite a while to implement them all... Are there any methods in particular that you are missing the most from that list?

Updated by lisukorin (Rafał Lisowski) over 10 years ago

I don't know how @postmodern (Hal Brodigan) but I miss the getpeername the most.

Actions #5

Updated by zzak (zzak _) over 8 years ago

  • Assignee changed from MartinBosslet (Martin Bosslet) to 7150
Actions #6

Updated by naruse (Yui NARUSE) almost 7 years ago

  • Has duplicate Feature #12077: Consolidate SSLSocket interface with TCPSocket added

Updated by hsbt (Hiroshi SHIBATA) over 6 years ago

  • Status changed from Open to Assigned
  • Assignee changed from 7150 to rhenium (Kazuki Yamaguchi)
Actions #8

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Tracker changed from Bug to Feature
  • ruby -v deleted (ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux])
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0