CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/10/06 04:43:47
Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: It's slightly simpler to get the ECDH public key as an EC_POINT by using EC_KEY_set_public_key_affine_coordinates() and EC_KEY_get0_public_key() than using EC_POINT_set_affine_coordinates_GFp() directly.