CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/14 09:07:05
Modified files: lib/libcrypto/man: X509_NAME_ENTRY_get_object.3 Log message: Document X509_NAME_ENTRY_new(3) and X509_NAME_ENTRY_free(3), both listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.h. Note that the OpenSSL documentation specifies the wrong header file. Explain what X509_NAME_ENTRY represents. Simplify and clarify some wording. Sort parts of the text into a more logical order. Delete an irrelevant cross reference and add some relevant ones. Add a STANDARDS section.