]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Making a gost provider - Refactor the testing foundation
authorRichard Levitte <richard@levitte.org>
Mon, 10 May 2021 07:06:04 +0000 (09:06 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Mon, 11 Oct 2021 16:34:09 +0000 (19:34 +0300)
commit0021eb1fac2d7a6e628b1a4125cecd7520f7b6b6
tree9ca501dfa1ac3639505f39cb2643c3a8b37699e3
parent265d89dcbce7fce4fa2b560b70597132fd8eb3b2
Making a gost provider - Refactor the testing foundation

This makes space for provider tests.

As a beginning, test/00-provider.t is added.  It corresponds to
test/00-engine.t.

All other test/*.t are currently skipped unless the engine is tested.
They will be re-enabled as support for each algorithm type is added in
the provider code.
CMakeLists.txt
test/00-engine.t
test/00-provider.t [new file with mode: 0644]
test/01-digest.t
test/02-mac.t
test/03-encrypt.t
test/04-pkey.t
test/empty.cnf [deleted file]
test/provider.cnf [new file with mode: 0644]