Initial reporting of the cipher provider version

Execute PRAGMA cipher_provider_version;

Supports OpenSSL, libtomcrypt, and
common crypto when running on OS X
This commit is contained in:
Nick Parker
2016-02-22 15:53:08 -06:00
parent cbcb03710a
commit f9044bf604
7 changed files with 36 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ typedef struct {
int (*ctx_init)(void **ctx);
int (*ctx_free)(void **ctx);
int (*fips_status)(void *ctx);
const char* (*get_provider_version)(void *ctx);
} sqlcipher_provider;
/* utility functions */