Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
763 views

accept() method and tcp/ip handshake

I use java ServerSocket class for server application. Does accept() method participate in tcp/ip handshake? As I see in tcp/ip dump and from command netstat, clients establish connections with ...
2
votes
2answers
563 views

SSL_CTX_set_cert_verify_callback vs. SSL_CTX_set_verify

Can anyone tell me what is the difference between SSL_CTX_set_cert_verify_callback and SSL_CTX_set_verify? From OpenSSL docs: SSL_CTX_set_cert_verify_callback() sets the verification callback ...
2
votes
4answers
6k views

Low-Level control of RS232 (Com-Port) RTS/CTS/DTR/DSR possible?

I wonder if and how it's possible to control the RS-232 handshaking lines directly from win32 (the old C-API). I'd like to interface with an external piece of hardware, and two simple data-lines ...
1
vote
0answers
50 views

SSLHandshake errSSLClosedAbort issue

I am getting a Client Hello message from the Client during handshake and after that Server is not able to respond back with Server Hello message. The server will send this message (ServerHello) in ...
1
vote
3answers
174 views

Handshaking in HTML 5

In Websockets, which is an exciting new concept of HTML 5, there is a specific feature - Handshaking between the WebSockets server and Client. Can anyone explain what this is used for?? Thank You!!
1
vote
1answer
748 views

OpenSSL: SessionTicket TLS extension problem

I'm using an application which uses OpenSSL for client TLS side. We upgrade the OpenSSL version from 0.9.8e to 0.9.8k. And then TLS doesn't work... Wireshark shows that the new version (with OpenSSL ...
0
votes
1answer
229 views

Maintaining authentication between a WCF Client and Service? (workflow provided)

What I want to do is: 1) Authenticate the client for the first call it makes to the WCF service, this will be on a per-user basis rather than a per-application basis. 2) Check the client is ...
0
votes
2answers
664 views

Joomla Standalone Script in PHP - Handshake

I want to grab the User Object in Joomla in another PHP script. Anway, what I want to do is grab the Joomla User (JUser) on a non-Joomla page. More or less I want a way to grab the joomla username, ...