Re: recommended rsa api

2010-01-22 Thread Alexey Luchko
Hi! Thankx for your advices. Finally, I got it working with RSA_public_encrypt() and RSA_private_decrypt(). -- Alexey sms stands for save my soul __ OpenSSL Project http://www.openssl.org User

recommended rsa api

2010-01-20 Thread Alexey Luchko
Hi! I'm new to openssl. I need to encrypt and decrypt approx 1k block of data with rsa. What is recommended api for the case? I've found RSA_public_encrypt() and RSA_private_decrypt(). It looks like a kind of low level api. But here I've got a problem with OAEP padding. Another one is

Newbie question on EVP API

2009-12-13 Thread Alexey Luchko
/crypto/EVP_EncryptInit.html#CIPHER%20LISTING They differ with suffix like _cbc, _ecb, _cfb, _ofb and etc. What are meanings of these suffixes and use-cases? Best regards, Alexey Luchko. -- Luch sms stands for save my soul