> From: owner-openssl-us...@openssl.org On Behalf Of Damir Musulin
> Sent: Wednesday, 22 June, 2011 08:46
> I'm brand new to programming against OpenSSL (EVP)
> so if i make any stupid mistake I'm sorry in advance.
>
This is really a C programming issue, not OpenSSL (or EVP).
> I use the blowfis
On 22 Jun 2011, at 5:46 AM, Damir Musulin wrote:
> I have created a decrypt function and it fails (how wonderful)
>
> The problem lies in the EVP_DecryptFinal_ex.
> I have made use of the ERR_print_errors_fp(stderr); option to see what
> is wrong but it is quite
> a cryptic message:
> 2621:error:
Dear All,
I'm brand new to programming against OpenSSL (EVP)
so if i make any stupid mistake I'm sorry in advance.
I use the blowfish algorithm from the OpenSSL page to encrypt a string in C.
to code is from: http://www.openssl.org/docs/crypto/EVP_EncryptInit.html
I have created a decrypt functi