Re: [openssl.org #3343] [PATCH] implements name contraint for IP Address

2014-05-24 Thread Luiz Angelo Daros de Luca
Thanks Matt. Em 23/05/2014 19:36, Matt Caswell via RT r...@openssl.org escreveu: Hi Luiz Thanks for the patch. I've reviewed it and it looks good. With regards to your comments around X509_V_ERR_PERMITTED_VIOLATION vs X509_V_ERR_UNSUPPORTED_NAME_SYNTAX, I think you did it right.

Re: [openssl.org #3343] [PATCH] implements name contraint for IP Address

2014-05-24 Thread luizl...@gmail.com via RT
Thanks Matt. Em 23/05/2014 19:36, Matt Caswell via RT r...@openssl.org escreveu: Hi Luiz Thanks for the patch. I've reviewed it and it looks good. With regards to your comments around X509_V_ERR_PERMITTED_VIOLATION vs X509_V_ERR_UNSUPPORTED_NAME_SYNTAX, I think you did it right.

[openssl.org #3365] Wrong parameter types in SSL_set_msg_callback[_arg] man page

2014-05-24 Thread geoff_l...@mcafee.com via RT
SSL_CTX_set_msg_callback.pod lists the first parameter to the SSL_set_msg_callback[_arg] functions as type SSL_CTX * when they are, in fact, SSL *. Geoff - Geoff Lowe Principal Engineer McAfee, Inc. __ OpenSSL Project

Re: [openssl.org #2578] s_client bind ip

2014-05-24 Thread Krzysztof Kwiatkowski
Hello, This patch implements request for ticket 2578. I've also created pull request in github that you can find here: https://github.com/openssl/openssl/pull/108 Kris From 853496476dd838958f438bd66df5725d3075de8e Mon Sep 17 00:00:00 2001 From: flowher krzys...@leeds.pl Date: Wed, 14 May 2014

Re: [openssl.org #2578] s_client bind ip

2014-05-24 Thread Krzysztof Kwiatkowski via RT
Hello, This patch implements request for ticket 2578. I've also created pull request in github that you can find here: https://github.com/openssl/openssl/pull/108 Kris From 853496476dd838958f438bd66df5725d3075de8e Mon Sep 17 00:00:00 2001 From: flowher krzys...@leeds.pl Date: Wed, 14 May 2014

Re: [openssl.org #2578] s_client bind ip

2014-05-24 Thread Viktor Dukhovni
On Sat, May 24, 2014 at 03:06:51PM +0200, Krzysztof Kwiatkowski via RT wrote: Hello, This patch implements request for ticket 2578. I've also created pull request in github that you can find here: https://github.com/openssl/openssl/pull/108 Thanks. Shouldn't this also support IPv6? --

[openssl.org #3360] Error building openssl with TLS_DEBUG

2014-05-24 Thread Matt Caswell via RT
Fixed. http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=955376fde3c60999b27deeebb41d82ad17dca3da Thanks for the report. Matt __ OpenSSL Project http://www.openssl.org Development Mailing

Re: [openssl.org #2578] s_client bind ip

2014-05-24 Thread Tim Hudson via RT
On 24/05/2014 11:06 PM, Krzysztof Kwiatkowski via RT wrote: Hello, This patch implements request for ticket 2578. I've also created pull request in github that you can find here: https://github.com/openssl/openssl/pull/108 Why is there a crypto/objects/obj_xref.h change mixed in with this