Message ID | 20200325122624.3142017-1-wgh@torlan.ru |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel] docs: Add reference to X509_LOOKUP_hash_dir(3) | expand |
Am 25.03.20 um 13:26 schrieb wgh@torlan.ru: > From: WGH <wgh@torlan.ru> > > This is probably the best description of the rather confusing > capath directory structure OpenSSL manual has to offer. > The change makes sense. Although we normally prefer real names for contributers, these change is small enough and doc only, so it is okay without one. The change makes sense and pointing the user to that description is an improvement. Acked-By: Arne Schwabe <arne@rfc2549.org>
Your patch has been applied to the master and release/2.4 branch (documentation update is always welcome, if applicable, in 2.4.x). commit a2a2132c46dfcac057cb8c50df5d27005e9e40e5 (master) commit 33395693d32ca1f7cbaf7fba17d855d891bf0f53 (release/2.4) Author: WGH Date: Wed Mar 25 15:26:24 2020 +0300 docs: Add reference to X509_LOOKUP_hash_dir(3) Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20200325122624.3142017-1-wgh@torlan.ru> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19615.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 864f94e8..74638cf3 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -4767,8 +4767,10 @@ option of .B \-hash option of .B openssl x509 -and +, .B openssl crl +and +.BR X509_LOOKUP_hash_dir (3) for more information. Similarly to the
From: WGH <wgh@torlan.ru> This is probably the best description of the rather confusing capath directory structure OpenSSL manual has to offer. --- doc/openvpn.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)