]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Making a gost provider - Add the ciphers
authorRichard Levitte <richard@levitte.org>
Sat, 13 Feb 2021 13:52:39 +0000 (14:52 +0100)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Mon, 11 Oct 2021 16:34:09 +0000 (19:34 +0300)
We add the ciphers for the provider as wrappers around the routines
designed for ENGINEs.  This is not the most elegant, but it does the
job.

When an algorithm has an OID, it's included in the OSSL_ALGORITHM name
as an aliase.  This is the way to avoid having to register the OIDs in
OpenSSL proper.

test/03-encrypt.t is modified to test the provider as well.


No differences found