Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 77 → Rev 89

/tags/2.3-1/debian/control
3,7 → 3,7
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.1
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
Homepage: http://www.lysator.liu.se/~nisse/nettle/
25,6 → 25,10
doesn't do any memory allocation or I/O, it simply provides the
cryptographic algorithms for the application to use in any environment and
in any way it needs.
.
This package contains the symmetric and one-way cryptographic
algorithms. To avoid having this package depend on libgmp, the
asymmetric cryptos reside in a separate library, libhogweed.
 
Package: libhogweed2
Architecture: any
43,6 → 47,10
doesn't do any memory allocation or I/O, it simply provides the
cryptographic algorithms for the application to use in any environment and
in any way it needs.
.
This package contains the asymmetric cryptographic algorithms, which,
require the GNU multiple precision arithmetic library (libgmp) for
their large integer computations.
 
Package: nettle-dev
Section: libdevel
70,7 → 78,8
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
Suggests: lsh-doc
Description: low level cryptographic library (binary tools)
Nettle is a cryptographic library that is designed to fit easily in more or
87,11 → 96,12
.
This package contains binary utilities that accompany the library:
.
- nettle-lfib-stream - generates a pseudorandom stream, using the Knuth
lfib (non-cryptographic) pseudorandom generator.
- nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
lfib (non-cryptographic) pseudo-random generator.
- sexp-conv - conversion tool for handling the different flavours of sexp
syntax.
- pkcs1-conv - converts PKCS#1 keys to sexp format.
- nettle-hash - command-line tool to compute message digests such as SHA-1.
 
Package: nettle-dbg
Section: debug
/tags/2.3-1/debian/libhogweed2.symbols
41,15 → 41,6
nettle_dsa_signature_clear@Base 0
nettle_dsa_signature_from_sexp@Base 0
nettle_dsa_signature_init@Base 0
nettle_gcm_camellia128@Base 2.2
nettle_gcm_camellia192@Base 2.2
nettle_gcm_camellia256@Base 2.2
nettle_gcm_serpent128@Base 2.2
nettle_gcm_serpent192@Base 2.2
nettle_gcm_serpent256@Base 2.2
nettle_gcm_twofish128@Base 2.2
nettle_gcm_twofish192@Base 2.2
nettle_gcm_twofish256@Base 2.2
nettle_mpz_get_str_256@Base 0
nettle_mpz_init_set_str_256_s@Base 0
nettle_mpz_init_set_str_256_u@Base 0
/tags/2.3-1/debian/compat
1,0 → 0,0
7
8
/tags/2.3-1/debian/changelog
1,3 → 1,11
nettle (2.3-1) unstable; urgency=low
 
* New upstream release.
* nettle-dev.install: Include pkg-config files added by upstream.
* debian/copyright: Add ripemd160-related files.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 03 Sep 2011 00:48:54 +0200
 
nettle (2.2-1) unstable; urgency=low
 
* New upstream release (Closes: #633574).
7,10 → 15,17
* Add symbols files and correct dependencies in shlibs files.
* Update copyright information, in particular regarding blowfish and
serpent, trying to follow DEP5.
* Add manpage nettle-hash(1).
* Add manpage nettle-hash(1) and mention nettle-hash in description of
nettle-bin.
* Add multi-arch support.
* Bump Standards-Version to 3.9.2.
* Switch to Debhelper compat level 8.
* nettle-bin: Change Conflicts from moving sexp-conv into
Breaks+Replaces and drop long-obsolete conflict with libnettle1.
* Improve libnettle and libhogweed package descriptions, explaining the
difference between them.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 17:19:14 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 19:13:56 +0200
 
nettle (2.1-2) unstable; urgency=low
 
/tags/2.3-1/debian/libnettle4.symbols
5,10 → 5,12
_nettle_camellia_crypt@Base 0
_nettle_camellia_table@Base 0
_nettle_md5_compress@Base 0
_nettle_ripemd160_compress@Base 2.3
_nettle_sha1_compress@Base 0
_nettle_sha256_compress@Base 0
_nettle_sha512_compress@Base 0
_nettle_write_be32@Base 0
_nettle_write_le32@Base 2.3
memxor3@Base 0
memxor@Base 0
nettle_MD5Final@Base 0
100,20 → 102,11
nettle_gcm_aes_set_iv@Base 2.2
nettle_gcm_aes_set_key@Base 2.2
nettle_gcm_aes_update@Base 2.2
nettle_gcm_camellia128@Base 2.2
nettle_gcm_camellia192@Base 2.2
nettle_gcm_camellia256@Base 2.2
nettle_gcm_decrypt@Base 2.2
nettle_gcm_digest@Base 2.2
nettle_gcm_encrypt@Base 2.2
nettle_gcm_serpent128@Base 2.2
nettle_gcm_serpent192@Base 2.2
nettle_gcm_serpent256@Base 2.2
nettle_gcm_set_iv@Base 2.2
nettle_gcm_set_key@Base 2.2
nettle_gcm_twofish128@Base 2.2
nettle_gcm_twofish192@Base 2.2
nettle_gcm_twofish256@Base 2.2
nettle_gcm_update@Base 2.2
nettle_hashes@Base 2.2
nettle_hmac_digest@Base 0
120,6 → 113,9
nettle_hmac_md5_digest@Base 0
nettle_hmac_md5_set_key@Base 0
nettle_hmac_md5_update@Base 0
nettle_hmac_ripemd160_digest@Base 2.3
nettle_hmac_ripemd160_set_key@Base 2.3
nettle_hmac_ripemd160_update@Base 2.3
nettle_hmac_set_key@Base 0
nettle_hmac_sha1_digest@Base 0
nettle_hmac_sha1_set_key@Base 0
162,6 → 158,10
nettle_openssl_des_ncbc_encrypt@Base 0
nettle_openssl_des_set_odd_parity@Base 0
nettle_realloc@Base 0
nettle_ripemd160@Base 2.3
nettle_ripemd160_digest@Base 2.3
nettle_ripemd160_init@Base 2.3
nettle_ripemd160_update@Base 2.3
nettle_serpent128@Base 0
nettle_serpent192@Base 0
nettle_serpent256@Base 0
/tags/2.3-1/debian/copyright
184,6 → 184,14
© 2010 Niels Möller
License: LGPL-2.1+
 
Files: ripemd160.c, ripemd160-compress.c
Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
Licence: LGPL-2.1+
 
Files: ripemd160-meta.c, ripemd160.h
Copyright: © 2011 Andres Mejia
Licence: LGPL-2.1+
 
Files: serpent-encrypt.c, serpent-decrypt.c, serpent-set-key.c
Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
© 2003, 2004, 2005 Free Software Foundation, Inc.
/tags/2.3-1/debian/nettle-hash.1
27,7 → 27,7
family. For each file, the file name and a colon is printed first,
unless input is read from standard input, in which case nothing is
printed. Then the hash is printed in chunks of 64 bits (16 hexadecimal
digits) followed by the name of the algorith. In raw (binary) mode,
digits) followed by the name of the algorithm. In raw (binary) mode,
the hash is not split in chunks and is not followed by a newline.
 
.SH OPTIONS
/tags/2.3-1/debian/nettle-dev.install
1,3 → 1,4
usr/include/*
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*.pc