언어 설정

Menu
Sites
Language
Using OpenSSL directly

I would like use ECDSA for signatures rather than RSA in a native app.

Is there a simple way to use the underlying OpenSSL libraries from native code?

Or will I have to build OpenSSL for tizen separately and link it in?

Thanks!

Edit:

On the same topic, does anyone know if the RSASignature class implements PKCS#1 v1.5 (RSA) or v2.1 (RSA-PSS)?

Edited by: Killen on 12 9월, 2014

Responses

1 댓글
Jean Yang

I'm not clear about if Tizen support ECDSA signatures, but Tizen already integrated OpenSSL libraries in.

see below references:

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.wearable.apireference/group__CAPI__SECURITY__FRAMEWORK.html

https://developer.tizen.org/dev-guide/2.4/org.tizen.native.mobile.apireference/group__OPENSRC__OPENSSL__FRAMEWORK.html

And here is an tutorial example also uses OpenSSL with sqlite.

https://developer.tizen.org/development/tutorials/native-application/base/sqlite