]> git.ipfire.org Git - thirdparty/openvpn.git/commit
EVP_DigestSignFinal siglen parameter correction
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Fri, 12 Mar 2021 15:06:29 +0000 (16:06 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 17 Mar 2021 18:45:33 +0000 (19:45 +0100)
commit476990d41ad78ac4419a3743cdab55c85c41b041
tree4f6b24af515f1f76a9136da6bbb358f60a9e7785
parentb0bff5590152fbcc5b4d47c18817838fd00c58c3
EVP_DigestSignFinal siglen parameter correction

In the EVP_DigestSignFinal API, "before the call the siglen parameter
should contain the length of the sig buffer".

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20210312150629.57302-1-juliusz@wolfssl.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21663.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c