[OAUTH-WG] Implementing MAC bearer

Erlend Hamnaberg <ngarthl@gmail.com> Tue, 07 February 2012 19:02 UTC

Return-Path: <ngarthl@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3552C21F88D4 for <oauth@ietfa.amsl.com>; Tue, 7 Feb 2012 11:02:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.598
X-Spam-Level:
X-Spam-Status: No, score=-3.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3oWcpRUr29Cm for <oauth@ietfa.amsl.com>; Tue, 7 Feb 2012 11:02:13 -0800 (PST)
Received: from mail-tul01m020-f172.google.com (mail-tul01m020-f172.google.com [209.85.214.172]) by ietfa.amsl.com (Postfix) with ESMTP id 9A8AA21F88DA for <OAuth@ietf.org>; Tue, 7 Feb 2012 11:02:13 -0800 (PST)
Received: by obbwd15 with SMTP id wd15so10550445obb.31 for <OAuth@ietf.org>; Tue, 07 Feb 2012 11:02:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=yySng1C/HnE5l++N9YmwhFDBaipdMHV41jqI0GI68d0=; b=TUyVzU0ZAK1JShDID/cUw57PBsVM8xWGbOWFsW/fJ0kA8cb7SmrpuqJ14Os9UkjTJQ jdS9iFz9nOx+Dl9GE0lhOHT5bm7Yar62YgISr/JF/RsqCPx4pmjJ6P9pdvHTDYQopOHr ICJh06/z+D6DVTfVDk7z6ldwW/yZeexRjfr2I=
MIME-Version: 1.0
Received: by 10.182.182.69 with SMTP id ec5mr7431302obc.48.1328641332968; Tue, 07 Feb 2012 11:02:12 -0800 (PST)
Received: by 10.182.117.70 with HTTP; Tue, 7 Feb 2012 11:02:12 -0800 (PST)
Date: Tue, 07 Feb 2012 20:02:12 +0100
Message-ID: <CAKj3E3b7kok_uoKRWxNox8BPLgPqDYuvWu2sNSbi6y6j=sHs1g@mail.gmail.com>
From: Erlend Hamnaberg <ngarthl@gmail.com>
To: OAuth@ietf.org
Content-Type: multipart/alternative; boundary="14dae939954faf7da604b8646a0a"
Subject: [OAUTH-WG] Implementing MAC bearer
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Feb 2012 19:03:23 -0000

Hi guys and gals.

I am trying to implement the MAC bearer within a client library.

Searching the Archive I find that the current draft version of the MAC
bearer is incorrect.

For instance the body-hash is no longer supported. Is there a new draft
planned soon?
For implementers there would be great help in more examples.
That way we can write test cases which conforms to the spec more easily.

Best regards

Erlend