aboutsummaryrefslogtreecommitdiff
path: root/include/polarssl/bignum.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Update copyright line to 2015Paul Bakker1-1/+1
2015-02-05Fix mips64 bignum implementationJames Cowgill1-1/+1
2015-01-28Fix urlManuel Pégourié-Gonnard1-1/+1
2015-01-26Update copyright noticeManuel Pégourié-Gonnard1-5/+2
2014-07-08Clarify mpi_write_binary()'s doc.Manuel Pégourié-Gonnard1-1/+3
2014-07-07Clarify comments of mpi_mul_int()Manuel Pégourié-Gonnard1-2/+3
2013-06-17Centralized module option values in config.hPaul Bakker1-1/+5
2013-03-06Added missing typedef for INT64Paul Bakker1-0/+1
2013-03-06Fixed typo in _MSC_VER (double underscore at the start)Paul Bakker1-1/+1
2013-01-21Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBSPaul Bakker1-1/+1
2012-11-14 - Merged changesets 1399 up to and including 1415 into 1.2 branchPaul Bakker1-2/+2
2012-11-02 - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branchPaul Bakker1-0/+5
2012-10-23 - Only define mpi_read_file and mpi_write_file if POLARSSL_FS_IO is presentPaul Bakker1-0/+2
2012-10-02 - Rewrote bignum type definition #ifdef tree to work better on allPaul Bakker1-13/+29
2012-10-01 - Added missing int32_t definitionPaul Bakker1-0/+1
2012-10-01 - Moved from unsigned long to uint32_t throughout codePaul Bakker1-20/+25
2012-09-27 - Autosize POLARSSL_MPI_RW_BUFFER_SIZE at compile timePaul Bakker1-1/+12
2012-09-26 - Change buffer size on mpi_write_file() to cover larger size MPIsPaul Bakker1-2/+3
2012-07-05 - Updated documentationPaul Bakker1-1/+1
2012-05-16 - mpi_exp_mod() now correctly handles negative base numbers (Closes ticket #52)Paul Bakker1-1/+2
2012-05-08 - Const correctness mpi_get_bit()Paul Bakker1-3/+9
2012-01-22 - Made better fix to issue of defined long long type for bignum codePaul Bakker1-0/+1
2012-01-20 - Fixed compiler error on 64-bit systems not using GCCPaul Bakker1-2/+5
2011-12-10 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker1-25/+26
2011-11-30 - Better buffer handling in mpi_read_file()Paul Bakker1-5/+17
2011-11-27 - Changed the used random function pointer to more flexible format. Renamed ...Paul Bakker1-3/+8
2011-11-26 - Improved build support for s390x and sparc64 in bignum.hPaul Bakker1-1/+3
2011-11-25 - Introduced POLARSSL_MPI_MAX_SIZE and POLARSSL_MPI_MAX_BITS for MPI size m...Paul Bakker1-1/+11
2011-11-25 - Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory ...Paul Bakker1-0/+11
2011-05-18 - Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.Paul Bakker1-0/+26
2011-05-09 - A error_strerror function() has been added to translate between error code...Paul Bakker1-7/+7
2011-05-05 - mpi_init() and mpi_free() only accept a single argument and do not accept ...Paul Bakker1-4/+8
2011-05-05 - Removed conversions to int when not needed to prevent signed / unsigned si...Paul Bakker1-1/+6
2011-04-24 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl...Paul Bakker1-20/+20
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-19/+23
2011-03-26 - Added mpi_fill_random() for centralized filling of big numbers with rando...Paul Bakker1-0/+13
2011-01-06 - Added Doxygen source code documentation parts (donated by Fox-IT)Paul Bakker1-0/+2
2010-07-18 - Fixed copyright messagePaul Bakker1-0/+3
2010-07-18 - Updated Copyright to correct entityPaul Bakker1-1/+2
2010-03-21 - Updated copyright line to 2010Paul Bakker1-1/+1
2010-03-21 - Removed copyright line for Christophe Devine for clarityPaul Bakker1-2/+0
2010-03-16 - Added const-correctness to main codebasePaul Bakker1-29/+31
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker1-2/+3
2009-07-28 - Cleaned up header documentationPaul Bakker1-28/+126
2009-07-19 - Major change: Errors are now positive numbers instead of negative.Paul Bakker1-7/+7
2009-07-11 - Prevented use of long long in bignum if POLARSSL_HAVE_LONGLONG not defined...Paul Bakker1-1/+3
2009-06-23 - Fixed incorrect handling of negative first input value in mpi_mod_mpi() an...Paul Bakker1-2/+6
2009-01-25 - Added email address to header license informationPaul Bakker1-1/+1
2009-01-04 - Updated Copyright noticesPaul Bakker1-0/+18
2009-01-03 - First replacement of xyssl by polarssl where neededPaul Bakker1-26/+26