SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()
authorRichard Levitte <levitte@openssl.org>
Sun, 10 Nov 2019 14:36:24 +0000 (15:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Nov 2019 12:38:36 +0000 (13:38 +0100)
This also removes the incorrect documentation comments by those
functions, and fixes a bug in SSL_add_store_cert_subjects_to_stack(),
where the condition for recursive addition was 'depth == 0' when it
should be 'depth > 0'.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10402)


No differences found