Your message dated Mon, 09 Mar 2026 14:59:55 +0000
with message-id <[email protected]>
and subject line Bug#1127821: Removed package(s) from unstable
has caused the Debian Bug report #511515,
regarding m2crypto: openssl return values.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
511515: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511515
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: m2crypto
Severity: important
Tags: security

Hi,

I've been checking packages to see if they properly check the return
value of some of the functions in openssl.  Your package seems to
be calling a few of them:

In SWIG/_evp.i, in verify_final() there is a call to EVP_VerifyFinal
and just return that.  M2Crypto/EVP.py seems to document that
as only returning 0 for failure but it can also return -1 on failure.

There are also calls to DSA_verify(), ECDSA_verify(), DSA_do_verify()
and ECDSA_do_verify() that seem to think that -1 means error,
and then return the return code.  But 0 is also an error case.

For all the functions mentioned, 0 and -1 are errors, 1 mean success.

I have no idea how this is being used.  I think this is being used
by other packages in Debian (dtc-xen, python-pyxmpp) that might
need to be checked instead.


Kurt




--- End Message ---
--- Begin Message ---
Version: 0.46.2-3+rm

Dear submitter,

as the package m2crypto has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1127821

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to