2024-05-15 22:33:29 +02:00
|
|
|
name = "wolfssl"
|
2024-04-05 23:29:45 +02:00
|
|
|
description = "WolfSSL encryption library and its Ada bindings"
|
2025-04-25 20:39:48 +02:00
|
|
|
version = "5.8.0"
|
2024-04-05 23:29:45 +02:00
|
|
|
|
2024-09-04 09:42:24 +02:00
|
|
|
authors = ["WolfSSL Team <support@wolfssl.com>"]
|
2025-04-25 20:39:48 +02:00
|
|
|
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>", "Manuel Gomez <mgrojo@gmail.com>"]
|
|
|
|
|
maintainers-logins = ["Irvise", "mgrojo"]
|
2024-04-05 23:29:45 +02:00
|
|
|
licenses = "GPL-2.0-only"
|
|
|
|
|
website = "https://www.wolfssl.com/"
|
|
|
|
|
project-files = ["wolfssl.gpr"]
|
|
|
|
|
tags = ["ssl", "tls", "embedded", "spark"]
|
2025-03-28 18:16:06 +01:00
|
|
|
|
|
|
|
|
[configuration.variables]
|
2025-04-25 20:39:48 +02:00
|
|
|
STATIC_PSK = {type = "Boolean", default = false}
|
2025-11-20 22:50:40 +01:00
|
|
|
|
|
|
|
|
[[depends-on]]
|
|
|
|
|
gnatprove = "^13.2.1"
|