CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2019/03/17 12:07:41

Modified files:
        lib/libcrypto  : Symbols.list 
        lib/libcrypto/evp: c_all.c e_aes.c evp.h evp_enc.c evp_err.c 

Log message:
Provide EVP_aes_{128,192,256}_wrap(). This is a compatible
implementation based on the one in OpenSSL 1.0.2r which is
still freely licensed.

The functions are undocumented in OpenSSL. To use them, one
needs to set the undocumented EVP_CIPHER_CTX_FLAG_WRAP_ALLOW
flag on the EVP_CIPHER_CTX.

resolves #505

ok jsing

Reply via email to