CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/11/05 08:57:29
Modified files: lib/libcrypto : Makefile Added files: lib/libcrypto/curve25519: curve25519-generic.c curve25519.c curve25519.h curve25519_internal.h Log message: Add support for X25519. This brings in code from BoringSSL, which is mostly taken from SUPERCOP. ok beck@ bcook@