Bug 115949 - new port security/ssss - Shamir's Secret Sharing Scheme
Summary: new port security/ssss - Shamir's Secret Sharing Scheme
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 17:40 UTC by Lukasz Komsta
Modified: 2007-09-07 13:00 UTC (History)
0 users

See Also:


Attachments
file.shar (12.28 KB, text/plain)
2007-08-30 17:40 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 17:40:02 UTC
ssss is an implementation of Shamir's secret sharing scheme for UNIX/linux machines. It is free software, the code is licensed under the GNU GPL. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against the GNU libgmp  multiprecision library (version 4.1.4 works well) and requires the /dev/random entropy source.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-07 12:54:58 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 12:55:15 UTC
edwin       2007-09-07 11:55:09 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/ssss        Makefile distinfo pkg-descr 
    security/ssss/files  patch-Makefile patch-manpage 
  Log:
  new port security/ssss - Shamir's Secret Sharing Scheme
  
          ssss is an implementation of Shamir's secret sharing scheme
          for UNIX/linux machines. It is free software, the code is
          licensed under the GNU GPL. ssss does both: the generation
          of shares for a known secret and the reconstruction of a
          secret using user provided shares. The software was written
          in 2006 by B. Poettering, it links against the GNU libgmp
          multiprecision library (version 4.1.4 works well) and
          requires the /dev/random entropy source.
  
  PR:             ports/115949
  Submitted by:   Lukasz Komsta <luke@novum.am.lublin.pl>
  
  Revision  Changes    Path
  1.917     +1 -0      ports/security/Makefile
  1.1       +22 -0     ports/security/ssss/Makefile (new)
  1.1       +3 -0      ports/security/ssss/distinfo (new)
  1.1       +31 -0     ports/security/ssss/files/patch-Makefile (new)
  1.1       +227 -0    ports/security/ssss/files/patch-manpage (new)
  1.1       +10 -0     ports/security/ssss/pkg-descr (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"