File: changes.md

package info (click to toggle)
pqconnect 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 7,256; sh: 632; makefile: 75
file content (34 lines) | stat: -rw-r--r-- 888 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
**[`pqconnect-1.2.2.tar.gz`](pqconnect-1.2.2.tar.gz)**

Add configuration checker (`pqconnect-server-check`) for sysadmins to
diagnose configuration issues.

Fix unhandled connectivity-loss error.

Fix handling malformed static-key requests; thanks Jan Mojzis.

Port to Python 3.13,
by moving thread creation into `run_server`.

Python dependencies: use the `lib25519` wrapper
rather than the `ondesmartenot/py25519` wrapper.

Handle miscellaneous installation issues on Debian and Alpine.

Many test improvements.

Small code cleanups.

Include `./package.do` for tarball creation.

Include `./autogen.do` for package preprocessing
(currently just rebuilding `doc/html`).

Documentation improvements:
note dependency on `wget` and `sudo`;
use `203.0.113.113` as example IP address;
link to NDSS 2025 slides.

**[`pqconnect-1.2.1.tar.gz`](pqconnect-1.2.1.tar.gz)**

First public release.