File: control

package info (click to toggle)
libopaque 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: ansic: 7,701; python: 570; javascript: 379; makefile: 269; java: 195; php: 181; erlang: 121; ruby: 61; sh: 12
file content (77 lines) | stat: -rw-r--r-- 3,494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: libopaque
Section: utils
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), dh-python, python3-setuptools,
   pkgconf, libsodium-dev, liboprf-dev (>= 0.3.2), pandoc, python3-all
Standards-Version: 4.5.1
Homepage: https://github.com/stef/libopaque
Vcs-Git: https://salsa.debian.org/debian/libopaque.git
Vcs-Browser: https://salsa.debian.org/debian/libopaque

Package: libopaque-bin
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Language bindings for establishing a shared secret using the OPAQUE protocol
 The opaque library implements the OPAQUE protocol as proposed in the IRTF
 Crypto Forum Research Group draft
 (https://github.com/cfrg/draft-irtf-cfrg-opaque).
 The OPAQUE protocol combines a Oblivious Pseudo-Random Function (OPRF) and an
 Authenticated Key-Exchange (AKE) into a protocol where a user holding nothing
 but a password and a server holding some information protected by the password
 can establish a shared secret.  The library comes with bindings for js, php7,
 ruby, java, erlang, lua, python, go and SASL.
 .
 libopaque-bin ships the opaque(1) commandline frontend.

Package: libopaque0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Establishing a shared secret using the OPAQUE protocol - C library
 The opaque library implements the OPAQUE protocol as proposed in the IRTF
 Crypto Forum Research Group draft
 (https://github.com/cfrg/draft-irtf-cfrg-opaque).
 The OPAQUE protocol combines a Oblivious Pseudo-Random Function (OPRF) and an
 Authenticated Key-Exchange (AKE) into a protocol where a user holding nothing
 but a password and a server holding some information protected by the password
 can establish a shared secret.
 .
 libopaque0 delivers the C library.

Package: libopaque-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libopaque0 (= ${binary:Version})
Description: Establishing a shared secret using the OPAQUE protocol - C development files
 The opaque library implements the OPAQUE protocol as proposed in the IRTF
 Crypto Forum Research Group draft
 (https://github.com/cfrg/draft-irtf-cfrg-opaque).
 The OPAQUE protocol combines a Oblivious Pseudo-Random Function (OPRF) and an
 Authenticated Key-Exchange (AKE) into a protocol where a user holding nothing
 but a password and a server holding some information protected by the password
 can establish a shared secret.
 .
 libopaque-dev delivers C development files for libopaque.

Package: python3-opaque
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3:any, libopaque0 (>= ${binary:Version}), python3-pysodium
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: python bindings for libopaque: Establishing an OPAQUE shared secret
 The opaque library implements the OPAQUE protocol as proposed in the IRTF
 Crypto Forum Research Group draft
 (https://github.com/cfrg/draft-irtf-cfrg-opaque).
 The OPAQUE protocol combines a Oblivious Pseudo-Random Function (OPRF) and an
 Authenticated Key-Exchange (AKE) into a protocol where a user holding nothing
 but a password and a server holding some information protected by the password
 can establish a shared secret.
 .
 python3-opaque delivers bindings for Python 3.