CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/22 17:40:16
Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: GENERAL_NAME_new.3 Log message: Write GENERAL_NAME_new(3) manual page from scratch - as if plain X.501 Name structures weren't already complicated enough, see X509_NAME_new(3). All these functions are listed in <openssl/x509v3.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file.