Re: [openssl-users] Missing EVP_PKEY method to set engine?

2017-10-01 Thread Blumenthal, Uri - 0553 - MITLL
Thank you! I observe that in 1.1.x everything's fine - the structure evp_pkey_methods_st is opaque, but both getters and setters are defined and available. In 1.0.2 the structure is already opaque, the setters are present, but some getters are absent. Which makes it quite hard to work with me

Re: [openssl-users] Missing EVP_PKEY method to set engine?

2017-10-01 Thread Dr. Stephen Henson
On Fri, Sep 29, 2017, Blumenthal, Uri - 0553 - MITLL wrote: > Apologies in advance for cross-posting ??? but I???m not sure which of the > two mailing lists this belongs to. > > A key (say, private key) is loaded from the pkcs11 engine via privkey = > ENGINE_load_private_key(engine, ); and this

Re: [openssl-users] Integrating New Cipher Suite

2017-10-01 Thread Dr. Stephen Henson
On Sun, Oct 01, 2017, Wallboy wrote: > Hi, > > I'm also interested in adding a few "pseudo" ciphersuites to OpenSSL. > Notably the 16 GREASE ones Chrome currently uses (0x0A0A, 0x1A1A...0xFAFA). > > I made similar changes to the files listed in this thread and compiled > successfully (based on 1

Re: [openssl-users] Integrating New Cipher Suite

2017-10-01 Thread Wallboy
Hi, I'm also interested in adding a few "pseudo" ciphersuites to OpenSSL. Notably the 16 GREASE ones Chrome currently uses (0x0A0A, 0x1A1A...0xFAFA). I made similar changes to the files listed in this thread and compiled successfully (based on 1.1.0f). I see the new cipher when doing "openssl cip