[ltans] RFC4998 implementation in BouncyCastle (Java)

Vincent Bouckaert <Vincent.Bouckaert@arhs-spikeseed.com> Tue, 29 May 2018 15:51 UTC

Return-Path: <Vincent.Bouckaert@arhs-spikeseed.com>
X-Original-To: ltans@ietfa.amsl.com
Delivered-To: ltans@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1AB1312EAA1 for <ltans@ietfa.amsl.com>; Tue, 29 May 2018 08:51:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 PuvMx6IpgXh1 for <ltans@ietfa.amsl.com>; Tue, 29 May 2018 08:50:59 -0700 (PDT)
Received: from mail.arhs-developments.com (mail.arhs-developments.com [212.24.219.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F32312EABB for <ltans@ietf.org>; Tue, 29 May 2018 08:50:58 -0700 (PDT)
Received: from arhs-ms.aris-lux.lan (Unknown [10.0.0.53]) by mail.arhs-developments.com with ESMTPS (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256) ; Tue, 29 May 2018 17:50:56 +0200
Received: from arhs-ms1.aris-lux.lan (10.0.0.52) by arhs-ms2.aris-lux.lan (10.0.0.53) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Tue, 29 May 2018 17:50:55 +0200
Received: from arhs-ms1.aris-lux.lan ([fe80::814a:30d9:8e89:2c89]) by arhs-ms1.aris-lux.lan ([fe80::814a:30d9:8e89:2c89%13]) with mapi id 15.00.1178.000; Tue, 29 May 2018 17:50:55 +0200
From: Vincent Bouckaert <Vincent.Bouckaert@arhs-spikeseed.com>
To: "ltans@ietf.org" <ltans@ietf.org>
Thread-Topic: RFC4998 implementation in BouncyCastle (Java)
Thread-Index: AQHT92TT07ljrszmk0eAmh2NIRtQFw==
Date: Tue, 29 May 2018 15:50:54 +0000
Message-ID: <5CD3529F-3E9C-4585-9C5E-54B903C64450@arhs-spikeseed.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
user-agent: Microsoft-MacOutlook/10.d.0.180513
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.14.1.132]
Content-Type: multipart/alternative; boundary="_000_5CD3529F3E9C45859C5E54B903C64450arhsspikeseedcom_"
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/ltans/-QjxHzcL4c3rVap3TD8LxaTSEr8>
Subject: [ltans] RFC4998 implementation in BouncyCastle (Java)
X-BeenThere: ltans@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: LTANS Working Group <ltans.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ltans>, <mailto:ltans-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ltans/>
List-Post: <mailto:ltans@ietf.org>
List-Help: <mailto:ltans-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ltans>, <mailto:ltans-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 May 2018 15:51:49 -0000

Hi,

In case someone is still checking this mailing list: I have made an initial Java implementation of RFC4998 within the BouncyCastle library.
A pull request has been made (see here: https://github.com/bcgit/bc-java/pull/343 ) and I would be very interested by some feedback.

Cheers,
Vincent