Bug 138721 - install security/gnutls with camellia ciphers (rfc 4132) support.
Summary: install security/gnutls with camellia ciphers (rfc 4132) support.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 03:20 UTC by Ivan Sy Jr
Modified: 2009-11-21 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (299 bytes, patch)
2009-09-11 03:20 UTC, Ivan Sy Jr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sy Jr 2009-09-11 03:20:02 UTC
install of security/gnutls does not come with camellia ciphers.

to verify:

$gnutls-cli -l | grep "CAMELLIA"
TLS_ANON_DH_CAMELLIA_128_CBC_SHA1                       0x00, 0x46      TLS1.0
TLS_ANON_DH_CAMELLIA_256_CBC_SHA1                       0x00, 0x89      TLS1.0
TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1                       0x00, 0x44      TLS1.0
TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1                       0x00, 0x87      TLS1.0
TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1                       0x00, 0x45      TLS1.0
TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1                       0x00, 0x88      TLS1.0
TLS_RSA_CAMELLIA_128_CBC_SHA1                           0x00, 0x41      TLS1.0
TLS_RSA_CAMELLIA_256_CBC_SHA1                           0x00, 0x84      TLS1.0
Ciphers: AES-256-CBC, AES-128-CBC, 3DES-CBC, DES-CBC, ARCFOUR-128, ARCFOUR-40, RC2-40, CAMELLIA-256-CBC, CAMELLIA-128-CBC, NULL

Fix: Patch attached with submission follows:
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2009-09-11 10:48:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-21 07:33:29 UTC
novel       2009-11-21 07:33:19 UTC

  FreeBSD ports repository

  Modified files:
    security/gnutls      Makefile 
  Log:
  Introduce WITH_CAMELLIA knob to enable camellia ciphers (off by default).
  
  PR:             138721
  Submitted by:   Ivan Sy Jr <ivan_jr@yahoo.com>
  
  Revision  Changes    Path
  1.79      +4 -0      ports/security/gnutls/Makefile
_______________________________________________
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 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2009-11-21 07:33:44 UTC
State Changed
From-To: open->closed

Committed, thanks!