X509_NAME_new
if ((name = X509_NAME_new()) == NULL)
if ((subject = X509_NAME_new()) == NULL) {
if (!(nm = X509_NAME_new()))
nm = X509_NAME_new();
X509_NAME *X509_NAME_new(void);