At 2014-04-17 19:29:34,"Hanno Böck" wrote:
>On Thu, 17 Apr 2014 19:20:49 +0800 (CST)
>shixin wrote:
>
>>
>> Oh, my purpose is generate x509 certificate that the Subject Public
>> Key Information is id-RSASA-PSS 2058.
>
>I think openssl is not able t
Oh, my purpose is generate x509 certificate that the Subject Public Key
Information is id-RSASA-PSS 2058.
Thanks
At 2014-04-17 18:51:50,shixin wrote:
Hi all,
I want to sign with RSASSA-PSS, but I don't know how use openssl in
command.
Best Wishes,
Thanks!
Hi all,
I want to sign with RSASSA-PSS, but I don't know how use openssl in
command.
Best Wishes,
Thanks!
Hi all,
I have a question on openssl ECDSA code. Can ECDSA be safely used without
infringing on patents? The ECDSA implementation which is patent-free in
openssl ?
I would like to make use of ECDSA in embedded system, so I porting code from
openssl. Will there be any problem?
Best Wishes!
Hi all,
I have a question on openssl ECDSA code. Can ECDSA be safely used without
infringing on patents? The ECDSA implementation which is patent-free in
openssl ?
I would like to make use of ECDSA in embedded system, so I porting code from
openssl. Will there be any problem?
Best Wishes!
ey);
if (bn_x_key) BN_free(bn_x_key);
if (bn_y_key) BN_free(bn_y_key);
if (pub_key_x) OPENSSL_free(pub_key_x);
if (pub_key_y) OPENSSL_free(pub_key_y);
CRYPTO_cleanup_all_ex_data();
ERR_free_strings();
ERR_remove_state(0);
return 0;
}
But why? The Programdoes not seemwrong.
Looking forward to yourreply~~~
Best Wishes!
ShiXin