Allow NULL value_len in yaca_context_get_property(). Fix documentation. 01/77701/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 30 Jun 2016 13:10:17 +0000 (15:10 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 6 Jul 2016 10:27:06 +0000 (03:27 -0700)
commitf38dab94e6bcf01d7e1ed35608fac813e9f66606
tree20e28875d70a682939ce308b947af319194e2e2d
parentd621e392393ea55f220b6a7a05957a903b120aae
Allow NULL value_len in yaca_context_get_property(). Fix documentation.

In cases where a property is a single object of a known type theres no point in
passing value_len to yaca_context_get_property().

The documentation related to property getting/setting has been updated.

Change-Id: Idf908e87b87b5fe5239f651fe8546a7bd5a89850
api/yaca/yaca_crypto.h
api/yaca/yaca_types.h
src/encrypt.c
src/sign.c