view NEWS @ 23:110b3a7a40c2

Fix typo in Makefile preventing installation Fix a typo in the Makefile so that a symbolic link for the sdecrypt alias is installed correctly.
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Mon, 19 Aug 2019 13:15:02 +0200
parents 5f9dc8f3c53e
children 865e886ec251
line wrap: on
line source

News
====

sencrypt 3 (2019-08-05T11:19:02+02:00)
--------------------------------------

- Simplify key file reading
- Allow local makefile overrides in local.mk
- Mark fallthrough case
- Port to AIX
- Add support for OpenSSL 1.1
- Perform 500000 iterations with the PBKDF2 hash function when creating new files
- Use correct headers and libraries under Solaris/Illumos
- Use a symlink for the manpage alias instead of a soelim stub
- Detect the OS and configure build flags and libraries automatically
- Exclude "." from tarballs
- Print a warning message when using an insecure algorithm
- Perform 50000 iterations with the PBKDF2 hash function when creating new files

sencrypt 2 (2015-03-17T23:02:56+01:00)
--------------------------------------

- Improve README file
- Add NEWS file
- Use C99-compatible version of snprintf on UnixWare 7
- Correct check for errors from RAND_bytes()

sencrypt 1 (2014-01-30T00:00:13+01:00)
--------------------------------------

- Add manpage
- Initial revision