CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/01/21 17:59:21
Modified files: lib/libcrypto : Symbols.list lib/libcrypto/chacha: chacha-merged.c chacha.c chacha.h lib/libcrypto/evp: e_chacha20poly1305.c evp.h lib/libcrypto/man: EVP_AEAD_CTX_init.3 regress/lib/libcrypto/aead: aeadtest.c aeadtests.txt regress/lib/libcrypto/chacha: chachatest.c Log message: add support for xchacha20 and xchacha20-poly1305 xchacha is a chacha stream that allows for an extended nonce, which in turn makes it feasible to use random nonces. ok tb@