IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New If you have an Apple device, READ THIS
Simply put, it is highly likely that your device is vulnerable to an SSL man-in-the-middle attack. Check at https://gotofail.com

You should not use public networks if so.

http://arstechnica.c...lly-patched-macs/

static OSStatus
SSLVerifySignedServerKeyExchange(SSLContext *ctx, bool isRsa, SSLBuffer signedParams,
uint8_t *signature, UInt16 signatureLen)
{
OSStatus err;
...

if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
goto fail;
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
goto fail;
goto fail;
if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
goto fail;
...

fail:
SSLFreeBuffer(&signedHashes);
SSLFreeBuffer(&hashCtx);
return err;
}


Many eyes make for shallow bugs, or something.

Oops.
Expand Edited by pwhysall Feb. 24, 2014, 04:59:15 AM EST
New So, had I gone all Mavericky ... Procrastination wins again.
New Your Slothfulness... is not a good thing.
--
greg@gregfolkert.net
"No snowflake in an avalanche ever feels responsible." --Stanislaw Jerzy Lec
New *ALL* of my non-mobile Apple devices...
Including the hackintosh one... show this problem.

Go to: App Store... "check for updates"... no updates.

Yep... *THIS* is exactly why I don't particularly like Apple products... to this day.
--
greg@gregfolkert.net
"No snowflake in an avalanche ever feels responsible." --Stanislaw Jerzy Lec
     If you have an Apple device, READ THIS - (pwhysall) - (3)
         So, had I gone all Mavericky ... Procrastination wins again. -NT - (Ashton) - (1)
             Your Slothfulness... is not a good thing. -NT - (folkert)
         *ALL* of my non-mobile Apple devices... - (folkert)

An "Outside Context Problem" if ever there was one.
132 ms