python-mbedtls 2.10.1-1 source package in Ubuntu

Changelog

python-mbedtls (2.10.1-1) unstable; urgency=medium

  * New upstream version 2.10.1

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 11 May 2024 07:24:41 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-mbedtls_2.10.1-1.dsc 2.2 KiB 46ade1a6df9464b7be49f404b17956e67b0531034611df798cd628bf3af186b8
python-mbedtls_2.10.1.orig.tar.gz 103.9 KiB df880a494f9e9a1f05086d52154e6b97681820336355a48048403a9717f7816f
python-mbedtls_2.10.1-1.debian.tar.xz 3.2 KiB 8f703a731dbcf7c103fdb069d7fe1d8e8b35eb4b42844d654143831bf3675cce

Available diffs

No changes file available.

Binary packages built by this source

python3-mbedtls: Cryptographic library for Python with Mbed TLS backend

 mbedtls is an open source library that implements lightweight and
 efficient solutions for security protocols, including TLS (widely
 used in security between network communications)
 .
 Library Key Features:
  - TLS/SSL: Provides support for implementing the TLS/SSL protocol, which
    is widely used to ensure secure communications over the internet.
  - Cryptography: Offers a variety of cryptographic algorithms for symmetric
    and asymmetric encryption, hashing, and digital signatures
  - Network Protocol Support: Implements security protocols for secure
    communication, such as DTLS (Datagram Transport Layer Security) for
    real-time communication.
  - TLS Server and Client: Allows the creation of both secure servers and
    clients using the TLS protocol.
  - Clean and Simple C API: Features a C-language API designed to be clear,
    concise, and easy to use.

python3-mbedtls-dbgsym: debug symbols for python3-mbedtls