CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/03/15 00:14:02
Modified files: lib/libcrypto/bio: bio_lib.c Log message: Streaming BIOs assume they can write to NULL BIOs At least SMIME_text() relies on this. Pushing an error on the stack trips PKCS7 regress in py-cryptography, so indicate nothing was written instead of throwing an error. Reported by Alex Gaynor a while back ok jsing