CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/09/13 03:10:01
Modified files: lib/libssl/src/ssl: ssl_ciph.c Log message: If we have hardware acceleration for AES, prefer AES as a symmetric cipher over CHACHA20. Otherwise, prefer CHACHA20 with AES second. ok beck@ miod@