m2crypto 0.38.0-1ubuntu1 source package in Ubuntu

Changelog

m2crypto (0.38.0-1ubuntu1) jammy; urgency=medium

  * Merge from debian, remaining changes:
    - ssl_23 padding is going away in OpenSSL upstream, thus skip test if
      OpenSSL raises an error.
    - Force enable tlsv1 for the tls1 tests.
  * Load legacy provider of openssl v3, as m2crypto tests legacy things.
  * Adjust some test suite expectations for openssl v3.
  * Skip some tests that fail with openssl v3.

m2crypto (0.38.0-1) unstable; urgency=medium

  * New upstream release
  * debian/watch
    - track gitlab releases
  * debian/patches
    - refresh, drop merged patches
  * debian/rules
    - use pybuild to run test and build doc

m2crypto (0.37.1-2) unstable; urgency=medium

  * debian/patches/MR262.patch
    - fix test failure with recent openssl; Closes: #983013
  * debian/rules
    - skip test_ssl.py during tests, more than 50% of its tests faol on an
      IPv6-only machine; Closes: #979865

 -- Dimitri John Ledkov <email address hidden>  Thu, 02 Dec 2021 18:25:56 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
m2crypto_0.38.0.orig.tar.xz 449.3 KiB 29dd19418ed7d04605287dd5c33dd473ea3bc9f9a9528841c5998b10b581aec4
m2crypto_0.38.0-1ubuntu1.debian.tar.xz 58.8 KiB 2f5908499b6150fe186f24896d0a3e22a8fab212432d99fd3f2c1c27a32705f3
m2crypto_0.38.0-1ubuntu1.dsc 2.4 KiB b5c8dc1d103d5901a95f1ae84b490942558ec72fe9baabe936fba0564e56316e

Available diffs

View changes file

Binary packages built by this source

python3-m2crypto: Python wrapper for the OpenSSL library (Python 3 modules)

 m2crypto features the following:
   * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
   * SSL functionality to implement clients and servers.
   * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
   * Unforgeable HMAC'ing AuthCookies for web session management.
   * FTP/TLS client and server.
   * S/MIME.
   * ZServerSSL: A HTTPS server for Zope.
   * ZSmime: An S/MIME messenger for Zope.
 .
 This package contains the modules for the Python 3.x interpreter.

python3-m2crypto-dbgsym: debug symbols for python3-m2crypto