Rev 16 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 21 | ||
---|---|---|---|
1 | Source: nettle |
1 | Source: nettle |
2 | Section: libs |
2 | Section: libs |
3 | Priority: optional |
3 | Priority: optional |
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
5 | Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch |
5 | Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch |
6 | Standards-Version: 3.7.2 |
6 | Standards-Version: 3.7.2 |
7 | XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental |
7 | XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental |
8 | XS-Vcs-Browser: http://svn.kibibyte.se/nettle |
8 | XS-Vcs-Browser: http://svn.kibibyte.se/nettle |
9 | 9 | ||
10 | Package: libnettle3 |
10 | Package: libnettle3 |
11 | Section: libs |
11 | Section: libs |
12 | Architecture: any |
12 | Architecture: any |
13 | Depends: ${shlibs:Depends}, ${misc:Depends} |
13 | Depends: ${shlibs:Depends}, ${misc:Depends} |
14 | Description: low level cryptographic library (symmetric and one-way cryptos) |
14 | Description: low level cryptographic library (symmetric and one-way cryptos) |
15 | Nettle is a cryptographic library that is designed to fit easily in more or |
15 | Nettle is a cryptographic library that is designed to fit easily in more or |
16 | less any context: In crypto toolkits for object-oriented languages (C++, |
16 | less any context: In crypto toolkits for object-oriented languages (C++, |
17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
17 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
18 | space. |
18 | space. |
19 | . |
19 | . |
20 | It tries to solve a problem of providing a common set of cryptographic |
20 | It tries to solve a problem of providing a common set of cryptographic |
21 | algorithms for higher-level applications by implementing a |
21 | algorithms for higher-level applications by implementing a |
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
22 | context-independent set of cryptographic algorithms. In that light, Nettle |
23 | doesn't do any memory allocation or I/O, it simply provides the |
23 | doesn't do any memory allocation or I/O, it simply provides the |
24 | cryptographic algorithms for the application to use in any environment and |
24 | cryptographic algorithms for the application to use in any environment and |
25 | in any way it needs. |
25 | in any way it needs. |
26 | . |
26 | . |
27 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
27 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
28 | 28 | ||
29 | Package: libhogweed1 |
29 | Package: libhogweed1 |
30 | Section: libs |
30 | Section: libs |
31 | Architecture: any |
31 | Architecture: any |
32 | Depends: ${shlibs:Depends}, ${misc:Depends} |
32 | Depends: ${shlibs:Depends}, ${misc:Depends} |
33 | Description: low level cryptographic library (public-key cryptos) |
33 | Description: low level cryptographic library (public-key cryptos) |
34 | Nettle is a cryptographic library that is designed to fit easily in more or |
34 | Nettle is a cryptographic library that is designed to fit easily in more or |
35 | less any context: In crypto toolkits for object-oriented languages (C++, |
35 | less any context: In crypto toolkits for object-oriented languages (C++, |
36 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
36 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
37 | space. |
37 | space. |
38 | . |
38 | . |
39 | It tries to solve a problem of providing a common set of cryptographic |
39 | It tries to solve a problem of providing a common set of cryptographic |
40 | algorithms for higher-level applications by implementing a |
40 | algorithms for higher-level applications by implementing a |
41 | context-independent set of cryptographic algorithms. In that light, Nettle |
41 | context-independent set of cryptographic algorithms. In that light, Nettle |
42 | doesn't do any memory allocation or I/O, it simply provides the |
42 | doesn't do any memory allocation or I/O, it simply provides the |
43 | cryptographic algorithms for the application to use in any environment and |
43 | cryptographic algorithms for the application to use in any environment and |
44 | in any way it needs. |
44 | in any way it needs. |
45 | . |
45 | . |
46 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
46 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
47 | 47 | ||
48 | Package: nettle-dev |
48 | Package: nettle-dev |
49 | Section: libdevel |
49 | Section: libdevel |
50 | Architecture: any |
50 | Architecture: any |
51 | Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev |
51 | Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev |
52 | Replaces: libnettle-dev |
52 | Replaces: libnettle-dev (<< 1.16~cvs20070603) |
53 | Conflicts: libnettle-dev |
53 | Conflicts: libnettle-dev (<< 1.16~cvs20070603) |
54 | Description: low level cryptographic library (development files) |
54 | Description: low level cryptographic library (development files) |
55 | Nettle is a cryptographic library that is designed to fit easily in more or |
55 | Nettle is a cryptographic library that is designed to fit easily in more or |
56 | less any context: In crypto toolkits for object-oriented languages (C++, |
56 | less any context: In crypto toolkits for object-oriented languages (C++, |
57 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
57 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
58 | space. |
58 | space. |
59 | . |
59 | . |
60 | It tries to solve a problem of providing a common set of cryptographic |
60 | It tries to solve a problem of providing a common set of cryptographic |
61 | algorithms for higher-level applications by implementing a |
61 | algorithms for higher-level applications by implementing a |
62 | context-independent set of cryptographic algorithms. In that light, Nettle |
62 | context-independent set of cryptographic algorithms. In that light, Nettle |
63 | doesn't do any memory allocation or I/O, it simply provides the |
63 | doesn't do any memory allocation or I/O, it simply provides the |
64 | cryptographic algorithms for the application to use in any environment and |
64 | cryptographic algorithms for the application to use in any environment and |
65 | in any way it needs. |
65 | in any way it needs. |
66 | . |
66 | . |
67 | This package contains the development files (C headers and static libraries) |
67 | This package contains the development files (C headers and static libraries) |
68 | . |
68 | . |
69 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
69 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
70 | 70 | ||
- | 71 | Package: libnettle-dev |
|
- | 72 | Section: libdevel |
|
- | 73 | Architecture: all |
|
- | 74 | Depends: nettle-dev |
|
- | 75 | Description: dummy package for transition to nettle-dev |
|
- | 76 | Nettle is a cryptographic library that is designed to fit easily in more or |
|
- | 77 | less any context: In crypto toolkits for object-oriented languages (C++, |
|
- | 78 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
|
- | 79 | space. |
|
- | 80 | . |
|
- | 81 | Since nettle now is split in two libraries, libnettle and libhogweed, |
|
- | 82 | the -dev package is called nettle-dev. This dummy package simply |
|
- | 83 | depends on that and can safely be uninstalled. |
|
- | 84 | ||
71 | Package: nettle-bin |
85 | Package: nettle-bin |
72 | Section: misc |
86 | Section: misc |
73 | Architecture: any |
87 | Architecture: any |
74 | Depends: ${shlibs:Depends}, ${misc:Depends} |
88 | Depends: ${shlibs:Depends}, ${misc:Depends} |
75 | Suggests: lsh-utils-doc | lsh-doc |
89 | Suggests: lsh-utils-doc | lsh-doc |
76 | Conflicts: libnettle1, lsh-utils (<< 2.0.3-2) |
90 | Conflicts: libnettle1, lsh-utils (<< 2.0.3-2) |
77 | Description: low level cryptographic library (binary tools) |
91 | Description: low level cryptographic library (binary tools) |
78 | Nettle is a cryptographic library that is designed to fit easily in more or |
92 | Nettle is a cryptographic library that is designed to fit easily in more or |
79 | less any context: In crypto toolkits for object-oriented languages (C++, |
93 | less any context: In crypto toolkits for object-oriented languages (C++, |
80 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
94 | Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel |
81 | space. |
95 | space. |
82 | . |
96 | . |
83 | It tries to solve a problem of providing a common set of cryptographic |
97 | It tries to solve a problem of providing a common set of cryptographic |
84 | algorithms for higher-level applications by implementing a |
98 | algorithms for higher-level applications by implementing a |
85 | context-independent set of cryptographic algorithms. In that light, Nettle |
99 | context-independent set of cryptographic algorithms. In that light, Nettle |
86 | doesn't do any memory allocation or I/O, it simply provides the |
100 | doesn't do any memory allocation or I/O, it simply provides the |
87 | cryptographic algorithms for the application to use in any environment and |
101 | cryptographic algorithms for the application to use in any environment and |
88 | in any way it needs. |
102 | in any way it needs. |
89 | . |
103 | . |
90 | This package contains binary utilities that accompany the library: |
104 | This package contains binary utilities that accompany the library: |
91 | . |
105 | . |
92 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
106 | - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth |
93 | lfib (non-cryptographic) pseudorandom generator. |
107 | lfib (non-cryptographic) pseudorandom generator. |
94 | - sexp-conv - conversion tool for handling the different flavours of sexp |
108 | - sexp-conv - conversion tool for handling the different flavours of sexp |
95 | syntax. |
109 | syntax. |
96 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
110 | - pkcs1-conv - converts PKCS#1 keys to sexp format. |
97 | . |
111 | . |
98 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
112 | Homepage: http://www.lysator.liu.se/~nisse/nettle/ |