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

2009-10-05 Thread Michael Tuexen via RT
Here is an updated patch which compiles without warnings on gcc 4.4. It only patches the applications and requires the updated patch for #2069. Best regards Michael appsv6.patch Description: Binary data On Sep 23, 2009, at 8:39 AM, The default queue via RT wrote: Greetings, This

Re: [openssl.org #2069] AutoReply: [PATCH] IPv6 support for DTLS

2009-10-05 Thread Michael Tuexen via RT
Here is an updated patch. It uses the union pattern to deal with sockaddr_storage. It compiles without warnings on gcc 4.4. Best regards Michael dtlsv6.patch Description: Binary data On Oct 3, 2009, at 10:44 AM, The default queue via RT wrote: Greetings, This message has been

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

2009-10-05 Thread Michael Tuexen via RT
This patch fixes an warning on platforms not defining OPENSSL_USE_IPV6. Best regards Michael appsv6.patch Description: Binary data On Sep 23, 2009, at 8:39 AM, The default queue via RT wrote: Greetings, This message has been automatically generated in response to the creation of a

Official code contribution policy

2009-10-05 Thread Mark Phalan
Hi, Is there an official policy for contributing code? I looked in the README but didn't find anything. Can copyright can be added to modified files or new files be contributed under a different (but compatible) license? Thanks, -Mark