Skip to content

Tags: monich/foil

Tags

1.0.30

Toggle 1.0.30's commit message
Version 1.0.30

- Changed default foilmsg signature digest and AES key size
- Fixed overflow when ciphering data blocks larger than 4GB

1.0.29

Toggle 1.0.29's commit message
Version 1.0.29

- Refactored implemention of pseudo-async cipher API

1.0.28

Toggle 1.0.28's commit message
Version 1.0.28

- Implemented support for AES CTR mode
- Support OpenSSH format of RSA private keys
- Added libfoilmsg development package
- Allow to choose the dictionary for Base64 input

1.0.27

Toggle 1.0.27's commit message
Version 1.0.27

- Reduced log level for non-critical warnings
- Guard foil_log declaration with extern "C"
- Added foil_output_cipher variants with HMAC
- Added foil_output_write_byte()
- Added foil_hmac_reset()
- Added foil_digest_data_buf()
- Added foil_digest_reset()

1.0.26

Toggle 1.0.26's commit message
Version 1.0.26

- Added foil_output_cipher_new()
- Added foil_key_to_binary_format()
- Fixed foil_output_write_bytes() error handling
- Fixed a few unit test dependency issues
- Don't update finished digest
- Compatibility with GNU Make 4.3
- Compatibility with OpenSSL 3
- Bumped debhelper compat level to 7
- Housekeeping

1.0.25

Toggle 1.0.25's commit message
Version 1.0.25

* Added foil_kdf_pbkdf2()

1.0.24

Toggle 1.0.24's commit message
Version 1.0.24

* Added version macros for compile-time version detection
* Added foil_version() for run-time version detection
* Made internal functions truly internal

1.0.23

Toggle 1.0.23's commit message
Version 1.0.23

* Replaced FoilParsePos with GUtilRange
* Added foil_asn1_parse_tag()
* Allow side-linking with libglibutil

1.0.22

Toggle 1.0.22's commit message
Version 1.0.22

* Added support for SHA512

1.0.21

Toggle 1.0.21's commit message
Version 1.0.21

* Fixed compilation warnings
* Don't fail build if generated files are missing