mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Remove the sample program aescrypt2
The sample program aescrypt2 shows bad practice: hand-rolled CBC implementation, CBC+HMAC for AEAD, hand-rolled iterated SHA-2 for key stretching, no algorithm agility. The new sample program pbcrypt does the same thing, but better. So remove aescrypt2. Fix #1906 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
b5939e814e
commit
98b3cd6b23
8 changed files with 3 additions and 658 deletions
1
programs/.gitignore
vendored
1
programs/.gitignore
vendored
|
|
@ -8,7 +8,6 @@
|
|||
*.o
|
||||
*.exe
|
||||
|
||||
aes/aescrypt2
|
||||
aes/crypt_and_hash
|
||||
hash/generic_sum
|
||||
hash/hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue