0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 19 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added initial code to compare cost in-kernel and in userspace encryption. More... over 14 years ago
sanity checks moved to __crypto_auth_run_zc(). More... over 14 years ago
sha.c includes correct header. More... over 14 years ago
When inplace encryption is required then enforce it rather than doing a low-performance emulation. More... over 14 years ago
Added real usage examples, and moved test code to tests/ More... over 14 years ago
TLS mode flag is being ignored for AEAD ciphers. More... over 14 years ago
make srtp test. More... over 14 years ago
documented new mode More... over 14 years ago
AES-GCM support is at a working state. Test vectors pass. More... over 14 years ago
zero copy functions separated from rest. More... over 14 years ago
Preliminary code for AES-GCM. More... over 14 years ago
reorganization of source to simplify reading. Removed stats module option. More... over 14 years ago
Added unit tests for SRTP and TLS records. More... over 14 years ago
corrected scatterlist allocation. More... over 14 years ago
corrected bug when having additional data in TLS. More... over 14 years ago
Allow to encrypt SRTP records. More... over 14 years ago
Added CIOCAUTHCRYPT ioctl() that allows encrypting TLS records. More... over 14 years ago
Added flag to prevent zero copy. More... almost 15 years ago
updated More... almost 15 years ago
Added speed check program to test the full operation speed (init, encrypt, deinit). More... almost 15 years ago
fixed alignment issue More... almost 15 years ago
Define HASH_MAX_LEN. More... about 15 years ago
updated NEWS for 1.0 More... over 15 years ago
bumped version More... over 15 years ago
Corrected the hashcrypt_speed example. It properly operates on 32 and 64 bit systems. More... over 15 years ago
rationalized test cases in sha_speed. More... over 15 years ago
Use crypto/cryptodev.h while compiling sources. More... over 15 years ago
cryptodev.h moved to crypto/ More... over 15 years ago
examples: use alignmask from session info More... over 15 years ago
examples: do not use relative path for cryptodev.h More... over 15 years ago