]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commitee669781d5de4c017595149c6036ca24b35aa2c7
treebe9572dde7001244e81cd7a469de9e356fbacb76
parent5aaba376189c0d606b832877b037d51caf338e7f
SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack()

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)
doc/man3/SSL_load_client_CA_file.pod
ssl/ssl_cert.c
util/missingssl.txt
util/missingssl111.txt