Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[poco] re-enabling support for NetSSL with OpenSSL on Windows #6314

Merged
merged 4 commits into from
Jul 19, 2021

Commits on Jul 13, 2021

  1. [poco] support NetSSL with OpenSSL on Windows conan-io#6311

    Changed Poco recipe (any version) to support the NetSSL component with OpenSSL on Windows again.
    Consumers should be able to either use NetSSL or NetSSL_win components with OpenSSL- or Windows TLS-enabled SSL support - or none - but not both.
    No changes for any non-Windows OS.
    jngrb authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5b909a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fc059 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    bf2de23 View commit details
    Browse the repository at this point in the history
  2. [poco] default of enable_netSSL_win set to false

    * the default for the Windows-only option enable_netssl_win is set to false
    * as the enable_netssl option's default is true (for any Platform), any consumer not specifying options will get the OpenSSL-supported NetSSL component
    * for explicitly use the WinTLS-supported NetSSL_win, the options have to be switched by the consumer
    * note that the Conan-Center-Index CI/CD will build and test the OpenSSL version on Windows
    jngrb authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1ba9584 View commit details
    Browse the repository at this point in the history