Age | Commit message (Expand) | Author |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-26 | feat: HMAC support in Crypto APIs | Jon Bonazza |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-15 | Fix certificate generation with mbedtls 2.16.8 . | Fabio Alessandrelli |
2020-06-18 | Implement RSA encryption/decryption. | Fabio Alessandrelli |
2020-06-18 | Implement sign and verify in crypto. | Fabio Alessandrelli |
2020-06-18 | CryptoKey supports public keys. | Fabio Alessandrelli |
2020-06-18 | Better zeroizing in CryptoKey. | Fabio Alessandrelli |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-09 | Fix crash when passing invalid key to Crypto. | Fabio Alessandrelli |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-22 | Better error handling in SSLContext, Crypto | Fabio Alessandrelli |
2019-08-21 | New CryptoMbedTLS Crypto implementation. | Fabio Alessandrelli |