openvpn-build icon indicating copy to clipboard operation
openvpn-build copied to clipboard

We should upgrade openssl to 1.1.0g+ for building Windows binary

Open selvanair opened this issue 7 years ago • 5 comments

SSL_CTX_set_max/min_proto_version() and the corresponding getters are not compatible when built with 1.1 prior to 1.1.0g because those versions define the setters but not the getters. (1.0 is fine as neither is defined). This leads to using setters from the library and getters from the compat layer meant for 1.0. It seems the only ill effect is less than ideal error messages in some rare cases[*], but it would be much better to use 1.1.0g (or newer when available) for the next release.

selvanair avatar Mar 05 '18 00:03 selvanair

it is easy, except app veyor

chipitsine avatar Mar 05 '18 06:03 chipitsine

I can definitely make an Windows installer-only release next week or so. It would be nice to get some of the openvpn-gui improvements into it, though, not just upgraded OpenSSL.

mattock avatar Mar 05 '18 07:03 mattock

OK, this is not that critical, so let's see whether we can add some more stuff to the GUI before a new release. By the way, we keep adding new features to the GUI but do not document them well. I wish we had a page that documents the GUI in its post interactive-service form. Then it would be easier to keep it updated as we add new stuff. Old pages like https://community.openvpn.net/openvpn/wiki/OpenVPN-GUI are so outdated. May be we could ask for help from users?

selvanair avatar Mar 10 '18 05:03 selvanair

@selvanair It seems we have several changes/fixes pending for the next Windows release, so let's tackle all of them in one go, if possible.

Historically asking for help on OpenVPN mailing lists has not worked that well. I think we should try asking for help here using a GitHub issue. Having some concrete tasks would help get people interested. Anything in particular in mind?

mattock avatar Mar 12 '18 06:03 mattock

Dear reader, we now have a new GUI page: https://community.openvpn.net/openvpn/wiki/OpenVPN-GUI-New

TinCanTech avatar Sep 25 '18 12:09 TinCanTech

obsolete issue

flichtenheld avatar Dec 12 '22 12:12 flichtenheld