CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/02/22 14:53:23
Modified files: lib/libcrypto/man: d2i_X509_NAME.3 Log message: 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.