Bug 116471

Summary: crypto(9): Camellia Algorithm needs to be added
Product: Documentation Reporter: Philip Schulz <phs>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Philip Schulz 2007-09-19 17:10:02 UTC
The Camellia Algorithm was integrated in May 2007, yet the crypto(9) man page has never been updated.

Fix: Patch attached with submission follows:
How-To-Repeat: man 9 crypto and see for yourself ;)
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-19 17:28:56 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"
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2007-09-19 17:28:58 UTC
State Changed
From-To: open->closed

Added the algorithm, thanks!