PR: 1794
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Dec 2011 22:18:03 +0000 (22:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Dec 2011 22:18:03 +0000 (22:18 +0000)
commitb8a22c40e019c406f1023c0383bf8425c3f1d890
tree56cee917db7d40ca74a2be1ba472893f492b43df
parent3918de9ad111a6456e43056f007a910c471ec855
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