]> git.ipfire.org Git - thirdparty/openssl.git/commit
Optional property query support.
authorPauli <paul.dale@oracle.com>
Thu, 16 May 2019 04:50:18 +0000 (14:50 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 22 May 2019 00:45:39 +0000 (10:45 +1000)
commitda89ac0b25c5198bb0d707d7545bea7bc1c5a01e
tree8fb8947ef5b0c987e327dd7db5f31f08f55fd7ee
parent70b0b977f73cd70e17538af3095d18e0cf59132e
Optional property query support.

Add the possibility of a property query clause to be optional by preceding
it with a question mark.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8943)
crypto/property/properties.ebnf
crypto/property/properties.xhtml [changed mode: 0644->0755]
crypto/property/property.c
crypto/property/property_lcl.h
crypto/property/property_parse.c
test/property_test.c