[openssl-users] SSL_GET_SERVER_CERT_INDEX:internal error

Viktor Dukhovni openssl-users at dukhovni.org
Thu Dec 20 17:16:17 UTC 2018


> On Dec 20, 2018, at 8:00 AM, Jeremy Harris <jgh at wizmail.org> wrote:
> 
> Library version: OpenSSL: Compile: OpenSSL 1.0.2k-fips  26 Jan 2017
>                  Runtime: OpenSSL 1.0.2k-fips  26 Jan 2017
>                 built on: reproducible build, date unspecified CentOS 7.6.181
> 
> "14142044:SSL routines:SSL_GET_SERVER_CERT_INDEX:internal error"

This is an SSL library error in your error stack.  Likely left
over from an earlier function call, with no ERR_clear_error()
before the new call.

> What is the meaning of this error return from EVP_PKEY_verify() ?

It is not a crypto library error, and so cannot be a result of
a call to EVP_PKEY_verify().  The function that reports that
error is not reachable from libcrypto.

> The term "CERT" implies certificate, but there isn't one involved
> here.

Perhaps clear your error stack and try again.

-- 
	Viktor.



More information about the openssl-users mailing list