]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshccp.c
first pass
[PuTTY.git] / sshccp.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-12-16 Simon TathamRelegate BignumDblInt to an implementation detail of...
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-10 Simon TathamSplit ssh2_cipher's keylen field into two.
2015-08-21 Simon TathamAdd a key-length field to 'struct ssh_mac'.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-24 Ben HarrisWhen encrypting packet length with ChaCha20, treat...
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-08 Simon TathamUse 64-bit BignumInt wherever __uint128_t is available.
2015-06-08 Simon TathamImprove integer-type hygiene in bignum code.
2015-06-07 Simon TathamDedicated routines for poly1305 arithmetic.
2015-06-07 Simon TathamMake log messages look slightly nicer.
2015-06-07 Chris StaiteAdd the ChaCha20-Poly1305 cipher+MAC, as implemented...