mysqldump-secure icon indicating copy to clipboard operation
mysqldump-secure copied to clipboard

Fix issue with OpenSSL and large DBs

Open Red-M opened this issue 6 years ago • 3 comments

As per #21 this should fix the issue described.

Red-M avatar Mar 27 '18 00:03 Red-M

@Red-M this fix looks too good to be true. I will have to do some manual tests and see if it does what it is supposed to to. Thanks for this fix

cytopia avatar Mar 27 '18 07:03 cytopia

@cytopia Have you had the chance to review this fix? does it look like you will be able to merge this pull?

globz avatar Apr 04 '18 20:04 globz

I have tested this. -stream works only on encrypting, but not decrypting. When decrypting a larger file this is the error message that still appears:

140321499632064:error:07069041:memory buffer routines:BUF_MEM_grow_clean:malloc failure:../crypto/buffer/buffer.c:138: 140321499632064:error:0D06B041:asn1 encoding routines:asn1_d2i_read_bio:malloc failure:../crypto/asn1/a_d2i_fp.c:191:

right now i am using this openssl version: OpenSSL 1.1.0g 2 Nov 2017

mstenz avatar Feb 03 '19 11:02 mstenz