On Tue, Aug 19, 2014, Eckert, Doug wrote:

> Greetings.
> 
> After a recent reboot, a previously working cert is now being rejected with
> "NO X509_NAME".  I can't set the log level higher on the AIX side to get
> more detail.  What are the most likely causes of the "NO X509_NAME" error?
> 
> from aa.bb.cc.dd:eeeee
> 2014.08.17 12:14:41 LOG4[3670382:258]: VERIFY ERROR: depth=0, error=ok: NO
> X509_NAME

Just an additional comment. "NO X509_NAME" is not an OpenSSL error. In fact
that doesn't look like an error at all: the "error=ok" could be from the
notification passed to the callback that verification was successful.

In that case "No X509_NAME" would appear becasue no certificate is specified:
because there isn't a certificate associated with that state.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to