From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4151 Path: news.gmane.org!not-for-mail From: Kyle Sanderson Newsgroups: gmane.linux.lib.musl.general Subject: [Feature Request] SHA-1 HMAC Date: Fri, 25 Oct 2013 09:36:12 -0600 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b160513cb235a04e9928357 X-Trace: ger.gmane.org 1382715407 30664 80.91.229.3 (25 Oct 2013 15:36:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2013 15:36:47 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4155-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 25 17:36:51 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VZjRT-0007sU-Bl for gllmg-musl@plane.gmane.org; Fri, 25 Oct 2013 17:36:51 +0200 Original-Received: (qmail 12200 invoked by uid 550); 25 Oct 2013 15:36:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 12192 invoked from network); 25 Oct 2013 15:36:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=8hVCTQ/aLNzlbn8qgKij+fJOfpzwRNZkfurmgw7TXbw=; b=c7KEm/abGhuZlq6DL4GcV/T457ehekiF1P8WS7e6iZl/XYC8bVVdYHByKU6yupQDX/ eMg63bhDuc4Ekfn9x9/VtEQGkLWOiPFzwpqmAOCN1TMnhsr7Im/4kpHrbnzlFiRCb7FE 6dgUtM5ruas5qQ96RJqFOs8sIplu/1VN2kdnXtTQ2/ast6v68fYH/ObpQpBdPJNzBHJC hphYgVAX1xuolV9DgSYa7mDqqxl/OuzGa9+3jiBrRfY00IKbSav9azmiHC5SJKAAhLsL RDPleX5tviDWJiIwz8AalhNchA+RlWDA2uOrGzjrjqtmZNn1xu1QWUFDealsbFVWc+vq Wkvw== X-Received: by 10.68.224.38 with SMTP id qz6mr2287018pbc.156.1382715392465; Fri, 25 Oct 2013 08:36:32 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:4151 Archived-At: --047d7b160513cb235a04e9928357 Content-Type: text/plain; charset=UTF-8 Forgive my ignorance, but would it be possible to include SHA-1 HMAC into musl? I'm not really sure if there's a list of functionality that's prohibited from a libc; hopefully this is an acceptable request. I have a single HMAC key that I use to sign multiple hashes with. I'm using PolarSSL's implementation at the moment and I'd like to eliminate the requirement. Thanks, Kyle. --047d7b160513cb235a04e9928357 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Forgive my ignorance, but would it be possible to include = SHA-1 HMAC into musl? I'm not really sure if there's a list of func= tionality that's prohibited from a libc; hopefully this is an acceptabl= e request. I have a single HMAC key that I use to sign multiple hashes with= . I'm using PolarSSL's implementation at the moment and I'd lik= e to eliminate the requirement.

Thanks,
Kyle.
--047d7b160513cb235a04e9928357--