Bug 115943 - New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
Summary: New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for Reliab...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-30 13:50 UTC by Lukasz Komsta
Modified: 2007-09-07 09:20 UTC (History)
0 users

See Also:


Attachments
file.shar (4.92 KB, text/plain)
2007-08-30 13:50 UTC, Lukasz Komsta
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Komsta 2007-08-30 13:50:10 UTC
The seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). In particular it offers public key encryption / decryption, signature  generation / verification and key establishment.

ECC schemes offer a much better key size to security ratio than classical systems (RSA, DSA). Keys are short enough to make direct specification of keys on the command line possible (sometimes this is more convenient than the management of PGP-like key rings). seccure builds on this feature and therefore is the tool of choice whenever lightweight asymmetric cryptography -- independent of key servers, revocation certificates, the Web of Trust or even configuration files -- is required.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-07 09:15:22 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 09:15:30 UTC
edwin       2007-09-07 08:15:24 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/seccure     Makefile distinfo pkg-descr pkg-plist 
    security/seccure/files patch-Makefile 
  Log:
  New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
  
          The seccure toolset implements a selection of asymmetric
          algorithms based on elliptic curve cryptography (ECC). In
          particular it offers public key encryption / decryption,
          signature generation / verification and key establishment.
  
          ECC schemes offer a much better key size to security ratio
          than classical systems (RSA, DSA). Keys are short enough
          to make direct specification of keys on the command line
          possible (sometimes this is more convenient than the
          management of PGP-like key rings). seccure builds on this
          feature and therefore is the tool of choice whenever
          lightweight asymmetric cryptography -- independent of key
          servers, revocation certificates, the Web of Trust or even
          configuration files -- is required.
  
  PR:             ports/115943
  Submitted by:   Lukasz Komsta <luke@novum.am.lublin.pl>
  
  Revision  Changes    Path
  1.916     +1 -0      ports/security/Makefile
  1.1       +20 -0     ports/security/seccure/Makefile (new)
  1.1       +3 -0      ports/security/seccure/distinfo (new)
  1.1       +36 -0     ports/security/seccure/files/patch-Makefile (new)
  1.1       +6 -0      ports/security/seccure/pkg-descr (new)
  1.1       +8 -0      ports/security/seccure/pkg-plist (new)
_______________________________________________
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"