v3.0.3
What's Changed
- Fix regression in do_write(s) causing significant performance issues when using large (>10meg) writes by @jaymzjulian in #706
- Backport test fixes to 3.0 by @rhenium in #751
- cipher: fix buffer overflow in Cipher#update by @rhenium in #717
- Handle missing content in PKCS7 by @rhenium in #752
- Remove "gemspec" from Gemfile by @rhenium in #768
- asn1: fix ObjectId#== by @rhenium in #792
- x509: fix handling of multiple URIs in Certificate#crl_uris by @rhenium in #776
- cipher: make output buffer String independent by @rhenium in #824
New Contributors
- @jaymzjulian made their first contribution in #706
Full Changelog: v3.0.2...v3.0.3