Skip to content

Commit

Permalink
Clean up code (AEGIS cipher, some extensions)
Browse files Browse the repository at this point in the history
- Exclude not necessary AEGIS functions from compilation to reduce code size
- Fix amalgamation script to handle including certain headers multiple times
- Clean up some extensions to use SQLITE_API
  • Loading branch information
utelle committed Dec 24, 2024
1 parent 398558f commit 5577826
Show file tree
Hide file tree
Showing 76 changed files with 634 additions and 412 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added new cipher scheme AEGIS

### Changed

- Removed User Authentication extension
- Cleaned up some extensions to use SQLITE_API

### Fixed

- Fixed undefined behavior related to function pointer cast

## [1.9.2] - 2024-12-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2024 Ulrich Telle <[email protected]>
dnl
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.

AC_INIT([sqlite3mc], [1.9.2], [[email protected]])
AC_INIT([sqlite3mc], [2.0.0], [[email protected]])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
Loading

0 comments on commit 5577826

Please sign in to comment.