Add a recursive option to 'openssl storeutl'
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2017 13:42:01 +0000 (15:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Sep 2017 09:38:16 +0000 (11:38 +0200)
commitfb43ddceda79f0af5fca88b47c794337f207666e
treee61cdaba8928a4fda5564036a824d325cc5b9b2d
parent15a1bd0ab2950671686cea51f4218c8f3d92fad9
Add a recursive option to 'openssl storeutl'

Simply put, any NAME type OSS_STORE_INTO is a new object that can be
looked into, and potentially lead to a whole tree of data to dive
into.  The recursive option allows someone to view the whole tree and
its data in one go.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4336)
apps/storeutl.c