[erlang-patches] Fix mishandling of valid ssl options

Björn Gustavsson bgustavsson@REDACTED
Thu Apr 1 07:54:29 CEST 2010


On Wed, Mar 31, 2010 at 11:49 PM, Rory Byrne <rory@REDACTED> wrote:
>  git fetch git://github.com/jinsky/otp.git ssl_opts_fix
>
> Using the new ssl implementation, some valid options are causing badarg
> exceptions. The most important of these is 'fail_if_no_peer_cert',
> but it also effects two undocumented options, 'verify_client_once' and
> 'cb_info'.

Thanks!

The standard comment style is to have one percent character ("%")
only for comments at the end of a line. Comments on their own
line inside a function should have two percent characters ("%%").

I have fixed that (in ssl_basic_SUITE) and will include in the fixed version
in 'pu'.

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list