aioquic 1.2.0-1 source package in Ubuntu
Changelog
aioquic (1.2.0-1) unstable; urgency=medium * New upstream release * Add d/upstream/metadata file -- Scott Kitterman <email address hidden> Sun, 07 Jul 2024 14:44:45 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
aioquic_1.2.0-1.dsc | 2.3 KiB | 4c4c3126c261a87812ed1816940be31084c4652032e697b3ebaa8e3d4988854a |
aioquic_1.2.0.orig.tar.gz | 175.7 KiB | f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199 |
aioquic_1.2.0-1.debian.tar.xz | 4.3 KiB | 677a8413baec91ee0fc4c014fbe97fe1a90d54fa93561ec1ed902a10ef2a0a99 |
Available diffs
- diff from 1.1.0-1 to 1.2.0-1 (40.5 KiB)
No changes file available.
Binary packages built by this source
- python-aioquic-doc: documentation for the aioquic Python library
python3-aioquic is a library for the QUIC network protocol in Python.
It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3
stack.
.
This package provides documentation for the python3-aioquic library.
- python3-aioquic: Python implementation of QUIC and HTTP/3
Library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
.
QUIC was standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_.
``aioquic`` is regularly tested for interoperability against other
`QUIC implementations`_.
.
Features
--------
- QUIC stack conforming with `RFC 9000`_
- HTTP/3 stack conforming with `RFC 9114`_
- minimal TLS 1.3 implementation conforming with `RFC 8446`_
- IPv4 and IPv6 support
- connection migration and NAT rebinding
- logging TLS traffic secrets
- logging QUIC events in QLOG format
- HTTP/3 server push support
- python3-aioquic-dbgsym: debug symbols for python3-aioquic