From nobody@FreeBSD.org  Wed Sep 19 16:09:46 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B43F816A420
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Sep 2007 16:09:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B445313C4B6
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Sep 2007 16:09:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JG9kl8017719
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 19 Sep 2007 16:09:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8JG9kRL017718;
	Wed, 19 Sep 2007 16:09:46 GMT
	(envelope-from nobody)
Message-Id: <200709191609.l8JG9kRL017718@www.freebsd.org>
Date: Wed, 19 Sep 2007 16:09:46 GMT
From: Philip Schulz <phs@deadc0.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: crypto(9): Camellia Algorithm needs to be added
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116471
>Category:       docs
>Synopsis:       crypto(9): Camellia Algorithm needs to be added
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 19 16:10:02 GMT 2007
>Closed-Date:    Wed Sep 19 18:29:41 CEST 2007
>Last-Modified:  Wed Sep 19 16:30:02 GMT 2007
>Originator:     Philip Schulz
>Release:        CURRENT
>Organization:
>Environment:
FreeBSD freebsd 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Sep 12 18:11:11 CEST 2007     root@freebsd:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The Camellia Algorithm was integrated in May 2007, yet the crypto(9) man page has never been updated.
>How-To-Repeat:
man 9 crypto and see for yourself ;)
>Fix:


Patch attached with submission follows:

Index: share/man/man9/crypto.9
===================================================================
RCS file: /home/ncvs/src/share/man/man9/crypto.9,v
retrieving revision 1.13
diff -u -r1.13 crypto.9
--- share/man/man9/crypto.9	14 Dec 2006 14:33:13 -0000	1.13
+++ share/man/man9/crypto.9	19 Sep 2007 15:53:17 -0000
@@ -192,6 +192,8 @@
 .It Dv CRYPTO_SHA2_256_HMAC
 .It Dv CRYPTO_SHA2_384_HMAC
 .It Dv CRYPTO_SHA2_512_HMAC
+.It Dv CRYPTO_CAMELLIA_CBC
 .It Dv CRYPTO_NULL_HMAC
 .It Dv CRYPTO_NULL_CBC
 .El


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed Sep 19 18:28:58 CEST 2007 
State-Changed-Why:  
Added the algorithm, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116471 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/116471: commit references a PR
Date: Wed, 19 Sep 2007 16:28:56 +0000 (UTC)

 brueffer    2007-09-19 16:28:46 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/man/man9       crypto.9 
   Log:
   Update the table of supported algorithms:
   
   - Group hash functions together and sort
   - Add CRYPTO_CAMELLIA_CBC (1)
   
   PR:             116471
   Submitted by:   Philip Schulz <phs@deadc0.de> (1)
   Approved by:    re (blanket)
   
   Revision  Changes    Path
   1.14      +10 -9     src/share/man/man9/crypto.9
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
