Fabio Alessandrelli
|
a28d25c441
[Crypto] Delete mbedtls ctx in deconstructor.
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 years ago |
Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 years ago |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Jon Bonazza
|
d5925fd522
feat: HMAC support in Crypto APIs
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Fabio Alessandrelli
|
60687ce778
Fix certificate generation with mbedtls 2.16.8 .
|
4 years ago |
Fabio Alessandrelli
|
8e3f9aa681
Implement RSA encryption/decryption.
|
5 years ago |
Fabio Alessandrelli
|
dfcc11fa52
Implement sign and verify in crypto.
|
5 years ago |
Fabio Alessandrelli
|
788f18086e
CryptoKey supports public keys.
|
5 years ago |
Fabio Alessandrelli
|
f03b7f3d7a
Better zeroizing in CryptoKey.
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 years ago |
Fabio Alessandrelli
|
e9abcbac3b
Fix crash when passing invalid key to Crypto.
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Fabio Alessandrelli
|
17d5b471b9
Better error handling in SSLContext, Crypto
|
6 years ago |
Fabio Alessandrelli
|
dd8107caa4
New CryptoMbedTLS Crypto implementation.
|
6 years ago |