From 9e22b90f56e7bb372cf1fdd9be921b3d3d00887f Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 25 Nov 2025 18:28:54 +0100 Subject: [PATCH] wolfssl 5.8.4 (#1682) --- index/wo/wolfssl/wolfssl-5.8.4.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index/wo/wolfssl/wolfssl-5.8.4.toml diff --git a/index/wo/wolfssl/wolfssl-5.8.4.toml b/index/wo/wolfssl/wolfssl-5.8.4.toml new file mode 100644 index 00000000..e85b0737 --- /dev/null +++ b/index/wo/wolfssl/wolfssl-5.8.4.toml @@ -0,0 +1,19 @@ +name = "wolfssl" +description = "WolfSSL encryption library and its Ada bindings" +version = "5.8.4" + +authors = ["WolfSSL Team "] +maintainers = ["Fernando Oleo Blanco ", "Manuel Gomez "] +maintainers-logins = ["Irvise", "mgrojo"] +licenses = "GPL-2.0-only" +website = "https://www.wolfssl.com/" +project-files = ["wolfssl.gpr"] +tags = ["ssl", "tls", "embedded", "spark"] + +[configuration.variables] +STATIC_PSK = {type = "Boolean", default = false} + +[origin] +commit = "59f4fa568615396fbf381b073b220d1e8d61e4c2" +subdir = "./wrapper/Ada/" +url = "git+https://github.com/wolfSSL/wolfssl.git"