mbedtls/ChangeLog.d
Gilles Peskine e2c417d324 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>
2021-04-28 17:45:12 +02:00
..
00README.md When to write a changelog: minor improvements 2020-10-01 00:34:22 +02:00
aescrypt2.txt Remove the sample program aescrypt2 2021-04-28 17:45:12 +02:00
bugfix_PR3616.txt Fix premature fopen() call in mbedtls_entropy_write_seed_file #3175 2020-09-28 00:28:25 +03:00
dtls_sample_use_read_timeout.txt Actually use the READ_TIMEOUT_MS in the sample DTLS client and server 2021-03-15 16:55:03 -04:00
fix-pk-parse-key-error-code.txt Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der 2021-04-28 13:54:16 +02:00
mpi_read_negative_zero.txt Explain the problem in more concrete terms 2021-04-12 17:17:34 +02:00