No one is going to read this comment. Probably better to rename it to 
"verify_unsafe", or "verify_test".

--
Tom.

On 26/01/15 14:29, Cedric BAIL wrote:
> cedric pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=686b10df5523f30765173c2392bda77155496b50
>
> commit 686b10df5523f30765173c2392bda77155496b50
> Author: Cedric BAIL <ced...@osg.samsung.com>
> Date:   Mon Jan 26 15:27:31 2015 +0100
>
>      eet: add warning about security to be sure people don't use this 
> function in the wrong context.
> ---
>   src/lib/eet/Eet.h | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h
> index de56b18..59560a5 100644
> --- a/src/lib/eet/Eet.h
> +++ b/src/lib/eet/Eet.h
> @@ -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
>



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to