Re: maximum dtls connections

2011-12-27 Thread Manish Yadav
Hi Michael, thanks for info, could you please do let me know in case of dtls how much memory is allocated per connection? or any clue how do i calculate this? i want to define maximum number of concurrent connections could be supported for any dtls server. thanks, manish On Tue, Dec 27, 2011 at

Re: maximum dtls connections

2011-12-27 Thread Michael Tuexen
On Dec 27, 2011, at 5:00 PM, Manish Yadav wrote: Hi Michael, thanks for info, could you please do let me know in case of dtls how much memory is allocated per connection? or any clue how do i Hi Manish, I don't know. But you need a socket per peer and might use select() for multiplexing

Re: [openssl.org #2658] [PATCH] Add TLS/DTLS Heartbeats

2011-12-27 Thread Robin Seggelmann via RT
New version with less binary operations. SSL_OP_NO_HB_REQUEST is replaced with SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS and the alias SSL_set_tlsext_heartbeat_no_requests(ssl, arg). SSL_heartbeat_pending(ssl) is replaced with SSL_get_tlsext_heartbeat_pending(ssl) for consistency's sake.

Docs lagging

2011-12-27 Thread Joakim Tjernlund
http://www.openssl.org/docs/crypto/ERR_remove_state.html Above URL mentions nothing about it being deprecated and its replacement ERR_remove_thread_state() is nowhere to be found. Jocke __ OpenSSL Project

Re: [openssl.org #2658] [PATCH] Add TLS/DTLS Heartbeats

2011-12-27 Thread Robin Seggelmann via RT
Remove more unnecessary binary operations. Best regards Robin dtls-tls-heartbeats-1.0.1.patch Description: Binary data

Re: [openssl.org #2051] [PATCH] IPv6 support for s_client and s_server

2011-12-27 Thread Robin Seggelmann via RT
Here is an updated version of the patch for the current 1.0.1 branch. Best regards Robin ipv6.patch Description: Binary data