python-srp 1.0.20-1 source package in Ubuntu

Changelog

python-srp (1.0.20-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

  [ Micah Anderson ]
  * Remove myself from debian/control Uploaders field.

  [ Boyuan Yang ]
  * New upstream release.
  * Add myself to debian/control Uploaders field.
  * debian/rules: Replace manual relro with full hardening.

 -- Boyuan Yang <email address hidden>  Tue, 01 Nov 2022 15:45:53 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-srp_1.0.20-1.dsc 2.0 KiB 45634ceea0dfc5a9790319ca4fce7123a5c0d9df9fc5c448b6b80be202662801
python-srp_1.0.20.orig.tar.gz 21.9 KiB 2db453bdce26b9eead367a7b5783074ef80e8482bf30c0140a7b89836a054707
python-srp_1.0.20-1.debian.tar.xz 3.7 KiB d4272f7e59c2bc1eee2b1637abcd63e99c95dd0935752faf93c48274d9438d81

Available diffs

No changes file available.

Binary packages built by this source

python3-srp: Secure Remote Password protocol implementation (Python 3)

 This package provides an implementation of the Secure Remote Password
 protocol (SRP). SRP is a cryptographically strong authentication
 protocol for password-based, mutual authentication over an insecure
 network connection.
 .
 Unlike other common challenge-response authentication protocols, such
 as Kereros and SSL, SRP does not rely on an external infrastructure
 of trusted key servers or certificate management. Instead, SRP server
 applications use verification keys derived from each user's password
 to determine the authenticity of a network connection.
 .
 SRP provides mutual-authentication in that successful authentication
 requires both sides of the connection to have knowledge of the
 user's password. If the client side lacks the user's password or the
 server side lacks the proper verification key, the authentication will
 fail.
 .
 Unlike SSL, SRP does not directly encrypt all data flowing through
 the authenticated connection. However, successful authentication does
 result in a cryptographically strong shared key that can be used
 for symmetric-key encryption. This package contains the python3 version.
 .
 This package provides the python3 version.