- Allow enabling WOLFSSL_STATIC_PSK via an Alire configuration variable - `gnat.adc` applies unconditionally when using the library through Alire, so it has been renamed and used only in the default project file. - Clean-up of the Alire project file `wolfssl.gpr`.
14 lines
453 B
TOML
14 lines
453 B
TOML
name = "wolfssl"
|
|
description = "WolfSSL encryption library and its Ada bindings"
|
|
version = "5.7.6"
|
|
|
|
authors = ["WolfSSL Team <support@wolfssl.com>"]
|
|
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"]
|
|
maintainers-logins = ["Irvise"]
|
|
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} |