openssl provider: New sub-command, for provider discovery
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Aug 2019 20:09:27 +0000 (22:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 28 Aug 2019 08:33:45 +0000 (10:33 +0200)
commit18d307e98ebfe6d376ab039a73dc285190b717a0
tree5f078553c6a9c57709fb7707e383b7c428c6ddaf
parent16485a3ada49e68b1ae93ed4fe3b55fdb3a7e61e
openssl provider: New sub-command, for provider discovery

This command is somewhat similar to 'openssl engine', but displays
what it can about the given providers.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9697)
apps/build.info
apps/progs.c
apps/progs.h
apps/provider.c [new file with mode: 0644]
doc/man1/provider.pod [new file with mode: 0644]
test/recipes/20-test_provider.t [new file with mode: 0644]