eet: add warning about security to be sure people don't use this function in the...
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 26 Jan 2015 14:27:31 +0000 (15:27 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 26 Jan 2015 14:29:12 +0000 (15:29 +0100)
src/lib/eet/Eet.h

index de56b18..59560a5 100644 (file)
@@ -2073,7 +2073,10 @@ eet_identity_print(Eet_Key *key,
  * checking will fail. The path to the certificate file must be a valid
  * file path to a 'pem' format file (the same used for siging with
  * eet_identity_open() as a certificate file).
- * 
+ *
+ * @note This function can not be used to provide any security mecanism. You
+ * need to check your x509 certificate against a chain of trust to have a proper
+ * security. This is just a convenience test function.
  * @warning You need to compile signature support in EET.
  * @since 1.13
  * @ingroup Eet_Cipher_Group