libstring-compare-constanttime-perl 0.321-2 source package in Ubuntu

Changelog

libstring-compare-constanttime-perl (0.321-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit, Repository-Browse.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Mon, 15 Aug 2022 16:36:53 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libstring-compare-constanttime-perl_0.321-2.dsc 2.5 KiB c381358170344636f609c6444b09d362d7efb0bc364b604e57d205cce444d76b
libstring-compare-constanttime-perl_0.321.orig.tar.gz 6.4 KiB 0b26ba2b121d8004425d4485d1d46f59001c83763aa26624dff6220d7735d7f7
libstring-compare-constanttime-perl_0.321-2.debian.tar.xz 2.3 KiB bec1378597cbc78d1dd0ea658e512db91078ebb61163dd93de1e95ffd1c42fa6

No changes file available.

Binary packages built by this source

libstring-compare-constanttime-perl: module for protecting string comparison from timing attacks

 String::Compare::ConstantTime provides one function, equals(), which takes
 two strings of the same length as arguments. It will return true if they are
 string-wise identical and false otherwise, just like eq. However, comparing
 any two differing strings will take a fixed amount of time, unlike eq.

libstring-compare-constanttime-perl-dbgsym: debug symbols for libstring-compare-constanttime-perl