Re: [http-auth] HOBA Client and Server(RFC 7486)

Stephen Farrell <stephen.farrell@cs.tcd.ie> Tue, 17 May 2016 21:11 UTC

Return-Path: <stephen.farrell@cs.tcd.ie>
X-Original-To: http-auth@ietfa.amsl.com
Delivered-To: http-auth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B700A12D1D3 for <http-auth@ietfa.amsl.com>; Tue, 17 May 2016 14:11:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.727
X-Spam-Level:
X-Spam-Status: No, score=-5.727 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cs.tcd.ie
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aJnpZ8DD7EZI for <http-auth@ietfa.amsl.com>; Tue, 17 May 2016 14:11:35 -0700 (PDT)
Received: from mercury.scss.tcd.ie (mercury.scss.tcd.ie [134.226.56.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1028112D1DF for <http-auth@ietf.org>; Tue, 17 May 2016 14:11:35 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mercury.scss.tcd.ie (Postfix) with ESMTP id 9BAFCBE2D; Tue, 17 May 2016 22:11:33 +0100 (IST)
X-Virus-Scanned: Debian amavisd-new at scss.tcd.ie
Received: from mercury.scss.tcd.ie ([127.0.0.1]) by localhost (mercury.scss.tcd.ie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y5YET5gwY9Mv; Tue, 17 May 2016 22:11:32 +0100 (IST)
Received: from [10.87.48.75] (95-45-153-252-dynamic.agg2.phb.bdt-fng.eircom.net [95.45.153.252]) by mercury.scss.tcd.ie (Postfix) with ESMTPSA id AD966BDD0; Tue, 17 May 2016 22:11:31 +0100 (IST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.tcd.ie; s=mail; t=1463519492; bh=RhCDG0N16LkrQTTx8hglT71xlxz3YdOJboVv84hONIw=; h=Subject:To:References:From:Date:In-Reply-To:From; b=37jC8rdZnxtKU4e/MjmgeGiS66kHJKiBUuJ9dEfXLQ7PBwyuiJDwgBA4aHSkxS2YF QU/qhXJXFCruqEeuf31VM+s/sub7jHsmeQ7yZsH6E9vT3JalVjhLuWxKS9FUjsWGT6 fEL3wePTM/QH8FUSTbK85J7i+UQrqICijcFPTohE=
To: Andrew Mcconachie <andrew.mcconachie@icann.org>, "http-auth@ietf.org" <http-auth@ietf.org>
References: <F5235CE2-1EDA-4B1A-9502-6E873C3734CF@icann.org>
From: Stephen Farrell <stephen.farrell@cs.tcd.ie>
Openpgp: id=D66EA7906F0B897FB2E97D582F3C8736805F8DA2; url=
Message-ID: <573B8903.8090605@cs.tcd.ie>
Date: Tue, 17 May 2016 22:11:31 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2
MIME-Version: 1.0
In-Reply-To: <F5235CE2-1EDA-4B1A-9502-6E873C3734CF@icann.org>
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="------------ms040400070400020506000601"
Archived-At: <http://mailarchive.ietf.org/arch/msg/http-auth/UYzG54C6xj7w9nFcQip7i-GXz24>
Subject: Re: [http-auth] HOBA Client and Server(RFC 7486)
X-BeenThere: http-auth@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: HTTP authentication methods <http-auth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/http-auth>, <mailto:http-auth-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/http-auth/>
List-Post: <mailto:http-auth@ietf.org>
List-Help: <mailto:http-auth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-auth>, <mailto:http-auth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 May 2016 21:11:37 -0000

Excellent! (As I said earlier when Andrew mailed me off list:-)

I'll take a peek when I get a chance. If making some changes meant
the difference between this getting adopted or not, I'd be fine with
most any change;-)

Cheers,
S.

On 17/05/16 21:55, Andrew Mcconachie wrote:
> I’ve written a HOBA client and server. Both are licensed under GPLv3.
> 
> The client is a Firefox plugin that can be downloaded here:
> https://addons.mozilla.org/en-US/firefox/addon/hoba/
> 
> The server lives here currently:
> https://synonomic.com/hoba
> 
> Code for both is on Github:
> https://github.com/smutt/HOBA
> https://github.com/smutt/HOBA-server
> 
> Neither client nor server are going to win any awards for UI design :) They’re both rather ugly, but they work.
> 
> I did some things slightly differently than RFC 7486. The biggest difference is that I used JWK for public key format instead of PEM. There are a few other little things as well.
> 
> This was a personal project unrelated to my day job.
> 
> --Andrew
> 
> 
> 
> _______________________________________________
> http-auth mailing list
> http-auth@ietf.org
> https://www.ietf.org/mailman/listinfo/http-auth
>