libotr 4.1.1-3ubuntu1 source package in Ubuntu

Changelog

libotr (4.1.1-3ubuntu1) focal; urgency=medium

  * Fix test_auth failure on riscv64. It was a buggy test that only worked on
    other architectures by coincidence. Patch from the Debian BTS.

 -- William Grant <email address hidden>  Mon, 13 Apr 2020 12:41:49 +1000

Upload details

Uploaded by:
William Grant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libs

Downloads

File Size SHA-256 Checksum
libotr_4.1.1.orig.tar.gz 640.4 KiB 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5
libotr_4.1.1-3ubuntu1.debian.tar.xz 11.2 KiB 04dec5b1c0812878c5bfe36ce7648698e911d4cfdca1a7e7ad2280ec341c18ba
libotr_4.1.1-3ubuntu1.dsc 2.1 KiB 2adb04837c6886d501a263ab4ecbe6b3ff6523442a52a7e3ce77e1cae2c2e055

View changes file

Binary packages built by this source

libotr5: Off-the-Record Messaging library

 OTR allows you to have private conversations over IM by providing:
  - Encryption
    - No one else can read your instant messages.
  - Authentication
    - You are assured the correspondent is who you think it is.
  - Deniability
    - The messages you send do not have digital signatures that are
      checkable by a third party. Anyone can forge messages after a
      conversation to make them look like they came from you. However,
      during a conversation, your correspondent is assured the messages
      they see are authentic and unmodified.
  - Perfect forward secrecy
    - If you lose control of your private keys, no previous conversation
      is compromised.
 .
 This package provides the OTR library.

libotr5-bin: toolkit for Off-the-Record Messaging library

 OTR allows you to have private conversations over IM by providing:
  - Encryption
    - No one else can read your instant messages.
  - Authentication
    - You are assured the correspondent is who you think it is.
  - Deniability
    - The messages you send do not have digital signatures that are
      checkable by a third party. Anyone can forge messages after a
      conversation to make them look like they came from you. However,
      during a conversation, your correspondent is assured the messages
      they see are authentic and unmodified.
  - Perfect forward secrecy
    - If you lose control of your private keys, no previous conversation
      is compromised.
 .
 This package contains the program files for the OTR library.

libotr5-bin-dbgsym: No summary available for libotr5-bin-dbgsym in ubuntu hirsute.

No description available for libotr5-bin-dbgsym in ubuntu hirsute.

libotr5-dbgsym: No summary available for libotr5-dbgsym in ubuntu hirsute.

No description available for libotr5-dbgsym in ubuntu hirsute.

libotr5-dev: Off-the-Record Messaging library development files

 OTR allows you to have private conversations over IM by providing:
  - Encryption
    - No one else can read your instant messages.
  - Authentication
    - You are assured the correspondent is who you think it is.
  - Deniability
    - The messages you send do not have digital signatures that are
      checkable by a third party. Anyone can forge messages after a
      conversation to make them look like they came from you. However,
      during a conversation, your correspondent is assured the messages
      they see are authentic and unmodified.
  - Perfect forward secrecy
    - If you lose control of your private keys, no previous conversation
      is compromised.
 .
 This package contains the header files and static libraries needed to
 develop applications using libotr.