Writing an ENGINE for OpenSSL-1.1.1 and 3.0

2019-11-30 Thread Blumenthal, Uri - 0553 - MITLL
In preparation for writing a new engine that supports message digest and asymmetric crypto (sign and decrypt), I am trying to port the existing simple/demo engines from the Engine Corner examples (thanks, Richard!). The fork of https://github.com/engine-corner/Lesson-2-A-digest.git that

Re: Differently named symbols between OpenSSL and RFC

2019-11-30 Thread J Decker
On Fri, Nov 29, 2019 at 10:16 AM Viktor Dukhovni wrote: > On Thu, Nov 28, 2019 at 04:31:38PM -0800, J Decker wrote: > > > from openssl/tls1.h 1.1.1b > > > > # define TLSEXT_TYPE_psk_kex_modes 45 > > This was added in 1.1.1-dev. > > > pre_shared_key(41), psk_key_exchange_modes(45),