Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 47 | Rev 51 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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