summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4dae30e..28186e89f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,23 @@
19 [canohost.c clientloop.c match.c readconf.c sftp.c] 19 [canohost.c clientloop.c match.c readconf.c sftp.c]
20 unsigned casts for ctype macros where neccessary 20 unsigned casts for ctype macros where neccessary
21 ok guenther millert markus 21 ok guenther millert markus
22 - djm@cvs.openbsd.org 2013/11/21 00:45:44
23 [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c]
24 [chacha.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h]
25 [dh.c myproposal.h packet.c poly1305.c poly1305.h servconf.c ssh.1]
26 [ssh.c ssh_config.5 sshd_config.5] Add a new protocol 2 transport
27 cipher "chacha20-poly1305@openssh.com" that combines Daniel
28 Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an
29 authenticated encryption mode.
30
31 Inspired by and similar to Adam Langley's proposal for TLS:
32 http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03
33 but differs in layout used for the MAC calculation and the use of a
34 second ChaCha20 instance to separately encrypt packet lengths.
35 Details are in the PROTOCOL.chacha20poly1305 file.
36
37 Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC
38 ok markus@ naddy@
22 39
2320131110 4020131110
24 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by 41 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by