CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/08/19 06:26:00
Modified files: usr.sbin/ikectl: Makefile ikeca.c Log message: Support for overwriting $ENV:: variables in OpenSSL .cnf files from the environment has been removed in LibreSSL. This was a good step but it unintentionally broke the "ikectl ca" commands. Rework the implementation for copying the .cnf files and expanding the $ENV:: variables ourselves before passing the generated .cnf file to the "openssl" command. Reported and tested by Jona Joachim (thanks!) OK jsg@