aboutsummaryrefslogtreecommitdiff
path: root/library/dhm.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Update copyright line to 2015Paul Bakker1-1/+1
2015-01-28Fix urlManuel Pégourié-Gonnard1-1/+1
2015-01-26Update copyright noticeManuel Pégourié-Gonnard1-5/+2
2014-07-08Introduce polarssl_zeroize() instead of memset() for zeroizationPaul Bakker1-0/+7
2014-07-08Added missing MPI_CHK around mpi functionsPaul Bakker1-5/+6
2012-09-16 - Extra sanity check for input addedPaul Bakker1-0/+6
2012-04-26 - Added extra sanity check to DHM valuesPaul Bakker1-13/+27
2012-04-20 - Fill full buffer (Wrong parameter usage)Paul Bakker1-8/+4
2012-04-16 - Removed unused variablePaul Bakker1-1/+1
2012-04-11 - Initial bare version of TLS 1.2Paul Bakker1-6/+0
2011-11-27 - Changed the used random function pointer to more flexible format. Renamed ...Paul Bakker1-2/+4
2011-05-09 - A error_strerror function() has been added to translate between error code...Paul Bakker1-5/+5
2011-05-05 - mpi_init() and mpi_free() only accept a single argument and do not accept ...Paul Bakker1-5/+5
2011-04-24 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl...Paul Bakker1-2/+2
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-7/+6
2011-04-01 - Fixed possible uninitialized valuesPaul Bakker1-3/+2
2011-03-26 - Added mpi_fill_random() for centralized filling of big numbers with rando...Paul Bakker1-10/+2
2011-02-28 - Replaced function that fixes man-in-the-middle attackPaul Bakker1-27/+25
2011-02-20 - Updated sanity checksPaul Bakker1-5/+47
2010-07-18 - Fixed copyright messagePaul Bakker1-0/+3
2010-07-18 - Updated Copyright to correct entityPaul Bakker1-1/+2
2010-07-18 - Minor DHM code cleanup/commentsPaul Bakker1-3/+5
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-3/+3
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker1-2/+3
2009-07-27 - Increased size of generated value XPaul Bakker1-2/+2
2009-01-25 - Added email address to header license informationPaul Bakker1-1/+1
2009-01-04 - Updated Copyright noticesPaul Bakker1-1/+3
2009-01-03 - First replacement of xyssl by polarssl where neededPaul Bakker1-16/+16
2009-01-03 - Renamed include directory to polarsslPaul Bakker1-0/+253