[DragonFlyBSD - Submit #3142] (New) lib/libdmsg: Unbreak using new API EVP_CIPHER_CTX_new()

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Sun Jul 8 04:18:33 PDT 2018


Issue #3142 has been reported by tkusumi.

----------------------------------------
Submit #3142: lib/libdmsg: Unbreak using new API EVP_CIPHER_CTX_new()
http://bugs.dragonflybsd.org/issues/3142

* Author: tkusumi
* Status: New
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
----------------------------------------
https://github.com/kusumi/DragonFlyBSD/commit/e6833c80bc898c2674e180828fe62cd0b53226e7

--
The upstream OpenSSL no longer publicly expose definition of
EVP_CIPHER_CTX (struct evp_cipher_ctx_st).

Due to this change clients need to have it as a pointer instead
of as a value, and allocate or free EVP_CIPHER_CTX instance by
EVP_CIPHER_CTX_new()/EVP_CIPHER_CTX_free().

> https://github.com/openssl/openssl/issues/962#issuecomment-208792020




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Submit mailing list