Re: [openssl-users] rsaOAEP OID in X509 certificate

2018-08-16 Thread Stephane van Hardeveld
> > On Aug 14, 2018, at 4:55 PM, Stephane van Hardeveld > wrote: > > > > If I would try this endeavour, what would be the best interface to set this? > > For creation, use the EVP_PKEY type with the EVP_PKEY_CTX, and set > > attributes there? > > You'll need a new EVP_PKEY type that is mostly lik

Re: [openssl-users] Multi client DTLS server on OpenSSL 1.1.x broken?

2018-08-16 Thread Michael Richardson
Philip Prindeville wrote: > You can create an SSL context and then bind a connection listener to > it. > If the library doesn’t specifically handle the case of DTLS (I know it > handles SSL and TLS), then it shouldn’t be too hard to cobble something > together and even get it