libstring-compare-constanttime-perl 0.311-1 source package in Ubuntu

Changelog

libstring-compare-constanttime-perl (0.311-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.311.

 -- gregor herrmann <email address hidden>  Tue, 27 Oct 2015 21:43:15 +0100

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.311-1.dsc 2.4 KiB 4fd8000bb5ab6a1496574a14a386018a68ac68e0691975c92aeb5aa4ae27a617
libstring-compare-constanttime-perl_0.311.orig.tar.gz 5.5 KiB 2f2d0fee30e1b3fb3b20f3bdefd0aafe54946e8f0f9410ae07a0931cce9c9a8d
libstring-compare-constanttime-perl_0.311-1.debian.tar.xz 1.8 KiB c7c1a39ef2b1eabcd83eab4db2011fdb9b2fc5a57afc32e88d0e125d468ad673

Available diffs

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 lengh 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 package libstring-compare-constanttime-perl

 String::Compare::ConstantTime provides one function, equals(), which takes
 two strings of the same lengh 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.