In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided
authorschwarze <schwarze@openbsd.org>
Thu, 22 Feb 2018 21:53:23 +0000 (21:53 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 22 Feb 2018 21:53:23 +0000 (21:53 +0000)
commitb0e81980ef89dd2777f637bdbcb668865b45d38a
treebd1e8c0e26e61e14ebd74c2e2df5cc6b1a1afcdf
parent8581223703d56eaaca5c58e5214d84ac125358da
In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided
X509_NAME_get0_der(3).  Document it without using anything
from the existing OpenSSL X509_NAME_get0_der(3) manual page
because that page fails to mention the similarity to i2d_X509_NAME(3)
and also fails to explain how both differ, likely causing users
to pick the wrong one for their purposes.
lib/libcrypto/man/d2i_X509_NAME.3