diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ | |||
5 | reset incoming_packet buffer for each new packet in EtM-case, too; | 5 | reset incoming_packet buffer for each new packet in EtM-case, too; |
6 | this happens if packets are parsed only parially (e.g. ignore | 6 | this happens if packets are parsed only parially (e.g. ignore |
7 | messages sent when su/sudo turn off echo); noted by sthen/millert | 7 | messages sent when su/sudo turn off echo); noted by sthen/millert |
8 | - naddy@cvs.openbsd.org 2012/12/12 16:46:10 | ||
9 | [cipher.c] | ||
10 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | ||
11 | counter mode code; ok djm@ | ||
12 | - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our | ||
13 | compat code for older OpenSSL | ||
8 | 14 | ||
9 | 20121212 | 15 | 20121212 |
10 | - (djm) OpenBSD CVS Sync | 16 | - (djm) OpenBSD CVS Sync |