nettle 3.4-1 source package in Ubuntu

Changelog

nettle (3.4-1) unstable; urgency=low

  * New upstream release (Closes: #884013).
    * multiarch_dev.patch: no longer replace definition of GMP_NUMB_BITS;
      upstream changed it to "n/a" when mini-gmp isn't used.
  * debian/rules: Switch to dh_update_autotools_config.
  * Rename libnettle5.docs -> libnettle6.docs so that the NEWS and README
    files will be included again.
  * Bump Standards-Version to 4.1.2.

 -- Magnus Holmgren <email address hidden>  Tue, 12 Dec 2017 19:27:18 +0100

Upload details

Uploaded by:
Magnus Holmgren
Uploaded to:
Sid
Original maintainer:
Magnus Holmgren
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main libs

Downloads

File Size SHA-256 Checksum
nettle_3.4-1.dsc 2.2 KiB 0ceb4600fdedf43916e95fb6b354ebb4038f00f5814433582d0481b510310e86
nettle_3.4.orig.tar.gz 1.8 MiB ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94
nettle_3.4.orig.tar.gz.asc 1.2 KiB 86d7441c7334dd95d16b1ca488fd94ec45ed6406714d4ed9887c7212e337eb2a
nettle_3.4-1.debian.tar.xz 19.4 KiB 9bfc25562ed36449e75741b0473e0e558bc9ef5c20ca24e7c650fea87d631c03

Available diffs

No changes file available.

Binary packages built by this source

libhogweed4: low level cryptographic library (public-key cryptos)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 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.

libhogweed4-dbgsym: No summary available for libhogweed4-dbgsym in ubuntu cosmic.

No description available for libhogweed4-dbgsym in ubuntu cosmic.

libnettle6: low level cryptographic library (symmetric and one-way cryptos)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 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.

libnettle6-dbgsym: No summary available for libnettle6-dbgsym in ubuntu cosmic.

No description available for libnettle6-dbgsym in ubuntu cosmic.

nettle-bin: low level cryptographic library (binary tools)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 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 binary utilities that accompany the library:
 .
    - 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.

nettle-bin-dbgsym: No summary available for nettle-bin-dbgsym in ubuntu cosmic.

No description available for nettle-bin-dbgsym in ubuntu cosmic.

nettle-dev: low level cryptographic library (development files)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 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 development files (C headers and static libraries)