Hi Mat, On 06/20/2016 06:53 PM, Mat Martineau wrote: > When using asymmetric cipher operations, the data written to the > output buffer might be shorter than the full buffer size. The number > of bytes read is now returned from the asymmetric > encrypt/decrypt/sign/verify functions. A negative error code is > returned if the call fails. > --- > ell/cipher.c | 43 +++++++++++++++++++++++-------------------- > ell/cipher.h | 16 ++++++++-------- > ell/tls.c | 45 +++++++++++++++++++++++---------------------- > 3 files changed, 54 insertions(+), 50 deletions(-) > Patches 2-5 applied, thanks. Regards, -Denis