summaryrefslogtreecommitdiff
path: root/libtommath
Commit message (Collapse)AuthorAgeFilesLines
* Update to libtommath v1.0.1Matt Johnston2018-02-08152-8752/+9375
|
* fix updates to libtomcrypt/libtommath for out of tree buildsMatt Johnston2018-01-231-3/+2
|
* Update to libtommath v1.0Matt Johnston2017-06-24167-3117/+18035
|
* Change label name _ERR to LBL_ERRBen Gardner2016-05-251-16/+17
| | | | | | _ERR is defined in stdio.h on my platform. Signed-off-by: Ben Gardner <gardner.ben@gmail.com>
* Support out-of-tree builds usign bundled libtomHenrik Nordstr?m2016-05-111-1/+1
| | | | | | When building out-of-tree we need both source and generated folders in include paths to find both distributed and generated headers.
* move m_burn and function attributes to dbhelpersMatt Johnston2016-03-171-1/+1
| | | | use m_burn for libtomcrypt zeromem() too
* Fix missing paths from m_burn commitMatt Johnston2016-03-171-4/+2
|
* use m_burn for mp_clearMatt Johnston2016-03-171-8/+2
|
* fix out-of-tree cleaningMike Frysinger2012-04-081-2/+2
| | | | | | If we build out of tree and then run `make clean`, we hit an infinite loop where libtommath tries to enter subdirs that don't exist and run `make clean`.
* Use mp_init_size() to avoid some mp_grow()sMatt Johnston2011-03-184-6/+6
|
* Fix bug in primality testing, seeMatt Johnston2010-07-211-1/+1
| | | | | | | | http://bugs.gentoo.org/show_bug.cgi?id=328383 http://bugs.gentoo.org/show_bug.cgi?id=328409 https://bugzilla.redhat.com/show_bug.cgi?id=615088 Exact effects of the bug are uncertain.
* fix missing endifMatt Johnston2007-01-111-0/+2
|
* propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head ↵Matt Johnston2007-01-11156-478/+1543
| | | | | | 2af95f00ebd5bb7a28b3817db1218442c935388e) to branch 'au.asn.ucc.matt.dropbear' (head ecd779509ef23a8cdf64888904fc9b31d78aa933)
* BUG: mp_div_2d returns status and it isn't checked.Matt Johnston2006-07-071-1/+3
| | | | | FIX: Check and return status. From Erik Hovland
* 0.48 progressMatt Johnston2006-03-091-10814/+0
|
* removed some large informational filesMatt Johnston2006-03-082-18266/+0
|
* propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head ↵Matt Johnston2006-03-08195-0/+59608
6c790cad5a7fa866ad062cb3a0c279f7ba788583) to branch 'au.asn.ucc.matt.dropbear' (head fff0894a0399405a9410ea1c6d118f342cf2aa64)