CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2018/11/07 11:31:16

Modified files:
        lib/libcrypto/aes: aes_wrap.c 

Log message:
Use memmove() instead of memcpy() to get rid of the need for
non-overlapping *in and *out buffers as we're already implementing
the "in place (un)wrapping" algorithms as given in RFC 3394.  This
removes a gratuitous API difference to OpenSSLin these undocumented
functions. Found while working on wycheproof regress tests.

ok beck jsing

Reply via email to