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 127 forks source link

Use base tls flags if side-specific weren't specified #617

Closed Lagovas closed 1 year ago

Lagovas commented 1 year ago

Here is we fix #615 issue when common flags for all sides of communication tls_* (with application and database) are not applied for ocsp and crl verifiers if weren't specified tls_ocsp_[client|database]_*/tls_crl_[client|database]_* flags. With this fix should be enough to specify tls_* flags once for both sides.

Checklist