Skip to content

Commit

Permalink
Create 'RELNOTES.txt'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santiago committed Jan 6, 2022
1 parent 5704457 commit b4966d6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions RELNOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
1. Latest releases are on the top.
2. The versions are cumulative, any feature drop is informed.
3. Usually, I try to do my best in order to bring you 'RELNOTES' instead of notes from hell ;)

Rafael
--

vx20220000 [git-tag: 'vx20220000']

First formalization of what I have been using along the last months.

Features:

- Profile attachment/detachment.
- Password addition, deletion and getting.
- Sessioned profiles.
- Some anti-debugging mitigations.
- Some password leaking countermeasures:
* Static linking by default.
* Libc hooking avoidance for more critical parts (for people that still prefers shared linking).
* Password database edition done only from kernel-side.
* Sessioned profiles.
- Encryption/authentication scheme: AES-256/GCM
- KDF: Argon2i
- Device drivers signature not supported but some signing infrastructure/conveniences are offered
by the build.
- Installing/Uninstalling conveniences offered by the build.

Bugfixes:

- None.

Support:

FreeBSD
Windows
Linux
1 change: 1 addition & 0 deletions doc/todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
x (A) Create 'RELNOTES.txt'. +Documentation,+Tidy
x (A) Add some support for signing lkm on secureboot based environments (Linux). +Build,+Dev,+Sys
x (A) Implement Linux lkm signing build routine. +Build,+Dev,+Sys
x (A) Implement man command. +User,+NewFeature,+Documentation
Expand Down

0 comments on commit b4966d6

Please sign in to comment.