> First, I have a question regarding implementation of GOST public key > cryptography. > Is it OK to add dependency GOST => EC? It will allow me to reuse EC > infrastructure > for GOST public key cryptography (GOST R 34.10-2001 and -2012 use ECC)?
Yes. We aren't fond of unnecessary ifdefs, and EC cryptography isn't going to become deprecated until a long time, so it is ok to depend upon it being available and expect it being available. > Second. I have published a preview of cypher/message digest parts of GOSTs > implementation as a pull request to GitHub's libressl-openbsd repo > (https://github.com/libressl-portable/openbsd/pull/6). I plan to > update it further > with PKI parts, there are still some FIXMEs, but I'd like if somebody with > Libre/OpenSSL experience can look at it and review/comment. It's on my list of diffs to review, as soon as the unholy temperatures in the northen hemisphere permit it. My brain is operating in failsafe mode at the moment )-:
