Re: [openssl-dev] Dynamically adding a NID

2017-07-01 Thread Nicola Tuveri
xt (requiring patching and recompilation for anyone willing to use my engine). I tried using OBJ_create() with NULL or an empty string for the OID, but currently it checks that the given OID is actually a valid one. Is there any workaround to avoid this other than issuing my own OID? Thanks, Nicol

[openssl-dev] Dynamically adding a NID

2017-06-25 Thread Nicola Tuveri
Hi, I'm working on ENGINE development, and I have the need to add an NID for a custom message digest, and eventually for ciphers and PKEY methods. Some of the associated object don't (and won't ever) have an associated OID, but I need to add them dynamically to avoid requiring patches to the

Re: [openssl-dev] [openssl.org #4683] [BUG] Failure running openssl speed ecdh in master branch

2016-10-03 Thread Nicola Tuveri via RT
already working on option number 3 for a side project where I had the need to compare benchmarks of ECDH with different curves, including X25519, so [here is a pull request][0] to start from if we want to revise which interface to use to access EC crypto in apps/speed. Hope this might save