Re: [openssl-dev] Missing EVP_PKEY_meth_get_xxx methods?

2017-10-02 Thread Blumenthal, Uri - 0553 - MITLL
Matt and Steve, Thank you! I indeed fancied creating a PR to add those: https://github.com/openssl/openssl/pull/4452 ;-) -- Regards, Uri Blumenthal On 10/2/17, 12:41, "openssl-dev on behalf of Dr. Stephen Henson" wrote: On

Re: [openssl-dev] Missing EVP_PKEY_meth_get_xxx methods?

2017-10-02 Thread Dr. Stephen Henson
On Mon, Oct 02, 2017, Matt Caswell wrote: > > > On 02/10/17 15:00, Blumenthal, Uri - 0553 - MITLL wrote: > > Moving to openssl-dev, because I think OpenSSL-1.0.2 needs a fix. > > > >   > > > > To be more specific, the following get methods are missing in 1.0.2: > > > >   > > > > -

Re: [openssl-dev] Missing EVP_PKEY_meth_get_xxx methods?

2017-10-02 Thread Matt Caswell
On 02/10/17 15:00, Blumenthal, Uri - 0553 - MITLL wrote: > Moving to openssl-dev, because I think OpenSSL-1.0.2 needs a fix. > >   > > To be more specific, the following get methods are missing in 1.0.2: > >   > > - EVP_PKEY_meth_get_sign(EVP_PKEY_METHOD *,  …) > > -

[openssl-dev] Missing EVP_PKEY_meth_get_xxx methods?

2017-10-02 Thread Blumenthal, Uri - 0553 - MITLL
Moving to openssl-dev, because I think OpenSSL-1.0.2 needs a fix. To be more specific, the following get methods are missing in 1.0.2: - EVP_PKEY_meth_get_sign(EVP_PKEY_METHOD *,  …) - EVP_PKEY_meth_get_decrypt(EVP_PKEY_METHOD *,  …) - EVP_PKEY_meth_get_encrypt(EVP_PKEY_METHOD *,  …)