CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/18 05:31:57
Modified files: usr.sbin/acme-client: acctproc.c Log message: acme-client: check EC signature length Make sure the size_t containing EC signature length is not truncated when passing it to d2i_ECDSA_SIG() as a long. This won't happen, but documents API quirks... requested by jsing