From: Richard Levitte Date: Sat, 13 Feb 2021 13:52:39 +0000 (+0100) Subject: Making a gost provider - Add the ciphers X-Git-Tag: v3.0.1~51 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=inline;h=bd2d5542f307ae0e9e98a291f0d765a0be58b5fd;hp=bd2d5542f307ae0e9e98a291f0d765a0be58b5fd;p=openssl-gost%2Fengine.git Making a gost provider - Add the ciphers 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. ---