PR: 1794
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Dec 2011 22:17:06 +0000 (22:17 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Dec 2011 22:17:06 +0000 (22:17 +0000)
commitf2fc30751e60f5877607eeef3ad1ad1c0fdfc430
treebdcc406cf9e20b183304099788a15b3dc09b70d7
parent1bfdb34f70dc14f61a19971b1b457795ff4e380c
PR: 1794
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
Reviewed by: steve

Remove unnecessary code for srp and to add some comments to
s_client.

- the callback to provide a user during client connect is
no longer necessary since rfc 5054 a connection attempt
with an srp cipher and no user is terminated when the
cipher is acceptable

- comments to indicate in s_client the (non-)usefulness of
th primalaty tests for non known group parameters.
apps/s_client.c
crypto/symhacks.h
ssl/s3_lib.c
ssl/ssl.h
ssl/ssltest.c
ssl/tls_srp.c