[erlang-patches] TLS 1.2 hash fixes

Henrik Nord henrik@REDACTED
Mon Oct 22 14:45:38 CEST 2012


First and foremost:
You should *not* base any branches on a '|pu'| branch, as they will 
frequently be rebuilt from scratch on top of the current development branch.
Base branches upon 'master' or 'maint' depending on where we are in the 
release cycle and if it is a feature or a bug etc.
More information here: https://github.com/erlang/otp/wiki/Submitting-patches

Secondly: Thank you for your contribution, I have rebased your branch 
upon 'master' and included it in 'master-pu'

If this are to be included in master, you will most likely have to add 
this in the documentation, and in the test.



On 10/18/2012 07:24 PM, Andreas Schultz wrote:
> Hi,
>
> Here are two changes to improve TLS 1.2 higher strength sha hashes.
>
> There is this comment in ssl_cipher:	
>
> %% Currently no supported cipher suites defaults to sha384 or sha512
> %% so these clauses are not needed at the moment.
>
> I'm afraid that this is wrong. With TLS 1.2 the actual hash being used
> can be negotiated and is not longer fixed to the one specified in the
> cipher suite. So it is possible to end up with a stronger cipher even
> when we don't default to one.
>
> The other change adds sha224 to list of support and announced ciphers.
> It might not be as good as sha256, but should still be stronger that
> sha1.
>
> https://github.com/RoadRunnr/otp/compare/master-pu...ssl-sha224-fixes
> https://github.com/RoadRunnr/otp/compare/master-pu...ssl-sha224-fixes.patch
>
> Both changes should apply cleanly on master and master-pu.
>
> Andreas

-- 
/Henrik Nord Erlang/OTP

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20121022/58e966b4/attachment.htm>


More information about the erlang-patches mailing list