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

2011-12-30 Thread Robin Seggelmann via RT
A new version with auto-generated error codes (instead adding them manually) and improved extension state initialization. Best regards Robin dtls-tls-heartbeats-1.0.1.patch Description: Binary data

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.

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 #2658] [PATCH] Add TLS/DTLS Heartbeats

2011-12-26 Thread Michael Tuexen
On Dec 26, 2011, at 8:25 PM, Stephen Henson via RT wrote: [seggelm...@fh-muenster.de - Fri Dec 23 09:04:52 2011]: Updated version with less defines and without breaking binary compatibility. Thank you. We've only got one SSL_OP flag left. Would it be possible to use an alternative to

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

2011-12-23 Thread Robin Seggelmann via RT
Updated version with less defines and without breaking binary compatibility. Best regards Robin dtls-tls-heartbeats-1.0.1.patch Description: Binary data

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

2011-12-20 Thread Robin Seggelmann via RT
Here is an updated version with the numbers for the Heartbeat Protocol and the Hello Extension assigned by IANA. Best regards Robin Here is an updated version with the numbers for the Heartbeat Protocol and the Hello Extensionassigned by IANA. Best regardsRobin dtls-tls-heartbeats-1.0.1.patch

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

2011-12-15 Thread Robin Seggelmann via RT
This patch adds TLS/DTLS Heartbeats, as described in tools.ietf.org/html/draft-ietf-tls-dtls-heartbeat Heartbeats can be sent any time when no handshake is in progress to check the availability of the peer. The retransmission feature of DTLS is used to repeat lost Heartbeats. If no response is