summaryrefslogtreecommitdiff
path: root/libtomcrypt/src
Commit message (Expand)AuthorAgeFilesLines
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-301-6/+2
* 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-1030-113/+249
* 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 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
* | | 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
* | | Update to libtomcrypt 1.18.1, merged with Dropbear changesMatt Johnston2018-02-09425-9104/+25054
|/ /
* | update to libtomcrypt 1.17 (with Dropbear changes)Matt Johnston2017-06-24318-2119/+3440
|/
* 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-0710-14/+10
* More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-1/+3
* 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-11320-7901/+17932
* propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a31...Matt Johnston2006-03-08233-0/+41076