libressl / openbsd

Source code pulled from OpenBSD for LibreSSL - this includes most of the library and supporting code. The place to contribute to this code is via the OpenBSD CVS tree. Please mail patches to tech@openbsd.org, instead of submitting pull requests, since this tree is often rebased.
231 stars 92 forks source link

Invalid command 'SSLOpenSSLConfCmd' in Apache 2.4 with LRE 2.6.3 for Windows #86

Closed long76 closed 6 years ago

long76 commented 6 years ago

Lines(in httpd-ssl.conf file): SSLOpenSSLConfCmd ECDHParameters prime256v1 SSLOpenSSLConfCmd Curves brainpoolP512r1:secp521r1:brainpoolP384r1:secp384r1:brainpoolP256r1:prime256v1 does't work, how i can set for all vhosts ECDHParameters and Curves? thanks. Apache was downloaded from Apachehaus.

kinichiro commented 6 years ago

Please post an issue (or patch) on portable repo, since here is just a mirror of the current OpenBSD CVS tree.

SSLOpenSSLConfCmd is available in httpd 2.4.8 and later, if using OpenSSL 1.0.2 or later. https://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslopensslconfcmd

LibreSSL forked from OpenSSL 1.0.1, and doesn't have SSL_CONF_cmd(3). I don't think that directive does not work with LibreSSL.

long76 commented 6 years ago

ok