Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-30 | fish: enable the legacy provider if build against OpenSSL3 | Simon Chopin | |
OpenSSL 3.0 disables a number of "legacy" algorithms by default, and we need to enable them manually using their provider system. Note that explicitly loading a provider will disable the implicit default provider, which is why we need to load it explicitly. Closes #2629 Signed-off-by: Simon Chopin <simon.chopin@canonical.com> V2: * use a local OSSL_LIB_CTX to avoid leaking the legacy algorithms into the main SSL context. * Simplify the fish_init() error paths by calling fish_deinit() | |||
2020-10-16 | fishlim: Implement correct handling of long and UTF-8 messages | BakasuraRCE | |
2020-07-13 | FiSHLiM: Support for CBC mode + more commands (#2347) | Bakasura | |
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for allocations in all plugins | TingPing | |
Continuation of 83032b1aa | |||
2013-09-15 | plugins: fishlim: VS2013 comes with a working stdbool.h | Arnavion | |
2012-05-04 | sync with fishlim head | Berke Viktor | |
2011-11-24 | add fishlim plugin | Berke Viktor | |