intel / ehsm

An End-to-End Distributed and Scalable Cloud KMS (Key Management System) built on top of Intel SGX enclave-based HSM (Hardware Security Module), aka eHSM.
https://community.intel.com/t5/Blogs/Tech-Innovation/open-intel/An-Intel-SGX-based-Hardware-Security-Module-backed-Key/post/1360130?wapkw=eHSM
BSD 3-Clause "New" or "Revised" License
167 stars 52 forks source link

Update the macro of MAX_ LENGTH to 6K. #306

Closed ForLisiteng closed 1 year ago

ForLisiteng commented 1 year ago

Set the maximum length to 6K. However, since the input is a base64-encoded string, we need to adjust the checker accordingly.