Add extra error text in the property parser
authorRichard Levitte <levitte@openssl.org>
Wed, 19 Jun 2019 06:37:19 +0000 (08:37 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 Jun 2019 09:25:27 +0000 (11:25 +0200)
commit4cdb302fef1f2160b74acbe1739f62c713fd99f5
tree8e89a130f430b7c6c7928d554f541b0966126841
parent03361afb3ca27a32e1215e482236c2185f5df1ac
Add extra error text in the property parser

With properties being specified in all kinds of places, including hard
coded in providers, it's not always easy to figure out exactly what
string was incorrect when the parser would just say something like
'parse failed' with no more details.

Adding extra data to the error, showing exactly what string is
incorrect, helps a bit.  At the very least, this gives anyone
interested something to grep for.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9190)
crypto/property/property_parse.c