[openssl-dev] [openssl.org #4152] [PATCH] SRP code clean-up s_client and s_server

2015-11-22 Thread Tianjie Mao via RT
Hello, SRP is a secure password authentication / key exchange protocol. When the original SRP patches for OpenSSL were created by the EdelKey project back in 2000s, the highest version of TLS standard remained 1.0. Some code, however, if left unchanged, would by default restrict communications to

[openssl.org #2326] [PATCH] ssl/s3_clnt.c: incorrect comma expressions

2010-08-29 Thread Tianjie Mao via RT
Hello, I would like to suggest a patch to ssl/s3_clnt.c (version 1.146) to remove two erroneous comma expressions in that file. --- s3_clnt.c.orig 2010-02-28 08:24:24.0 +0800 +++ s3_clnt.c 2010-08-28 22:36:25.0 +0800 @@ -1833,7 +1833,7 @@ if (n 6)