Releases: r3dlight/keysas
Releases · r3dlight/keysas
Kick-ass v2.4
Big Joe v2.3
- Add protection against a possible TOCTOU scenario using Landlock
- Bump dependencies (Js+Rust)
- Update documentation
Big Daddy v2.2
- Keysas-admin: add restore IKPQPKI functionality and signatures verification before importing
- Keysas-core: Fix Ed25519-dalek CVE (see https://rustsec.org/advisories/RUSTSEC-2022-0093.html)
- Add unit tests
- Bump dependencies
Red Mist v2.1
- Fix security.conf for keysas-transit
- Add latest keysas-firewall sources
- Update online documentation
- Fix Landlock path for yara rules
- Bump version and dependencies
- Add Raspberry Pi 4 SD card image
Hit girl v2.0
Files are now passed between daemons as raw file descriptors and using abstract sockets (GNU/Linux only). Each daemon adds metadata and send it to the next daemon using a dedicated abstract socket. Finally, the last daemon (Keysas-out) chooses whether or not to write the file to the output directory according to the corresponding metadata. For each file, a report is systematically created in the output directory (sas_out).
- Daemons are running under unprivileged users
- Daemons are sandboxed using systemd (Security drop-in)
- Daemons are sandboxed using LandLock
- Daemons are sandboxed using Seccomp (x86_64 & aarch64)
Other binaries or applications available
- Keysas-io: Daemon watching udev events to verify the signature of any mass storage USB devices and mount it as a IN (no or invalid signature) or OUT device (valid signature).
- Keysas-sign: Command line utility to import PEM certificate via Keysas-admin
- Keysas-fido: Command line utility to manage Yubikeys 5 enrollment
- Keysas-backend: Create a websocket server to send different json values to the keysas-frontend
- Keysas-frontend: Readonly Vue.js Frontend for the final user
- Keysas-admin: Desktop application for managing several Keysas stations (Tauri application). It also provides an hybrid post-quantum PKI to sign USB outgoing devices, sign certificat signing reqests (csr) from Keysas stations
- Keysas-firewall: Windows client (still a WIP)