mneumann
- Login: mneumann
- Registered on: 01/23/2008
- Last connection: 10/10/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 12 | 51 | 63 |
Projects
Project | Roles | Registered on |
---|---|---|
DragonFlyBSD | Reporter, Developer | 01/23/2008 |
Activity
04/15/2025
-
12:35 PM DragonFlyBSD Revision 656cd62b (dragonflybsd): libtcplay - reenable the cryptodev code for now
- The new cryptoapi code needs more thorough testing!
I've run into some issues detecting AES-256-XTS tcplay devices. ...
04/14/2025
-
07:39 AM DragonFlyBSD Revision f2b01b8d (dragonflybsd): tcplay - Add "return 0" in the successful case
-
07:16 AM DragonFlyBSD Revision c06d1031 (dragonflybsd): tcplay - Use cryptoapi instead of /dev/crypto
- tcplay(8) is a BSD-licensed Truecrypt/Veracrypt compatible
implementation by Alex Hornung.
libtcplay and tcplay no l...
04/13/2025
-
10:29 AM DragonFlyBSD Revision 57ae2738 (dragonflybsd): cryptoapi - Cleanup / style
- Suggested-by: Aaron Li
-
03:57 AM DragonFlyBSD Revision 707f4dba (dragonflybsd): crypto - Bring in cryptoapi from dm_target_crypt_ng
- cryptoapi is a facade for (some) symmetrical block ciphers that
we have in the kernel. In contrast to opencrypto, it ... -
03:56 AM DragonFlyBSD Revision e85cf620 (dragonflybsd): dm_target_crypt_ng - Make cryptoapi usable outside the kernel
- The intention here is to finally use it in libtcplay, mainly
for Serpent and Twofish, as they are not available in li... -
03:55 AM DragonFlyBSD Revision 555ae964 (dragonflybsd): crypto - add FALLTHROUGH comment in Twofish
- This allows to compile the Twofish algorithm outside the kernel.
-
03:55 AM DragonFlyBSD Revision 19657b1c (dragonflybsd): crypto - fix wrong const pointer in aesni_decrypt_cbc
- The function decrypts the buffer in-place, so "const" is wrong.
04/12/2025
-
11:57 AM DragonFlyBSD Revision 9c1484cb (dragonflybsd): dm_target_crypt_ng - test compatibility of old and new module
- This script tests compatibility between dm_target_crypt and
dm_target_crypt_ng.
It creates an encrypted disk with on... -
11:45 AM DragonFlyBSD Revision b81c744b (dragonflybsd): dm_target_crypt_ng - free the crypto session
Also available in: Atom