[#]
http://marc.info/?l=openbsd-cvs&m=140913643326860&w=2
openbsd-cvs(obsdave,2) — All
2014-08-27 14:55:11
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/27 04:46:53
Modified files:
lib/libressl : ressl.h ressl_config.c ressl_internal.h
ressl_server.c
Log message:
Add the API function ressl_config_set_ecdhcurve(config, name) to set a
non-standard ECDH curve by name or to disable it by passing NULL.
OK jsing@