<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/openssl, branch master</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[openssl] Support static builds on UWP (#19636)</title>
<updated>2021-09-03T07:01:15+00:00</updated>
<author>
<name>Pablo Busse</name>
<email>Pablo.Busse@microsoft.com</email>
</author>
<published>2021-09-03T07:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=887cc9c15a7f2bfc642fa4d6978a80974a3df771'/>
<id>887cc9c15a7f2bfc642fa4d6978a80974a3df771</id>
<content type='text'>
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Update to 1.1.1l (#19739)</title>
<updated>2021-08-26T02:38:37+00:00</updated>
<author>
<name>autoantwort</name>
<email>41973254+autoantwort@users.noreply.github.com</email>
</author>
<published>2021-08-26T02:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=772d435ba18bf2f342458e0187ab7b48b84fe3f0'/>
<id>772d435ba18bf2f342458e0187ab7b48b84fe3f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Fix vcpkg-cmake-wrapper.cmake (#18475)</title>
<updated>2021-07-23T05:11:45+00:00</updated>
<author>
<name>Phoebe</name>
<email>20694052+PhoebeHui@users.noreply.github.com</email>
</author>
<published>2021-07-23T05:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=92bbf7b3315172d63ffa58416e7cf3f05d8da8e6'/>
<id>92bbf7b3315172d63ffa58416e7cf3f05d8da8e6</id>
<content type='text'>
* [openssl] Fix vcpkg-cmake-wrapper.cmake

* Update baseline revision

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Bump port-version.

* Update the baseline version

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [openssl] Fix vcpkg-cmake-wrapper.cmake

* Update baseline revision

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Update the wrapper

* Update the baseline

* Bump port-version.

* Update the baseline version

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Fix x86-osx -&gt; arm64-osx cross-compilation (#18630)</title>
<updated>2021-07-16T19:51:32+00:00</updated>
<author>
<name>Lucius Q. User</name>
<email>31438459+Lucius-Q-User@users.noreply.github.com</email>
</author>
<published>2021-07-16T19:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=588b1e66f9c18e0887eeaea8dfb49ff856acf683'/>
<id>588b1e66f9c18e0887eeaea8dfb49ff856acf683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenSSL] support for "no-autoload-config" config option (#18389)</title>
<updated>2021-07-01T17:21:44+00:00</updated>
<author>
<name>Lev Stipakov</name>
<email>lev@openvpn.net</email>
</author>
<published>2021-07-01T17:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=06f8fd637d928837e9484047f1e41c1b2159835c'/>
<id>06f8fd637d928837e9484047f1e41c1b2159835c</id>
<content type='text'>
* [OpenSSL]: support for "no-autoload-config" config option

OpenSSL has "no-autoload-config" config option,
which disables automatic config loading:

  https://github.com/openssl/openssl/pull/5959

This patch allows to set above option via variable
in custom triplet:

  # build-openssl-no-autoload-config.cmake
  set(OPENSSL_NO_AUTOLOAD_CONFIG ON)

and use it like:

  vcpkg install --overlay-triplets=&lt;path-to-triplets&gt; \
    openssl:build-openssl-no-autoload-config

Signed-off-by: Lev Stipakov &lt;lev@openvpn.net&gt;

* [OpenSSL] bump version

Signed-off-by: Lev Stipakov &lt;lev@openvpn.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [OpenSSL]: support for "no-autoload-config" config option

OpenSSL has "no-autoload-config" config option,
which disables automatic config loading:

  https://github.com/openssl/openssl/pull/5959

This patch allows to set above option via variable
in custom triplet:

  # build-openssl-no-autoload-config.cmake
  set(OPENSSL_NO_AUTOLOAD_CONFIG ON)

and use it like:

  vcpkg install --overlay-triplets=&lt;path-to-triplets&gt; \
    openssl:build-openssl-no-autoload-config

Signed-off-by: Lev Stipakov &lt;lev@openvpn.net&gt;

* [OpenSSL] bump version

Signed-off-by: Lev Stipakov &lt;lev@openvpn.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR (#18042)</title>
<updated>2021-06-11T15:45:08+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2021-06-11T15:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=02fa0eb4c606ceb38682de1bd168074041ff08ec'/>
<id>02fa0eb4c606ceb38682de1bd168074041ff08ec</id>
<content type='text'>
* [openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR

* Get the abs path

* update version record

* apply suggestion.

* Clean up openssl related code, move to openssl wrapper.

* update version record

* [kf5holidays] Disable parallel configure

* update version record

* update version record

* bump version

* Update versions/o-/openssl.json

* update baseline

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* update version record</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR

* Get the abs path

* update version record

* apply suggestion.

* Clean up openssl related code, move to openssl wrapper.

* update version record

* [kf5holidays] Disable parallel configure

* update version record

* update version record

* bump version

* Update versions/o-/openssl.json

* update baseline

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* update version record</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] [openssl] Fix iOS build (#17338)</title>
<updated>2021-06-07T19:05:29+00:00</updated>
<author>
<name>Ahmed Yarub Hani Al Nuaimi</name>
<email>ahmedyarub@yahoo.com</email>
</author>
<published>2021-06-07T19:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c1c253fabc2d08ddb49ce3f40a7996f79e112545'/>
<id>c1c253fabc2d08ddb49ce3f40a7996f79e112545</id>
<content type='text'>
* Add curl try_compile parameters
Don't set compiler when compiling for iOS

* Update OpenSSL and AWS SDK for C++ port versions

* [vcpkg baseline][marble] Disable find I18n

* update version record

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix port-versions after merging master branch

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix merge conflicts

* Merge master branch

* Refactor OpenSSL's build script

* Refactor OpenSSL's build script

* Fix version

* Fix WASM build

* Fix version

* Fix disabled flags

* Disable treating warnings as errors

* Disable treating warnings as errors

* Fix hashes

* fix indentation

* [aws-sdk-cpp] use the powershell file to generate

* Fix versions after merging

* Fix versions after merging

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add curl try_compile parameters
Don't set compiler when compiling for iOS

* Update OpenSSL and AWS SDK for C++ port versions

* [vcpkg baseline][marble] Disable find I18n

* update version record

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix port-versions after merging master branch

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix merge conflicts

* Merge master branch

* Refactor OpenSSL's build script

* Refactor OpenSSL's build script

* Fix version

* Fix WASM build

* Fix version

* Fix disabled flags

* Disable treating warnings as errors

* Disable treating warnings as errors

* Fix hashes

* fix indentation

* [aws-sdk-cpp] use the powershell file to generate

* Fix versions after merging

* Fix versions after merging

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] Restore Blowfish cipher in OpenSSL (#18148)</title>
<updated>2021-06-02T20:36:17+00:00</updated>
<author>
<name>Eric Hripko</name>
<email>eric@hripko.com</email>
</author>
<published>2021-06-02T20:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ab3a32e2af18a91c14dbba4719d06407693215f4'/>
<id>ab3a32e2af18a91c14dbba4719d06407693215f4</id>
<content type='text'>
* Include Blowfish cipher in OpenSSL

* Bump the version of the port

* x-add-version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Include Blowfish cipher in OpenSSL

* Bump the version of the port

* x-add-version</pre>
</div>
</content>
</entry>
<entry>
<title>[openssl] [aws-c-common] Fix AWS SDK for C++ build on WASM32 and Android (#17348)</title>
<updated>2021-05-26T21:03:32+00:00</updated>
<author>
<name>Ahmed Yarub Hani Al Nuaimi</name>
<email>ahmedyarub@yahoo.com</email>
</author>
<published>2021-05-26T21:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f519430b0f96b6654a0f8b341089585403ab47fd'/>
<id>f519430b0f96b6654a0f8b341089585403ab47fd</id>
<content type='text'>
* Add curl try_compile parameters
Don't set compiler when compiling for iOS

* Update OpenSSL and AWS SDK for C++ port versions

* [vcpkg baseline][marble] Disable find I18n

* update version record

* Fix AWS C Common build for WASM32

* Fix OpenSSL build for WASM32

* Update AWS C Common and OpenSSL versions

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix port-versions after merging master branch

* Fix port-versions after merging master branch

* Update versions/o-/openssl.json

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix merge conflicts

* Fix merge conflicts

* Update ports/aws-c-common/portfile.cmake

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;

* Update versions/a-/aws-c-common.json

* Update versions/o-/openssl.json

* Update versions/o-/openssl.json

* Update versions/o-/openssl.json

* Update ports/openssl/CONTROL

* Merge master branch and resolve merge conflicts

* Disable -moutline-atomics in Android also

* Revert line ending change

* Fix version info

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add curl try_compile parameters
Don't set compiler when compiling for iOS

* Update OpenSSL and AWS SDK for C++ port versions

* [vcpkg baseline][marble] Disable find I18n

* update version record

* Fix AWS C Common build for WASM32

* Fix OpenSSL build for WASM32

* Update AWS C Common and OpenSSL versions

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix port-versions after merging master branch

* Fix port-versions after merging master branch

* Update versions/o-/openssl.json

* Update versions/a-/aws-sdk-cpp.json

* Update versions/o-/openssl.json

* Fix merge conflicts

* Fix merge conflicts

* Update ports/aws-c-common/portfile.cmake

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;

* Update versions/a-/aws-c-common.json

* Update versions/o-/openssl.json

* Update versions/o-/openssl.json

* Update versions/o-/openssl.json

* Update ports/openssl/CONTROL

* Merge master branch and resolve merge conflicts

* Disable -moutline-atomics in Android also

* Revert line ending change

* Fix version info

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Openssl] Fix mingw build (#17456)</title>
<updated>2021-05-06T21:00:37+00:00</updated>
<author>
<name>Kai Pastor</name>
<email>dg0yt@darc.de</email>
</author>
<published>2021-05-06T21:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d66dae4134d9a55f9f84d9cf1b8fa225ca35c68d'/>
<id>d66dae4134d9a55f9f84d9cf1b8fa225ca35c68d</id>
<content type='text'>
* Use 'MINGW' when in CMake project mode

* Bump port-version, format manifest

* x-add-version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use 'MINGW' when in CMake project mode

* Bump port-version, format manifest

* x-add-version</pre>
</div>
</content>
</entry>
</feed>
