CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/08/06 10:01:44
Modified files: lib/libssl/src/crypto/evp: encode.c Log message: Allow B64_EOF to follow a base64 padding character. This restores previous behaviour that allows a PEM block to be fed through the base64 decoder. Reported by Dmitry Eremin-Solenikov on tech@ ok deraadt@ tedu@