Re: security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-25 Thread Peter Jeremy
On 2017-Jun-24 17:07:33 +0200, Walter Schwarzenfeld wrote: >There is a working patch: >https://bz.apache.org/bugzilla/show_bug.cgi?id=61184 Thanks for that. It works nicely but is significantly more involved than I thought. -- Peter Jeremy signature.asc Description: PGP signature

Re: security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-24 Thread Walter Schwarzenfeld
There is a working patch: https://bz.apache.org/bugzilla/show_bug.cgi?id=61184 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: security/libressl not API-compatible with OpenSSL, breaks www/apache24

2017-06-24 Thread Adam Weinberger
> On 24 Jun, 2017, at 3:27, Peter Jeremy wrote: > > In , libressl-2.5.4 specifies > #define OPENSSL_VERSION_NUMBER 0x2000L > but doesn't provide an API compatible with OpenSSL. In particular, > it's missing (at least) SSL_CTX_set_max_proto_version() and > SSL_CTX_set_min_proto_version(), wh