[Rpm-maint] [rpm-software-management/rpm] Add OpenSSL crypto backend (#129)
Panu Matilainen
notifications at github.com
Wed Feb 8 13:58:04 UTC 2017
Mmh, I'd rather not have hundreds of lines of additional configure goo just to check for incompatibilities between a couple of versions of an optional crypto backend, lets try to keep the checks in check, so to speak.
But if OPENSSL_malloc() and OPENSSL_free() are not compatible with common malloc() and free() then OPENSSL_zalloc() almost certainly should not be falling back to plain old malloc() + memset(), but OPENSSL_malloc().
The other question is, does openssl actually require the use of its allocators for these purposes? Life would be simpler if not...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/129#issuecomment-278335434
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170208/f29175b8/attachment.html>
More information about the Rpm-maint
mailing list