base64_encode() should not add any newlines into the output. Because
authorclaudio <claudio@openbsd.org>
Mon, 11 Oct 2021 16:06:36 +0000 (16:06 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 11 Oct 2021 16:06:36 +0000 (16:06 +0000)
commit577ce9cf685f5d8376276315575274b9e1b5f3fb
tree8fb9c4db50d2cd6a2bbae89437fb2ca878ef1a6e
parent23e8a0c040744d246154ccf9b1ad06e6f4edac78
base64_encode() should not add any newlines into the output. Because
of this switch from EVP_EncodeUpdate() plus complexity to the much
simpler use of calling EVP_EncodeBlock() directly.
OK job@
usr.sbin/rpki-client/encoding.c