bearssl 0.6+dfsg.1-2 source package in Ubuntu

Changelog

bearssl (0.6+dfsg.1-2) unstable; urgency=medium

  * Install also /usr/include/bearssl.h header file which only includes
    /usr/include/bearssl/bearssl.h. It allows one to compile code without
    '-I/usr/include/bearssl'.
  * d/rules: add DEB_CFLAGS_MAINT_APPEND = -Os

 -- Jan Mojžíš <email address hidden>  Mon, 22 Nov 2021 07:11:18 +0100

Upload details

Uploaded by:
Jan Mojžíš
Uploaded to:
Sid
Original maintainer:
Jan Mojžíš
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
bearssl_0.6+dfsg.1-2.dsc 1.8 KiB df6ff87283c645b595f720953cc3ad0948e1de6457964e6c7329c1ed6b5ea448
bearssl_0.6+dfsg.1.orig.tar.xz 487.9 KiB 102a625bd8f6155260867a50c508df8d8c3f796985dd744df1a68e5cd1a79004
bearssl_0.6+dfsg.1-2.debian.tar.xz 5.6 KiB 4d550dae008aeaea5d21b9e587db4ad9c2491dcbe183a39cc0b61c42bcb7d407

Available diffs

No changes file available.

Binary packages built by this source

libbearssl-dev: BearSSL - development files

 It aims at offering the following features:
 .
 Be correct and secure. In particular, insecure protocol versions and choices
 of algorithms are not supported, by design; cryptographic algorithm
 implementations are constant-time by default.
 .
 Be small, both in RAM and code footprint. For instance, a minimal server
 implementation may fit in about 20 kilobytes of compiled code
 and 25 kilobytes of RAM.
 .
 Be highly portable. BearSSL targets not only “big” operating systems like
 Linux and Windows, but also small embedded systems and even special contexts
 like bootstrap code.
 .
 Be feature-rich and extensible. SSL/TLS has many defined cipher suites and
 extensions; BearSSL should implement most of them, and allow extra algorithm
 implementations to be added afterwards, possibly from third parties.
 .
 Development files.

libbearssl0: BearSSL - shared libraries

 It aims at offering the following features:
 .
 Be correct and secure. In particular, insecure protocol versions and choices
 of algorithms are not supported, by design; cryptographic algorithm
 implementations are constant-time by default.
 .
 Be small, both in RAM and code footprint. For instance, a minimal server
 implementation may fit in about 20 kilobytes of compiled code
 and 25 kilobytes of RAM.
 .
 Be highly portable. BearSSL targets not only “big” operating systems like
 Linux and Windows, but also small embedded systems and even special contexts
 like bootstrap code.
 .
 Be feature-rich and extensible. SSL/TLS has many defined cipher suites and
 extensions; BearSSL should implement most of them, and allow extra algorithm
 implementations to be added afterwards, possibly from third parties.
 .
 Shared libraries.

libbearssl0-dbgsym: debug symbols for libbearssl0