1
0
Fork 0
forked from fun/fun

Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16)

This commit is contained in:
Johannes Findeisen 2026-02-19 23:33:00 +01:00
commit 3e0d47a268
35 changed files with 677 additions and 38 deletions

View file

@ -6,7 +6,7 @@ This section documents Funs optional, buildtime selectable extensions. Eac
- Available opcodes and/or helper functions
- Minimal usage examples and links to example scripts
Extensions:
## Extensions:
- [cURL (libcurl)](./curl.md)
- [INI (iniparser)](./ini.md)
@ -19,7 +19,9 @@ Extensions:
- [Notcurses (TUI)](./notcurses.md)
- [Tcl/Tk (GUI)](./tcltk.md)
- [OpenSSL](./openssl.md)
- [LibreSSL](./libressl.md)
## Notes:
Notes:
- These integrations are optional; the VM compiles without them.
- When disabled, related builtins usually return empty strings/neutral values rather than fail hard, mirroring existing optionality patterns.