Re: [openssl-dev] [openssl.org #3707] [PATCH] Constness in SSL_CTX_set_srp_username and SSL_CTX_set_srp_password functions

2015-02-18 Thread Krzysztof Kwiatkowski via RT
Hi Guys, Tickets #3705 and #3709 can be closed as they are exactly same as this one. I've sent same mail few times. Sorry for inconvenience. Kris On 02/17/2015 10:49 PM, Krzysztof Kwiatkowski via RT wrote: Currently SSL_CTX_set_srp_username/password functions take char* argument

[openssl-dev] [openssl.org #3707] [PATCH] Constness in SSL_CTX_set_srp_username and SSL_CTX_set_srp_password functions

2015-02-17 Thread Krzysztof Kwiatkowski via RT
Currently SSL_CTX_set_srp_username/password functions take char* argument for username/password value. In an application level code those values are very often const (user provided data). In such cases, when passing those values to OpenSSL library either dirty cast needs to be performed to

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

[openssl.org #3172] Duplicated entry in ssl_option_single

2013-11-13 Thread Krzysztof Kwiatkowski via RT
Hi, I've found small issue - entry in ssl_option_single table was duplicated. diff --git a/ssl/ssl_conf.c b/ssl/ssl_conf.c index 475fb1d..fc6caa9 100644 --- a/ssl/ssl_conf.c +++ b/ssl/ssl_conf.c @@ -203,7 +203,6 @@ static int ctrl_str_option(SSL_CONF_CTX *cctx, const char *cmd)