summaryrefslogtreecommitdiff
path: root/libtomcrypt
Commit message (Expand)AuthorAgeFilesLines
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-301-6/+2
* Split CPPFLAGS and CFLAGS more carefullyMatt Johnston2022-03-221-1/+1
* Remove blowfishMatt Johnston2020-06-101-3/+0
* avoid zero length array in base64_decodeMatt Johnston2020-06-101-3/+9
* Merge libtomcrypt v1.18.2Matt Johnston2020-06-1045-138/+388
* Fix whitespace changes vs upstream libtomcryptMatt Johnston2020-06-1011-1213/+1213
* Update LibTomMath to 1.2.0 (#84)Steffen Jaeckel2020-05-261-27/+36
* CBC mode cleanup (#95)Vladislav Grishenko2020-05-251-1/+1
* Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko2020-05-251-0/+8
* Attempt to fix m_free for libtomcrypt/libtommathMatt Johnston2018-03-021-6/+1
* merge from mainMatt Johnston2018-02-171-0/+11
|\
| * merge up to dateMatt Johnston2018-01-231-0/+11
| |\
| | * merge from main (libtommath/libtomcrypt/curve25510-donna updates)Matt Johnston2017-06-241-0/+11
| | |\
| | | * add dbmalloc epoch cleanupMatt Johnston2017-05-211-0/+11
* | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-2/+2
* | | | fix unused variable from mergeMatt Johnston2018-02-141-1/+0
* | | | use parent $CC etcMatt Johnston2018-02-101-3/+5
* | | | pass CFLAGS to LTC_CFLAGSMatt Johnston2018-02-101-1/+1
* | | | cast m_burn argument away from volatileMatt Johnston2018-02-101-1/+1
* | | | Put Dropbear config in a separate fileMatt Johnston2018-02-094-48/+229
* | | | Fix commenting outMatt Johnston2018-02-091-2/+2
* | | | add $srcdir as neededMatt Johnston2018-02-091-9/+9
* | | | Update Makefile.inMatt Johnston2018-02-091-329/+243
* | | | Update to libtomcrypt 1.18.1, merged with Dropbear changesMatt Johnston2018-02-09516-11813/+87054
|/ / /
* | | fix updates to libtomcrypt/libtommath for out of tree buildsMatt Johnston2018-01-231-1/+2
|/ /
* | update to libtomcrypt 1.17 (with Dropbear changes)Matt Johnston2017-06-24353-2649/+4095
|/
* Support out-of-tree builds usign bundled libtomHenrik Nordstr?m2016-05-111-1/+1
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-172-6/+3
* Fix unused but set variable warnings [-Werror=unused-but-set-variable]Ga?l PORTAY2015-05-022-4/+9
* Fix unused parameters warnings [-Werror=unused-parameter]Ga?l PORTAY2015-05-026-0/+6
* Uses abort() instead of raising a SIGABRT signal [-Werror]Ga?l PORTAY2015-05-021-1/+1
* Avoid malloc in hmacMatt Johnston2015-03-012-26/+2
* Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannMatt Johnston2015-02-241-1/+9
* A bit of work on ecdsa for host/auth keysMatt Johnston2013-04-141-0/+2
* ecc kind of works, needs fixing/testingMatt Johnston2013-04-0711-16/+58
* More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-1/+3
* Set LTC_SOURCE for proper ltm_desc etcMatt Johnston2013-03-291-1/+1
* more bits on ecc branchMatt Johnston2013-03-271-1/+7
* refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-0/+7
* - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston2012-05-101-5/+9
* Define LTC_NO_FILE to avoid hmac_file() etcMatt Johnston2011-04-071-1/+1
* - Add Counter Mode supportMatt Johnston2008-09-291-4/+8
* propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d0...Matt Johnston2007-01-111-1/+1
* propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head ffd1015238ffcc959f...Matt Johnston2007-01-112-5/+10
* propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 2af22fb4e878750b88...Matt Johnston2007-01-11368-10129/+25555
* Fix up separate-directory building for libtomcryptMatt Johnston2006-10-111-1/+1
* propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a31...Matt Johnston2006-03-08296-0/+61502