Commit Graph

11 Commits

Author SHA1 Message Date
ycdev1
6e31ee33cc
[wolfssl] Build wolfssl with HAVE_EX_DATA and NO_WOLFSSL_STUB to enable async use and coexistence with openssl without link error (#38994)
Async applications using wolfssl need to associate extra data
(application context) with the ssl session and context. This is used in
verification callback.
NO_WOLFSSL_STUB is needed to prevent a link time error resulting from
duplicate symbols when linking to both wolfssl and openssl at the same
time

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-06-06 01:31:12 -07:00
JacobBarthelmeh
dc1c8b7e9d
[wolfssl] update to 5.7.0 (#37606) 2024-03-22 16:33:23 -07:00
JacobBarthelmeh
29b03c4099
[wolfssl] update to 5.6.6 (#35802) 2023-12-20 12:28:34 -08:00
Lukas Rost
7c5a86fcc6
[wolfssl] Add feature flags dtls and secret-callback (#33295)
* wolfssl: add features `dtls` and `secret-callback`

* bump port version

* add missing cmake options for wolfssl

* update version database

* increment port version to resolve conflicts

* update version database

* fix newline

* update version database again

* set CMAKE_C_FLAGS using detected configuration

* update version database

* update version database
2023-11-09 11:24:46 -08:00
JacobBarthelmeh
d70aa31127
[wolfssl] update to 5.6.4 (#34856) 2023-11-02 10:37:58 -07:00
autoantwort
b8ef3f52bb
[wolfssl] fix windows build (#33752) 2023-09-13 16:04:07 -07:00
JacobBarthelmeh
c415aabf1e
[wolfssl] update to 5.6.3 (#32325) 2023-07-27 09:23:06 -07:00
JacobBarthelmeh
f8f5998162
[wolfSSL/wolfTPM/wolfMQTT] Update to latest version (#28830)
* wolfSSL updates
* [wolfSSL]  from 5.5.0  -> 5.5.4
* [wolfTPM]  from 2.6.0  -> 2.7.0
* [wolfMQTT] from 1.14.1 -> 1.15.0

* Update ports/wolftpm/portfile.cmake

If there is no patch, delete it.

* [wolfssl] remove comments from patch pr_5949.patch

* [wolfmqtt] remove PATCHES since no longer needed

* [wolfmqtt] update git tree hash for version 1.15.0

* [wolfssl/wolftpm] update version database

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-30 16:59:14 -08:00
David Garske
369f642fa0
Update to wolfSSL v5.5.0, wolfMQTT v1.14.1, wolfTPM v2.6.0 (#26620)
* Update to wolfSSLv5.5.0.

* Update to wolfMQTT v1.14.1

* Update to wolfTPM v2.6.0. Add wolfSSL build options for custom OID's in CSR.
2022-09-02 10:46:35 -07:00
David Garske
66045de4dc
[wolfSSL] update version to v5.4.0 AND [wolfTPM] update version to v2.5.0 AND [wolfMQTT] update version to v1.14.0 (#25936)
* wolfSSL release updates for wolfTPM v2.5.0, wolfSSL v5.4.0 and wolfMQTT v1.14.0.

* Fixes for wolfSSL, wolfTPM and wolfMQTT for CMake issues.
2022-07-29 21:33:04 -07:00
elms
fe2d25fa90
[new port] Add wolfSSL projects (#24348)
* Add wolfSSL port

* Add wolfMQTT

* Add wolfTPM

* Update ci.baseline.txt for wolfSSL, wolfMQTT, wolfTPM

* curl: Add wolfSSL feature

* wolfSSL: Always build out of tree and enable DES3

* wolfssl: support !uwp and use PORT variable for copyright install

* curl: use `VCPKG_TARGET_IS_WINDOWS` instead of triplet and `MATCHES`

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* curl[wolfssl]: add DES_ECB and add patch to resolve ntlm includes

* Fix version database.

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-05-17 11:13:39 -07:00