Dear Matt,
On Mon, Apr 18, 2016 at 6:00 PM, Matt Caswell wrote:
>
>
> On 18/04/16 15:55, Dmitry Belyavsky wrote:
> > Hello,
> >
> > Could anybody explain how to deal with the output length in the
> > EVP_EncryptUpdate?
> >
> > The function EVP_EncryptUpdate has the outl output parameter, which i
On 18/04/16 15:55, Dmitry Belyavsky wrote:
> Hello,
>
> Could anybody explain how to deal with the output length in the
> EVP_EncryptUpdate?
>
> The function EVP_EncryptUpdate has the outl output parameter, which is
> designed for returning the length of the resulting ciphertext. Then
> interna
Hello,
Could anybody explain how to deal with the output length in the
EVP_EncryptUpdate?
The function EVP_EncryptUpdate has the outl output parameter, which is
designed for returning the length of the resulting ciphertext. Then
internally it calls the do_cipher callback which does not take such