value each time i encrypt a new message
and
the third part must do the same to decrypt.
then i EVP_BytetoKey() each time with the fixed key,
am i right, or am i misusing IV init etc..?!
- rival.
__
OpenS
e length returned by both EVP_DecryptUpdate and Final
> > is 0, but the input is non null.
> >
> > any ideas ?!
> >
>
> Impossible to do anything other than guess without seeing your code.
> However a common mistake is to
like EVP_bf_cbc or EVP_bf_cfb (blowfish is the one i want)
it just fails, the length returned by both EVP_DecryptUpdate and Final
is 0, but the input is non null.
any ideas ?!
thanks.
-rival.
__
OpenSSL Project