Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16)
This commit is contained in:
parent
d1d4adbf2c
commit
3e0d47a268
35 changed files with 677 additions and 38 deletions
6
docs/external/README.md
vendored
6
docs/external/README.md
vendored
|
|
@ -6,7 +6,7 @@ This section documents Fun’s optional, build‑time 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue