Skip to content

Releases: utelle/SQLite3MultipleCiphers

SQLite3 Multiple Ciphers 1.2.1 (based on SQLite 3.35.1)

15 Mar 22:21
v1.2.1
870621f
Compare
Choose a tag to compare

Changes since previous release

  • Update to SQLite 3.35.1

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.2.0 (based on SQLite 3.35.0)

13 Mar 09:59
v1.2.0
d7cf59c
Compare
Choose a tag to compare

Changes since previous release

  • Update to SQLite 3.35.0
  • Enabled new SQLite Math Extension (Note: log function now computes log10, not ln.)
  • Fixed a bug in cipher selection via URI, if cipher schemes were excluded from build (issue #26)
  • Cleaned up precompiler instructions to exclude cipher schemes from build

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.1.4 (based on SQLite 3.34.1)

23 Jan 08:53
ae6459c
Compare
Choose a tag to compare

Changes since previous release

  • Update to SQLite 3.34.1

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.1.3 (based on SQLite 3.34.0)

29 Dec 10:16
22b6b04
Compare
Choose a tag to compare

Changes since previous release

  • Added code for AES hardware support on ARM platforms
  • Added GitHub Actions for CI

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.1.2 (based on SQLite 3.34.0)

10 Dec 09:55
9b613b4
Compare
Choose a tag to compare

Changes since previous release

  • Fixed issue #20 (setting legacy cipher parameter via PRAGMA command)
  • Added SQLite3 Multiple Ciphers version info to shell application

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.1.1 (based on SQLite 3.34.0)

07 Dec 10:36
c87a453
Compare
Choose a tag to compare

Changes since previous release

  • Fixed issue #19

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.1.0 (based on SQLite 3.34.0)

06 Dec 16:44
42ac1ff
Compare
Choose a tag to compare

Changes since previous release

  • Based on SQLite version 3.34.0
  • Added code for AES hardware support on x86 platforms
  • Fixed issues with sqlite3_key / sqlite3_rekey

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.0.1 (based on SQLite 3.33.0)

03 Oct 14:49
33e7026
Compare
Choose a tag to compare

Changes since previous release

  • Added VSV extension (Variably Separated Values), in respond to #16

Notes

  • SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.
  • Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.

SQLite3 Multiple Ciphers 1.0.0

15 Aug 15:27
571cf4b
Compare
Choose a tag to compare

This is the first release of the new implementation of the SQLite3 encryption extension with support for multiple ciphers. The release is based on SQLite version 3.33.0.

The following ciphers are supported:

SQLite3 binaries for Windows (SQLite3 shell and DLLs) can be found as separate downloads with resp. without enabled ICU support in variants for 32-bit and 64-bit Windows.

Additionally, a source code amalgamation is provided. That is, a single C source file and a single C header file.