Skip to content

Commit

Permalink
RELNOTES v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santiago committed Dec 6, 2019
1 parent 9cc4fd8 commit 80700e5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions RELNOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@

Rafael
--
v1.3.0 [git-tag: 'v1.3.0']

Features:

- Now build implements the option '--clean-modules' making clean builds easier.
- Cmd tool's system tests tidied up.
- Soft-tokens implemented.
- Manual reader implemented through command 'man'.
- Build adjustments for MINIX.
- Pager selection improved on ('status' command).
- Stop using DES for catalog encryption.
- Showing available kdfs through command 'show' (kdfs).
- Fixing get_test_protlayer(). It was making tests break randomly.
- Using snprintf instead of sprintf when possible.
- Using strncat instead of strcat when possible.
- Encryption by socket hooking implemented in NetBSD, but e2ee not implemented yet.
- Now also running net tests on FreeBSD, OpenBSD and NetBSD.
- Commands 'lock *' and 'unlock *' speeded.
- Now is possible to pass extended asciis as cipher parameters by using escaped chars
(e.g.:\xde\xad\xbe\xef).
- All protection layer is being encoded with radix-64 inside the catalog.
- Native memcmp, memcpy and memset were implemented (libc hook avoidance measure).
- Now linking statically when possible (libc hook avoidance measure).
- Now build searches for bad functions usages.
- Testing for libc hooking avoidance.
- Implemented the command 'count'.

Bugfixes:

- None!

v1.2.0 [git-tag: 'v1.2.0']

Features:
Expand Down

0 comments on commit 80700e5

Please sign in to comment.