cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.35k stars 126 forks source link

Cache KeyStore on start #497

Closed Zhaars closed 2 years ago

Zhaars commented 2 years ago

Implementation of caching keystore keys on start of the AcraServer. Implementation based on ListKeys keystore method which was unimplemented for v1 keystore.

Checklist