07e2acb2f3
[feature] Suport national secret (national commercial password) algorithm SM3/SM4 ( #7464 )
...
SM3 is password hash algorithm
SM4 is a block cipher used to replace DES / AES and other international algorithms.
2021-12-28 10:39:54 +08:00
020282e885
[Bug] Fix aes_decrypt to handle null input correctly. ( #6636 )
2021-09-14 11:19:55 +08:00
6fedf5881b
[CodeFormat] Clang-format cpp sources ( #4965 )
...
Clang-format all c++ source files.
2020-11-28 18:36:49 +08:00
50e6a2c8a0
[SQL][Function] Fix from/to_base64 may return incorrect value ( #4183 )
...
from/to_base64 may return incorrect value when the value is null #4130
remove the duplicated base64 code
fix the base64 encoded string length is wrong, and this will cause the memory error
2020-07-27 22:55:05 +08:00