Mercurial > dropbear
comparison libtomcrypt/changes @ 1435:f849a5ca2efc
update to libtomcrypt 1.17 (with Dropbear changes)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 17:50:50 +0800 |
parents | 0cbe8f6dbf9e |
children | 6dba84798cd5 |
comparison
equal
deleted
inserted
replaced
1434:27b9ddb06b09 | 1435:f849a5ca2efc |
---|---|
1 May 12th, 2007 | |
2 v1.17 -- Cryptography Research Inc. contributed another small volley of patches, one to fix __WCHAR_DEFINED__ for BSD platforms, | |
3 another to silence MSVC warnings. | |
4 -- Added LTC_XCBC_PURE to XCBC mode which lets you use it in three-key mode. | |
5 -- [CRI] Added libtomcrypt.dsp for Visual C++ users. | |
6 -- [CRI] Added more functions for manipulating the ECC fixed point cache (including saving and loading) | |
7 -- [CRI] Modified ecc_make_key() to always produce keys smaller than base point order, for standards-compliance | |
8 -- Elliptic Semiconductor contributed XTS chaining mode to the cipher suite (subsequently optimized it) | |
9 -- Fixed xcbc_init() keylen when using single key mode. | |
10 -- Bruce Fortune pointed out a typo in the hmac_process() description in the manual. Fixed. | |
11 -- Added variable width counter support to CTR mode | |
12 -- Fixed CMAC (aka OMAC) when using 64-bit block ciphers and LTC_FAST ... my bad. | |
13 -- Fixed bug in ecc_is_valid() that would basically always return true | |
14 -- renamed a lot of macros to add the LTC_ prefix [e.g. RIJNDAEL => LTC_RIJNDAEL] | |
15 | |
1 December 16th, 2006 | 16 December 16th, 2006 |
2 v1.16 -- Brian Gladman pointed out that a recent change to GCM broke how the IV was handled. Currently the code complies against his test vectors | 17 v1.16 -- Brian Gladman pointed out that a recent change to GCM broke how the IV was handled. Currently the code complies against his test vectors |
3 so the code should be considered frozen now. | 18 so the code should be considered frozen now. |
4 -- Trevor from Cryptography Research Inc. submitted patches to convert the ECC code to be generic allowing curve parameters to be submitted | 19 -- Trevor from Cryptography Research Inc. submitted patches to convert the ECC code to be generic allowing curve parameters to be submitted |
5 at runtime. | 20 at runtime. |
1549 -- Added more to the manual. | 1564 -- Added more to the manual. |
1550 | 1565 |
1551 v0.01 -- We will call this the first version. | 1566 v0.01 -- We will call this the first version. |
1552 | 1567 |
1553 /* $Source: /cvs/libtom/libtomcrypt/changes,v $ */ | 1568 /* $Source: /cvs/libtom/libtomcrypt/changes,v $ */ |
1554 /* $Revision: 1.274 $ */ | 1569 /* $Revision: 1.288 $ */ |
1555 /* $Date: 2006/12/16 19:08:17 $ */ | 1570 /* $Date: 2007/05/12 14:37:41 $ */ |
1556 | 1571 |