rust-snow 0.9.6-1 source package in Ubuntu

Changelog

rust-snow (0.9.6-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)
    + stateful nonce desync fix;
      closes: bug#1062663, thanks to Alexander Kjäll

  [ Jonas Smedegaard ]
  * bump project versions in virtual packages and autopkgtests
  * update and unfuzz patches
  * update TODOs
  * update copyright info: update coverage
  * drop patch 1001;
    expand patch 2001;
    revive patch 2002;
    stop (build-)depend on packages
    for crates aes-gcm blake2 chacha20poly1305 curve25519-dalek sha2;
    stop build- and autopkgtest-depend
    on package for crate x25519-dalek;
    stop provide and autopkgtest features
    default default-resolver ring-accelerated test-vectors xchachapoly

 -- Jonas Smedegaard <email address hidden>  Wed, 07 Feb 2024 01:28:33 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-snow_0.9.6-1.dsc 2.8 KiB 11e18c6405266b58f8755bb7e66cbe5d2af97d45592f343e4f8d084b4074aeb1
rust-snow_0.9.6.orig.tar.gz 598.0 KiB 6fbcbdb740b6ccc4bc4a4e799388eabd852554f93affc02604400caf5b45114a
rust-snow_0.9.6-1.debian.tar.xz 13.5 KiB 5dbdd151fa746d54fdb2de5d40a629a51c442c3a4af1dbab057ab1bc46193df1

Available diffs

No changes file available.

Binary packages built by this source

librust-snow-dev: pure-rust Noise Protocol Framework implementation - Rust source code

 The snow crate is a straightforward,
 Hard To Fuck Up™ Noise Protocol implementation.
 .
 The Noise Protocol Framework is a set of crypto protocols
 based on Diffie-Hellman key agreement,
 that each can consist of a single message
 as well as interactive protocols.
 .
 This package contains the source for the Rust snow crate,
 for use with cargo and dh-cargo.