Rev 84 | Rev 96 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Source: nettle |
2 | Section: libs |
||
3 | Priority: optional |
||
32 | magnus | 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
95 | magnus | 5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 8.1.3), |
6 | libgmp10-dev, m4, autotools-dev (>= 20100122.1) |
||
78 | magnus | 7 | Standards-Version: 3.9.2 |
33 | magnus | 8 | Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
9 | Vcs-Browser: http://svn.kibibyte.se/nettle |
||
10 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
||
2 | magnus | 11 | |
61 | magnus | 12 | Package: libnettle4 |
2 | magnus | 13 | Architecture: any |
77 | magnus | 14 | Multi-Arch: same |
15 | Pre-Depends: ${misc:Pre-Depends} |
||
2 | magnus | 16 | Depends: ${shlibs:Depends}, ${misc:Depends} |
47 | magnus | 17 | Description: low level cryptographic library (symmetric and one-way cryptos) |
2 | magnus | 18 | Nettle is a cryptographic library that is designed to fit easily in more or |
19 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
20 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
21 | space. |
||
22 | . |
||
23 | It tries to solve a problem of providing a common set of cryptographic |
||
24 | algorithms for higher-level applications by implementing a |
||
25 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
26 | doesn't do any memory allocation or I/O, it simply provides the |
||
27 | cryptographic algorithms for the application to use in any environment and |
||
28 | in any way it needs. |
||
83 | magnus | 29 | . |
30 | This package contains the symmetric and one-way cryptographic |
||
84 | magnus | 31 | algorithms. To avoid having this package depend on libgmp, the |
32 | asymmetric cryptos reside in a separate library, libhogweed. |
||
2 | magnus | 33 | |
61 | magnus | 34 | Package: libhogweed2 |
47 | magnus | 35 | Architecture: any |
77 | magnus | 36 | Multi-Arch: same |
37 | Pre-Depends: ${misc:Pre-Depends} |
||
47 | magnus | 38 | Depends: ${shlibs:Depends}, ${misc:Depends} |
39 | Description: low level cryptographic library (public-key cryptos) |
||
40 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
41 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
42 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
43 | space. |
||
44 | . |
||
45 | It tries to solve a problem of providing a common set of cryptographic |
||
46 | algorithms for higher-level applications by implementing a |
||
47 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
48 | doesn't do any memory allocation or I/O, it simply provides the |
||
49 | cryptographic algorithms for the application to use in any environment and |
||
50 | in any way it needs. |
||
83 | magnus | 51 | . |
84 | magnus | 52 | This package contains the asymmetric cryptographic algorithms, which, |
83 | magnus | 53 | require the GNU multiple precision arithmetic library (libgmp) for |
54 | their large integer computations. |
||
47 | magnus | 55 | |
56 | Package: nettle-dev |
||
2 | magnus | 57 | Section: libdevel |
58 | Architecture: any |
||
61 | magnus | 59 | Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}), |
62 | magnus | 60 | libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends} |
52 | magnus | 61 | Replaces: libnettle-dev |
62 | Conflicts: libnettle-dev |
||
2 | magnus | 63 | Description: low level cryptographic library (development files) |
64 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
65 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
66 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
67 | space. |
||
68 | . |
||
69 | It tries to solve a problem of providing a common set of cryptographic |
||
70 | algorithms for higher-level applications by implementing a |
||
71 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
72 | doesn't do any memory allocation or I/O, it simply provides the |
||
73 | cryptographic algorithms for the application to use in any environment and |
||
74 | in any way it needs. |
||
75 | . |
||
76 | This package contains the development files (C headers and static libraries) |
||
77 | |||
78 | Package: nettle-bin |
||
79 | Section: misc |
||
80 | Architecture: any |
||
81 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
81 | magnus | 82 | Breaks: lsh-utils (<< 2.0.4-dfsg-1) |
83 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
||
69 | magnus | 84 | Suggests: lsh-doc |
2 | magnus | 85 | Description: low level cryptographic library (binary tools) |
86 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
87 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
88 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
89 | space. |
||
90 | . |
||
91 | It tries to solve a problem of providing a common set of cryptographic |
||
92 | algorithms for higher-level applications by implementing a |
||
93 | context-independent set of cryptographic algorithms. In that light, Nettle |
||
94 | doesn't do any memory allocation or I/O, it simply provides the |
||
95 | cryptographic algorithms for the application to use in any environment and |
||
96 | in any way it needs. |
||
97 | . |
||
98 | This package contains binary utilities that accompany the library: |
||
99 | . |
||
84 | magnus | 100 | - nettle-lfib-stream - generates a pseudo-random stream, using the Knuth |
101 | lfib (non-cryptographic) pseudo-random generator. |
||
2 | magnus | 102 | - sexp-conv - conversion tool for handling the different flavours of sexp |
103 | syntax. |
||
15 | magnus | 104 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
82 | magnus | 105 | - nettle-hash - command-line tool to compute message digests such as SHA-1. |
51 | magnus | 106 | |
107 | Package: nettle-dbg |
||
108 | Section: debug |
||
109 | Priority: extra |
||
110 | Architecture: any |
||
61 | magnus | 111 | Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends} |
51 | magnus | 112 | Description: low level cryptographic library (debugging symbols) |
113 | Nettle is a cryptographic library that is designed to fit easily in more or |
||
114 | less any context: In crypto toolkits for object-oriented languages (C++, |
||
115 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
||
116 | space. |
||
117 | . |
||
118 | This package contains the debugging symbols for all binary packages. |