gost-engine / engine

A reference implementation of the Russian GOST crypto algorithms for OpenSSL
Apache License 2.0
375 stars 170 forks source link

Add framework to add entries into object database. #2

Closed vbwagner closed 4 years ago

vbwagner commented 9 years ago

Now, gost engine depends entirely on neccessary OIDs and SNs added to core OpenSSL object database. This prevent using of updated engine with already released OpenSSL.

It would be nice if separately maintained engine would work with older versions of OpenSSL declaring new NIDs if possible, but taking advantage of existing ones if neccessary.

beldmit commented 4 years ago

It was a long story. I'm afraid it's irrelevant now.