seccure 0.3-3ubuntu1 source package in Ubuntu

Changelog

seccure (0.3-3ubuntu1) oneiric; urgency=low

  * Fix FTBFS with ld --as-needed. LP: #832880.
 -- Matthias Klose <email address hidden>   Tue, 13 Sep 2011 20:14:55 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
James Westby
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe utils

Downloads

File Size SHA-256 Checksum
seccure_0.3.orig.tar.gz 29.7 KiB 8d9cadca8319b253ae24644c22958898babb67abafd2d90caadd97714d824a47
seccure_0.3-3ubuntu1.diff.gz 4.7 KiB 9262e069486435342e809089fd7575af942707c88973e633ab37c5e69faa1b46
seccure_0.3-3ubuntu1.dsc 993 bytes 879cf44de27cbbe5ec84875465ee4e6fa410537c320c6502ced5dda8bfb3af08

Available diffs

View changes file

Binary packages built by this source

seccure: tools for using algorithms based on elliptic curve cryptography (ECC)

 The seccure toolset implements a selection of asymmetric algorithms
 based on elliptic curve cryptography (ECC). In particular, it offers
 public key encryption / decryption and signature generation /
 verification. 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.
 .
 The toolkit implements Diffie-Hellman key exchange, allowing you to agree a
 key with another party over an insecure channel. The Diffie Helman protocol
 affords forward secrecy, and requires no previous contact with the other
 party.
 .
 The seccure toolset allows you to select the curve that the operations are
 performed on, so that different cryptographic needs can be supported. This
 is currently the only ECC package in Debian GNU/Linux to offer a choice of
 curves and MAC lengths.
 .
 It is currently missing some of the functionality of the sks-ecc package,
 including encrypting to multiple recipients at once, and creating different
 signature formats.