mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
358 stars 59 forks source link

Adding stunnel support #119

Closed wevsty closed 8 months ago

wevsty commented 3 years ago

Stunnel can be used to provide secure encrypted connections for clients or servers that do not speak TLS natively. So I added support for stunnel.

PR tesed on ubuntu 20.04

wevsty commented 3 years ago

@gene1wood

I have modified the code and will now support versions prior to 5.40. I also reconfirmed the sslVersionMin option, which was added from version 5.50 onwards. Regarding TLS 1.3 support, OpenSSL is supported from version 1.1.1, And stunnel 5.50 starts using OpenSSL 1.1.1 by default so set the minimum version of TLS 1.3 to stunnel 5.50

Version 5.50, 2018.12.02, urgency: MEDIUM

    New features
        32-bit Windows builds replaced with 64-bit builds.
        OpenSSL DLLs updated to version 1.1.1.
        Check whether "output" is not a relative file name.
        Added sslVersion, sslVersionMin and sslVersionMax for OpenSSL 1.1.0 and later.
jax7778 commented 1 year ago

Sorry to necro this, but I was just wondering, are there any plans to support stunnel as a config? It looked like this was pretty close? Thanks for all of your work on this!

wevsty commented 1 year ago

@jax7778 I updated the version number of the latest version. And I re-tested it and I think this PR still works and merges properly.

If there are any other questions you can contact me to modify the PR

jax7778 commented 1 year ago

@wevsty

Thanks so much for doing this, I know those of that us that make use of stunnel will be grateful.

jax7778 commented 1 year ago

Sorry to be a bother, but is this planned on being merged into the main Mozilla SSL Config Page? I just would like to confirm, thanks for all you are doing here.

gene1wood commented 8 months ago

Thanks @wevsty for the PR and thanks @jax7778 and @wevsty for your patience. This is deployed

gene1wood commented 8 months ago

@janbrasna Would you open an issue with these suggested changes so they don't get lost here in this closed PR?

jax7778 commented 8 months ago

Thanks @wevsty for the PR and thanks @jax7778 and @wevsty for your patience. This is deployed

Thank you for all the work!