commit | 8bd420513e3a1f8594079889a5ca8f5d12fd00a6 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Sep 02 16:32:00 2016 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 02 17:32:00 2016 -0400 |
tree | 4cf01b075d6a574f4d9bf8cb97e9eccd085f67f8 | |
parent | d8a27df32b1ae35f165b00a644bd2432f6e44280 [diff] |
fix inconsistency in utilization of block_size in openssl cipher impl (#3131) * fix inconsistency in utilization of block_size in openssl cipher impl Previously we over-allocated our buffers because we treated a bit size as bytes. * rename property