[openssl-dev] [RFC] enc utility & under-documented behavior changes: improving backward compatibility

2017-10-02 Thread Robin H. Johnson
Commit f8547f62c212837dbf44fb7e2755e5774a59a57b (documented in 9e8b6f042749ded556380227c9f2db7ffad9a3aa), changed the default digest for the 'enc' utility from MD5 to SHA256. While I do strongly encourage getting away from MD5, this has the unfortunate side effect of silently breaking existing

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 *,  …)