From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id AEB7321F55D for ; Sat, 25 Oct 2014 05:31:57 -0700 (PDT) Received: by mail-yh0-f54.google.com with SMTP id 29so2624179yhl.27 for ; Sat, 25 Oct 2014 05:31:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MUEa00QTWY2InEVd2dtqNAhBcsdlyryrWJAzKsNYsiA=; b=JldOq+8s1oFKZ1pDAmT7nxFn6ykDkA4BBBK5ijuw7fEYdlUKTDJRLD73zXsBqn6aH4 NYePlxT3qHYaryrFUHl/VEPV9IxsoJWg+Iux04azq1bLFZmhejr3TnNoLYI+fUxfjYt+ IfTG/dO1foo1DoBW7BxKu+bQU+4h1rwoQxP0wHuhYj85XsfglJIRkpDxtuMs6TtXKrCX cvAqrRnvzCt1uzeHm0hylITmAAxVDiSXejqZFf4oYXnnyp98gC05SJNoUc2fCWdVm5sm fzjypsYe9a4By6wGRDXdJ70IglA6lJTMCvYym9HDfVEbsXhf8ODqV7TPdLqKIFq3NiAP 6EyA== X-Gm-Message-State: ALoCoQkQ6MbWujNV/TmNIVZjr5d/wmPVrc31fhe6Ii7JPaKmg0CvmlFpqYuPOV0mpdDTVCHfy5QE MIME-Version: 1.0 X-Received: by 10.170.75.132 with SMTP id r126mr13077774ykr.122.1414240316575; Sat, 25 Oct 2014 05:31:56 -0700 (PDT) Received: by 10.170.99.84 with HTTP; Sat, 25 Oct 2014 05:31:56 -0700 (PDT) X-Originating-IP: [85.221.151.252] In-Reply-To: <17166.1414176875@sandelman.ca> References: <4186.1414173172@sandelman.ca> <17166.1414176875@sandelman.ca> Date: Sat, 25 Oct 2014 14:31:56 +0200 Message-ID: From: Maciej Soltysiak To: Michael Richardson Content-Type: text/plain; charset=UTF-8 Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] Available MACs in dropbear X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 12:32:27 -0000 On Fri, Oct 24, 2014 at 8:54 PM, Michael Richardson wrote: > > Maciej Soltysiak wrote: > >> The reason why it hurts me is that I have servers configured > >> according to bettercrypto.org and I can't connect from cero (rare > >> occasions, but > >> > >> 1) MD5 != HMAC-MD5. > > That I didn't know, thanks Michael. For some reason bettercrypto.org > > Yeah, people get very excited over pattern matching of crypto algorithms. Well, that may be the case. Here though, I'm more interested in introducing HMAC-SHA2s, than eradicating HMAC-MD5 as my setups wouldn't allow it anyway. Anyway, Dave, here's the pull request: https://github.com/dtaht/cerowrt-3.10/pull/1 And here's the commit I'm suggesting: https://github.com/pysiak/cerowrt-3.10/commit/3cac2227700561272e3476f568318c42975bc813 The request is to patch a patch unfortunately :-) Can you have a look, please? Maciej Soltysiak