Edit

IABSD.fr/src/lib/libcrypto/aes

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2018-11-07 18:31:16
    Hash : d4798854
    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