Is SQLite3MultipleCiphers FIPS compliant? #69
Answered
by
utelle
chandrakanth-amuru
asked this question in
Q&A
|
Hi All, |
Answered by
utelle
Mar 14, 2022
Replies: 1 comment 1 reply
|
SQLite3MultipleCiphers is not FIPS 140-2 validated. In theory, SQLite3MultipleCiphers could be made FIPS compliant by replacing the current implementation of cryptographic algorithms for example by calls to the OpenSSL FIPS module. However, at the moment I have no plans to implement selectable cryptographic providers for SQLite3MultipleCiphers. There exist at least 2 FIPS-compliant encryption extensions for SQLite:
|
1 reply
Answer selected by
chandrakanth-amuru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLite3MultipleCiphers is not FIPS 140-2 validated. In theory, SQLite3MultipleCiphers could be made FIPS compliant by replacing the current implementation of cryptographic algorithms for example by calls to the OpenSSL FIPS module. However, at the moment I have no plans to implement selectable cryptographic providers for SQLite3MultipleCiphers.
There exist at least 2 FIPS-compliant encryption extensions for SQLite: